From 084684a868767e147c5ef517004992a8803045a2 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Tue, 20 Feb 2024 10:24:20 -0500 Subject: [PATCH] chore: add link when referencing other section --- src/content/docs/configuration/v4_migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/configuration/v4_migration.md b/src/content/docs/configuration/v4_migration.md index 5cb3c1323..aebb892dd 100644 --- a/src/content/docs/configuration/v4_migration.md +++ b/src/content/docs/configuration/v4_migration.md @@ -71,7 +71,7 @@ Each "Migrating" section below has an link to documentation and/or an example co The [plugin configuration files.](https://github.com/AstroNvim/AstroNvim/tree/v4/lua%2Fastronvim%2Fplugins) in the AstroNvim codebase itself are also a good reference to learn how to configure. -**Please also read the Other Changes section** - there are a number of changes that are not just "move some config from one place to another". For example, in key mapping `` is no longer recognized. +**Please also read the [Other Changes section](./#other-changes)** - there are a number of changes that are not just "move some config from one place to another". For example, in key mapping `` is no longer recognized. If you get stuck, people on the [Discord](https://discord.astronvim.com/) forum are active and friendly! Like all humans, sometimes they are grumpy, so be nice to them! The best place to post is most likely the `#help-forum`, but poke around a few of the other channels, you never know what you will find that is useful. @@ -137,7 +137,7 @@ The following keys are introduced in v4 and have no equivalent in v3. This confi | `commands` | `astrocore` | Configure global commands | | `on_keys` | `astrocore` | Configure functions on key press | | `rooter` | `astrocore` | Configure project root detection | -| `sessions` | `astrocore` | Configure session management (powered by Resession) | +| `sessions` | `astrocore` | Configure Resession session management | | `autocmds` | `astrolsp` | Configure buffer local auto commands to add when attaching a language server | | `commands` | `astrolsp` | Configure buffer local user commands to add when attaching a language server |