Skip to content

Commit 9381060

Browse files
authored
Merge pull request #1441 from exoego/remove-nightly
Instruct --help command sintead of 404 manual page
2 parents d916ec9 + 4fad8b1 commit 9381060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scaladoc/generate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This will put the HTML in the current directory. This is probably not what you
4646

4747
$ scaladoc -d build/ src/main/scala/App.scala
4848

49-
For more information on the `scaladoc` command and what other command-line options it supports, see the [scaladoc man page](https://www.scala-lang.org/files/archive/nightly/docs/manual/html/scaladoc.html).
49+
For more information on the `scaladoc` command and what other command-line options it supports, see the `scaladoc --help`.
5050

5151
This command is harder to operate with more complex projects containing both multiple Scala source files and library dependencies. This is why using sbt (see above) is easier and better suited for generating Scaladoc.
5252

0 commit comments

Comments
 (0)