From 0c89a669f6f8508784c187c9cf9d381592146e92 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sat, 30 Nov 2024 22:12:22 +0000 Subject: [PATCH] readme: fix `stable` -> `24.05` in docs URL Follow up to previous commit. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c586ca7..67264958 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ in pkgs.mkShell { Documentation is available on this project's GitHub Pages page: [https://nix-community.github.io/nixvim](https://nix-community.github.io/nixvim) -The stable documentation is also available at [https://nix-community.github.io/nixvim/stable](https://nix-community.github.io/nixvim/stable). +The stable documentation is also available at [https://nix-community.github.io/nixvim/24.05](https://nix-community.github.io/nixvim/24.05). If the option `enableMan` is set to `true` (by default it is), man pages will also be installed containing the same information, they can be viewed with `man nixvim`.