From a615978f953a7f717cade05ea55c89d638dce237 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 25 Nov 2025 00:11:13 -0500 Subject: [PATCH] fix: outdated URLs --- content/posts/2023-08-09-bram.md | 6 +++--- static/doc2/index.html | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/posts/2023-08-09-bram.md b/content/posts/2023-08-09-bram.md index 03321a9..9fd0610 100644 --- a/content/posts/2023-08-09-bram.md +++ b/content/posts/2023-08-09-bram.md @@ -39,10 +39,10 @@ means simultaneously it both continues and diverges from Vim. I'm convinced that rather than destroy it. So although we can't deliver Vim without Bram, we can continue some essential parts: -- [Maintenance](https://neovim.io/doc/user/develop.html#design-maintain): +- [Maintenance](https://neovim.io/doc/user/dev.html#design-maintain): Experimentation is good, and the world needs creative destruction and playful failures. But Neovim does not represent lust for the new ("neomania"). -- [Documentation](https://neovim.io/doc/user/develop.html#design-documented): +- [Documentation](https://neovim.io/doc/user/dev.html#design-documented): the habits of Vim documentation are obvious, this is one of the biggest gains that Nvim acquired by building on vim. - Extensibility: Bram's own [Agide](http://www.agide.org) project aspired to @@ -50,7 +50,7 @@ continue some essential parts: > Agide is not a monolitic application. Separate tools can be plugged in. Thus > you are not forced to use one editor. ... Each tool implements part of the > plugin interface. -- [Embedding](https://neovim.io/doc/user/develop.html#design-not): Vim's +- [Embedding](https://neovim.io/doc/user/dev.html#design-not): Vim's [:help design-not](https://github.com/vim/vim/blob/531da5955e03afadb2f0cf72264fe8deb4bf430e/runtime/doc/develop.txt#L145-L153) for most of its life proclaimed this tenet of Neovim: > Vim is not a shell or an Operating System. ... This should work the other way diff --git a/static/doc2/index.html b/static/doc2/index.html index 4596e7e..6a7e4ba 100644 --- a/static/doc2/index.html +++ b/static/doc2/index.html @@ -10,7 +10,7 @@

Documentation

-
+

User

@@ -39,10 +39,10 @@

Developer

Resources