mirror of https://github.com/rwf2/Rocket.git
Fix broken site links.
This commit is contained in:
parent
3ee6e5c758
commit
a6a1a9e957
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in New Issue