Skip to content

Commit 3eeb304

Browse files
committed
change link to point to Doxidize, the "new new rustdoc"
steveklabnik/rustdoc is currently an "archived", read-only repository; steveklabnik/rustdoc@04da5c295 instructs the reader to see steveklabnik/doxidize as the successor project.
1 parent 37c68db commit 3eeb304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustdoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Rustdoc actually uses the rustc internals directly. It lives in-tree with the
44
compiler and standard library. This chapter is about how it works. (A new
55
implementation is also [under way], though).
66

7-
[under way]: https://github.com/steveklabnik/rustdoc
7+
[under way]: https://github.com/steveklabnik/doxidize
88

99
Rustdoc is implemented entirely within the crate [`librustdoc`][rd]. It runs
1010
the compiler up to the point where we have an internal representation of a

0 commit comments

Comments
 (0)