Skip to content

Commit

Permalink
Merge pull request scala#144 from scala/api-docs-link
Browse files Browse the repository at this point in the history
Link to a less empty API docs page
  • Loading branch information
ashawley authored Apr 24, 2017
2 parents 17164b4 + aae96a2 commit 7997c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7997c0d

Please sign in to comment.