Fix broken site links.

This commit is contained in:
Sergio Benitez 2023-11-03 14:49:09 -05:00
parent a1c29c735c
commit 0d48743bd8
3 changed files with 3 additions and 3 deletions

View File

@ -1196,7 +1196,7 @@ use std::str::FromStr;
struct Token<'r>(&'r str); 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 ### Collections

View File

@ -39,7 +39,7 @@ aspect of Rocket. The sections are:
The official community support channels are [`#rocket:mozilla.org`] on Matrix 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 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 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. provides answers to commonly asked questions.
[`#rocket:mozilla.org`]: https://chat.mozilla.org/#/room/#rocket:mozilla.org [`#rocket:mozilla.org`]: https://chat.mozilla.org/#/room/#rocket:mozilla.org

View File

@ -174,7 +174,7 @@ Configuration parameters set via environment variables take precedence over
parameters set via the `Rocket.toml` configuration file. Note that _any_ parameters set via the `Rocket.toml` configuration file. Note that _any_
parameter can be set via an environment variable, include _extras_. For more parameter can be set via an environment variable, include _extras_. For more
about configuration in Rocket, see the [configuration section of the about configuration in Rocket, see the [configuration section of the
guide](@guide-v0.3/overview#configuration). guide](@guide-v0.3/configuration).
### And Plenty More! ### And Plenty More!