From 6e31cd0d5eaf1a6c7c8c1344f743e8a151b3ffe4 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 15 Apr 2026 19:45:14 +0200 Subject: [PATCH] docs: fix links --- docs/manual/configuring/dag-entries.md | 4 ++-- docs/manual/hacking.md | 2 +- docs/manual/release-notes/rl-0.7.md | 2 +- docs/manual/release-notes/rl-0.9.md | 2 +- docs/manual/tips/offline-docs.md | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/manual/configuring/dag-entries.md b/docs/manual/configuring/dag-entries.md index 88c580be..500638e6 100644 --- a/docs/manual/configuring/dag-entries.md +++ b/docs/manual/configuring/dag-entries.md @@ -18,8 +18,8 @@ entries in nvf: 6. `lazyConfigs` - `lz.n` and `lzn-auto-require` configs. If `vim.lazy.enable` is false, this will contain each plugin's config instead. 7. `pluginConfigs` - the result of the nested `vim.pluginRC` (internal option, - see the [Custom Plugins](/index.xhtml#ch-custom-plugins) page for adding your - own plugins) DAG, used to set up internal plugins + see the [Custom Plugins](./configuring.html#ch-custom-plugins) page for + adding your own plugins) DAG, used to set up internal plugins 8. `extraPluginConfigs` - the result of `vim.extraPlugins`, which is not a direct DAG, but is converted to, and resolved as one internally 9. `mappings` - the result of `vim.maps` diff --git a/docs/manual/hacking.md b/docs/manual/hacking.md index 37430e67..7a6e150d 100644 --- a/docs/manual/hacking.md +++ b/docs/manual/hacking.md @@ -91,7 +91,7 @@ consistency and to avoid clashing opinions on how formatters should behave, we are very opinionated on how those files should be formatted. - Nix files **must** be formatted with the Alejandra formatter, following some - specific tips found in [Nix style section](#nix-sec-code-style-nix). + specific tips found in [Nix style section](#sec-code-style-nix). - Markdown files **must** be formatted with the `deno fmt` command, as described in the [Markdown style section](#sec-code-style-markdown). diff --git a/docs/manual/release-notes/rl-0.7.md b/docs/manual/release-notes/rl-0.7.md index 36d61105..098d77ac 100644 --- a/docs/manual/release-notes/rl-0.7.md +++ b/docs/manual/release-notes/rl-0.7.md @@ -10,7 +10,7 @@ In v0.7 we are removing `vim.configRC` in favor of making `vim.luaConfigRC` the top-level DAG, and thereby making the entire configuration Lua based. This change introduces a few breaking changes: -[DAG entries in nvf manual]: /index.xhtml#ch-dag-entries +[DAG entries in nvf manual]: ./configuring.html#ch-dag-entries - `vim.configRC` has been removed, which means that you have to convert all of your custom vimscript-based configuration to Lua. As for how to do that, you diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index 0271b4bc..50b6e3a2 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -249,7 +249,7 @@ - Added [Pyrefly](https://pyrefly.org/) and [zuban](https://zubanls.com/) support to `languages.python` -- Added TOML support via {option}`languages.toml` and the +- Added TOML support via {option}`vim.languages.toml.enable` and the [Tombi](https://tombi-toml.github.io/tombi/) language server, linter, and formatter. diff --git a/docs/manual/tips/offline-docs.md b/docs/manual/tips/offline-docs.md index ed11d965..d8c6f021 100644 --- a/docs/manual/tips/offline-docs.md +++ b/docs/manual/tips/offline-docs.md @@ -1,11 +1,11 @@ # Offline Documentation {#sec-offline-documentation} -[https://notashelf.github.io/nvf/options.html]: https://notashelf.github.io/nvf/options.html +[https://nvf.notashelf.dev/options.html]: https://nvf.notashelf.dev/options.html The manpages provided by nvf contains an offline version of the option search -normally available at [https://notashelf.github.io/nvf/options.html]. You may -use the `man 5 nvf` command to view option documentation from the comfort of -your terminal. +normally available at [https://nvf.notashelf.dev/options.html]. You may use the +`man 5 nvf` command to view option documentation from the comfort of your +terminal. Note that this is only available for NixOS and Home-Manager module installations.