diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-13 17:31:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 17:31:39 +0100 |
| commit | ef58ee48f4d553d364c4284870b0860f8cc8427b (patch) | |
| tree | 0cf67e8d4143d3eeda08a10d2e96744f67bea083 /runtime/nvim.appdata.xml | |
| parent | 8122470f8310ae34bcd5e436e8474f9255eb16f2 (diff) | |
| download | rneovim-ef58ee48f4d553d364c4284870b0860f8cc8427b.tar.gz rneovim-ef58ee48f4d553d364c4284870b0860f8cc8427b.tar.bz2 rneovim-ef58ee48f4d553d364c4284870b0860f8cc8427b.zip | |
docs: add wiki FAQ to the runtime documentation (#26539)
Problem: Wiki contents are not discoverable and hard to maintain.
Solution: Move FAQ to runtime docs.
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
Diffstat (limited to 'runtime/nvim.appdata.xml')
| -rw-r--r-- | runtime/nvim.appdata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/nvim.appdata.xml b/runtime/nvim.appdata.xml index 29db9d5ee4..bff8bc4bff 100644 --- a/runtime/nvim.appdata.xml +++ b/runtime/nvim.appdata.xml @@ -56,7 +56,7 @@ <launchable type="desktop-id">nvim.desktop</launchable> <url type="homepage">https://neovim.io/</url> <url type="bugtracker">https://github.com/neovim/neovim/issues</url> - <url type="faq">https://github.com/neovim/neovim/wiki/FAQ</url> + <url type="faq">https://neovim.io/doc/user/faq.html</url> <url type="help">https://neovim.io/doc/</url> <url type="donation">https://neovim.io/#sponsor</url> <url type="translate">https://github.com/neovim/neovim/tree/master/src/nvim/po</url> |