diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 3d5dd44b65..d32c690590 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,6 +1,7 @@ # Summary -[About this guide](./about-this-guide.md) +- [About this guide](./about-this-guide.md) + - [Other places to find information](./more-information.md) --- diff --git a/src/more-information.md b/src/more-information.md new file mode 100644 index 0000000000..03f4ce9a63 --- /dev/null +++ b/src/more-information.md @@ -0,0 +1,6 @@ +# Other places to find information + +You are going to find [Rustc API docs site] useful and there's more supplementary documentation in [Rust Forge]. + +[Rustc API docs site]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ +[Rust Forge]: https://forge.rust-lang.org/