From 7421a4d8b5eba4dbbbcbcd21fed918813827e8b8 Mon Sep 17 00:00:00 2001 From: Junghyeon Park Date: Fri, 26 Jan 2024 14:35:06 +0900 Subject: ci: update notes.md Change the link to point to INSTALL.md. The contents were moved in https://github.com/neovim/neovim/pull/26533 --- .github/workflows/notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notes.md b/.github/workflows/notes.md index 8c518b0bdb..294d92ebb5 100644 --- a/.github/workflows/notes.md +++ b/.github/workflows/notes.md @@ -48,7 +48,7 @@ https://github.com/neovim/neovim-releases. ### Other -- Install by [package manager](https://github.com/neovim/neovim/wiki/Installing-Neovim) +- Install by [package manager](https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-package) ## SHA256 Checksums -- cgit