Fix glossary link (snowballed) (#1297)

* Add mdbook-linkcheck

* Convert todo to not a link

* Fix external glossary link

* Fix various broken links

* Mass replace: s/.html/.md/

* My sloppy attempt to add a gitlab CI check
This commit is contained in:
Sergei Shulepov
2020-06-20 20:23:28 +02:00
committed by GitHub
parent d4e6013d38
commit 90a1ba1e90
31 changed files with 69 additions and 57 deletions
@@ -3,7 +3,7 @@
The implementers' guide is compiled from several source files with [mdBook](https://github.com/rust-lang/mdBook). To view it live, locally, from the repo root:
```sh
cargo install mdbook
cargo install mdbook mdbook-linkcheck
mdbook serve roadmap/implementors-guide
open http://localhost:3000
```