From c98ee9bdc9a07e4f03cbbc7b3737518d37a56576 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 3 Apr 2019 16:45:24 -0700 Subject: [PATCH] Fix doc link. The rust linkchecker does not like directory-style links. --- src/doc/src/appendix/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/appendix/glossary.md b/src/doc/src/appendix/glossary.md index e81a26d6307..0ec45072d91 100644 --- a/src/doc/src/appendix/glossary.md +++ b/src/doc/src/appendix/glossary.md @@ -179,7 +179,7 @@ manifest is located. [cargo-unstable]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html [config option]: reference/config.html [directory layout]: reference/manifest.html#the-project-layout -[edition guide]: ../edition-guide/ +[edition guide]: ../edition-guide/index.html [edition-field]: reference/manifest.html#the-edition-field-optional [environment variable]: reference/environment-variables.html [feature]: reference/manifest.html#the-features-section