about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/queries/incremental-compilation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/queries/incremental-compilation.md b/src/doc/rustc-dev-guide/src/queries/incremental-compilation.md
index 499b3282f1b..394b4de745c 100644
--- a/src/doc/rustc-dev-guide/src/queries/incremental-compilation.md
+++ b/src/doc/rustc-dev-guide/src/queries/incremental-compilation.md
@@ -137,7 +137,7 @@ algorithm like so:
     it did not change.
 
 ## Resources
-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.
+The initial design document can be found [here][initial-design], which expands on the memoization details, provides more high-level overview and motivation for this system.
 
 # Footnotes