Skip to content

Commit

Permalink
docs: correct urls for crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 13, 2025
1 parent 24d5ca2 commit 21cb77b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default defineConfig({
{ text: "Tips & Tricks", link: "/tips-and-tricks" },
{
text: "Cookbook",
link: "/mise-cookbook",
link: "/mise-cookbook/",
collapsed: true,
items: [
{ text: "C++", link: "/mise-cookbook/cpp" },
Expand Down
6 changes: 3 additions & 3 deletions settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ docs = """
Enables profile-specific config files such as `.mise.development.toml`.
Use this for different env vars or different tool versions in
development/staging/production environments. See
[Configuration Environments](/configuration/environments) for more on how
[Configuration Environments](/configuration/environments.html) for more on how
to use this feature.
Multiple envs can be set by separating them with a comma, e.g. `MISE_ENV=ci,test`.
Expand Down Expand Up @@ -596,7 +596,7 @@ env = "MISE_PARANOID"
type = "Bool"
description = "Enables extra-secure behavior."
docs = """
Enables extra-secure behavior. See [Paranoid](/paranoid).
Enables extra-secure behavior. See [Paranoid](/paranoid.html).
"""

[pin]
Expand Down Expand Up @@ -1086,7 +1086,7 @@ a quick way for mise to query for new versions. This host regularly grabs all th
latest versions of core and community plugins. It's faster than running a plugin's
`list-all` command and gets around GitHub rate limiting problems when using it.
See [FAQ](/faq#new-version-of-a-tool-is-not-available) for more information.
See [FAQ](/faq.html#new-version-of-a-tool-is-not-available) for more information.
"""

[verbose]
Expand Down

0 comments on commit 21cb77b

Please sign in to comment.