Hide link behind a clickable text

It currently does not appear as a clickable link here https://rustc-dev-guide.rust-lang.org/queries/incremental-compilation.html
Additionally, this is a particularly long and nasty link.
This commit is contained in:
Hanif Ariffin 2020-04-30 08:48:42 -04:00 committed by Who? Me?!
parent 2b6a77ea0a
commit 16229dd3af
1 changed files with 3 additions and 1 deletions

View File

@ -137,8 +137,10 @@ algorithm like so:
it did not change. it did not change.
## Resources ## Resources
The initial design document can be found at https://github.com/nikomatsakis/rustc-on-demand-incremental-design-doc/blob/master/0000-rustc-on-demand-and-incremental.md, which expands on the memoization details, provides more high-level overview and motivation for this system. The initial design document can be found at [here][initial-design], which expands on the memoization details, provides more high-level overview and motivation for this system.
# Footnotes # Footnotes
[^salsa]: I have long wanted to rename it to the Salsa algorithm, but it never caught on. -@nikomatsakis [^salsa]: I have long wanted to rename it to the Salsa algorithm, but it never caught on. -@nikomatsakis
[initial-design]: https://github.com/nikomatsakis/rustc-on-demand-incremental-design-doc/blob/master/0000-rustc-on-demand-and-incremental.md