Skip to content

Commit a4cafbe

Browse files
authored
Merge pull request #472 from SethTisue/no-more-github-io
let javadoc.io host our Scaladoc
2 parents ed1a21e + 8825d98 commit a4cafbe

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The standard Scala XML library. Please file XML issues here, not at https://gith
1010

1111
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).)
1212

13-
API documentation is available [here](https://scala.github.io/scala-xml/api/1.2.0/scala/xml/).
13+
API documentation is available [here](https://javadoc.io/doc/org.scala-lang.modules/scala-xml_2.13/).
1414

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

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
117117
)
118118
},
119119

120-
apiURL := Some(
121-
url(s"""https://scala.github.io/scala-xml/api/${"-.*".r.replaceAllIn(version.value, "")}/""")
122-
),
123120
apiMappings ++= scalaInstance.value.libraryJars.filter { file =>
124121
file.getName.startsWith("scala-library") && file.getName.endsWith(".jar")
125122
}.map { libraryJar =>

0 commit comments

Comments
 (0)