From aae96a2773ffb5dadfdd5e3f022300ca46686f46 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Mon, 24 Apr 2017 10:37:44 +0100 Subject: [PATCH] Link to a less empty API docs page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 984223d15..1847bf6d6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ If you are cross-building a project that uses scala-xml with both Scala 2.10 and The compiler was decoupled from this particular implementation using the same approach as for comprehensions (XML syntax is desugared into a set of method calls, which unfortunately is only defined by the [implementation](https://github.com/scala/scala/blob/2.11.x/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala)). Alternative implementations are welcome! -API documentation is available [here](http://www.scala-lang.org/api/current/scala-xml/). +API documentation is available [here](http://www.scala-lang.org/api/current/scala-xml/scala/xml/index.html). ## Maintenance status