Skip to content

Commit dbb1aa8

Browse files
committed
minor readme tweaks
1 parent 30fc3ad commit dbb1aa8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ scala-xml
55
[![Gitter](https://badges.gitter.im/Join+Chat.svg)](https://gitter.im/scala/scala-xml)
66
=========
77

8-
The standard Scala XML library. Please file XML issues here, not at https://github.com/scala/bug/issues.
8+
The standard Scala XML library. Please file XML issues here, not at https://github.com/scala/bug/issues or http://github.com/lampepfl/dotty/issues.
99

10-
The decoupling of scala-xml from the Scala compiler and standard library is possible because the compiler desugars XML literals in Scala source code into a set of method calls. Alternative implementations of these calls are welcome! (The calls are unfortunately only defined by the [implementation](https://github.com/scala/scala/blob/2.11.x/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala).)
10+
The decoupling of scala-xml from the Scala compiler and standard library is possible because the compiler desugars XML literals in Scala source code into a set of method calls. Alternative implementations of these calls are welcome! (This [implementation](https://github.com/scala/scala/blob/2.11.x/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala) shows the calls needed.)
1111

1212
API documentation is available [here](https://javadoc.io/doc/org.scala-lang.modules/scala-xml_2.13/).
1313

14-
How to documentation is available in the [wiki](https://github.com/scala/scala-xml/wiki)
14+
How-to documentation is available in the [wiki](https://github.com/scala/scala-xml/wiki)
1515

1616
## Maintenance status
1717

1818
This library is community-maintained. Maintainers with merge rights include [@aaron_s_hawley](https://github.com/ashawley) and [@dubinsky](https://github.com/dubinsky).
1919

20-
Contributors are welcome, and should read the [contributor guide](https://github.com/scala/scala-xml/wiki/Contributor-guide) on the wiki.
20+
Contributors are welcome. Please consult the [contributor guide](https://github.com/scala/scala-xml/wiki/Contributor-guide) on the wiki.
2121

2222
## Issues
2323

24-
Many old issues from the Scala JIRA issue tracker have been migrated
24+
Some old issues from the Scala issue tracker have been migrated
2525
here, but not all of them. Community assistance identifying and
2626
migrating still-relevant issues is welcome. See [this
2727
page](https://github.com/scala/scala-xml/issues/62) for details.

0 commit comments

Comments
 (0)