diff --git a/site/guide/4-requests.md b/site/guide/4-requests.md index c0c0d6e5..fcdf6fb3 100644 --- a/site/guide/4-requests.md +++ b/site/guide/4-requests.md @@ -1196,7 +1196,7 @@ use std::str::FromStr; struct Token<'r>(&'r str); ``` -[`try_with`]: rocket/form/validate/fn.try_with.html +[`try_with`]: @api/rocket/form/validate/fn.try_with.html ### Collections diff --git a/site/guide/index.md b/site/guide/index.md index 82b2f099..46dc9d62 100644 --- a/site/guide/index.md +++ b/site/guide/index.md @@ -39,7 +39,7 @@ aspect of Rocket. The sections are: The official community support channels are [`#rocket:mozilla.org`] on Matrix and the bridged [`#rocket`] IRC channel on Libera.Chat at `irc.libera.chat`. We recommend joining us on [Matrix via Element]. If you prefer IRC, you can join -via the [Kiwi IRC client] or a client of your own. The [FAQ](../faq/) also +via the [Kiwi IRC client] or a client of your own. The [FAQ](faq/) also provides answers to commonly asked questions. [`#rocket:mozilla.org`]: https://chat.mozilla.org/#/room/#rocket:mozilla.org diff --git a/site/news/2017-02-06-version-0.2.md b/site/news/2017-02-06-version-0.2.md index 246c5dcd..b94aabea 100644 --- a/site/news/2017-02-06-version-0.2.md +++ b/site/news/2017-02-06-version-0.2.md @@ -174,7 +174,7 @@ Configuration parameters set via environment variables take precedence over parameters set via the `Rocket.toml` configuration file. Note that _any_ parameter can be set via an environment variable, include _extras_. For more about configuration in Rocket, see the [configuration section of the -guide](@guide-v0.3/overview#configuration). +guide](@guide-v0.3/configuration). ### And Plenty More!