neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 8ede293b8ad2408bfa4b47d18128fcb14ef61fa6
parent 5299967551f26c1b6e192a71ca6fba17f055d869
Author: Sean Dewar <6256228+seandewar@users.noreply.github.com>
Date:   Mon,  1 Dec 2025 15:18:22 +0000

docs(README): fix logo (#36778)

Old link presumably broken after the website's move to Hugo.
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ <h1 align="center"> - <img src="https://raw.githubusercontent.com/neovim/neovim.github.io/master/logos/neovim-logo-300x87.png" alt="Neovim"> + <img src="https://raw.githubusercontent.com/neovim/neovim.github.io/master/static/logos/neovim-logo-300x87.png" alt="Neovim"> <a href="https://neovim.io/doc/">Documentation</a> | <a href="https://app.element.io/#/room/#neovim:matrix.org">Chat</a>