-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
some guides reference the scala reflect API by the following links:
- https://www.scala-lang.org/api/current/scala-reflect/scala/reflect/api/Names$NameApi.html
- https://www.scala-lang.org/api/current/scala-reflect/scala/reflect/api/StandardNames.html
- etc.
which is failing the html proofer check in CI, these now need to be
- https://www.scala-lang.org/api/2.x/scala-reflect/scala/reflect/api/Names$NameApi.html
- https://www.scala-lang.org/api/2.x/scala-reflect/scala/reflect/api/StandardNames.html
- etc.
Metadata
Metadata
Assignees
Labels
No labels