diff options
author | Sanjay Pavan <withercubes@protonmail.com> | 2022-06-12 18:49:49 +0200 |
---|---|---|
committer | Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | 2022-06-12 18:49:49 +0200 |
commit | 91e097a4e6e1f8900ea71a45549a9dd5ac31253b (patch) | |
tree | d5070f7187dc1b11bc12236a8e648185ee6b3a57 | |
parent | 4c6d26bef4d5e7ca9554a485751ea7306ae4b9d0 (diff) |
Fix links in readme (#309)
The former worked on GitHub, but does not work on Codeberg.
Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/309
Reviewed-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
Co-authored-by: Sanjay Pavan <withercubes@protonmail.com>
Co-committed-by: Sanjay Pavan <withercubes@protonmail.com>
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ and aims to be easy to modify and customize. Please file a bug report if something does not work as documented or expected in *this* repository, after making sure you are using the latest release of nsxiv. Contributions are welcome, see -[CONTRIBUTING.md](CONTRIBUTING.md#Contribution-Guideline) for details. +[CONTRIBUTING.md](CONTRIBUTING.md#contribution-guideline) for details. Features @@ -176,7 +176,7 @@ or by using Xresources as explained in the manual. If these options are not suff you may implement your own features by following [this guide](https://codeberg.org/nsxiv/nsxiv-extra/blob/master/CUSTOMIZATION.md). -Due to our limited [project scope](CONTRIBUTING.md#Project-Scope), certain features or +Due to our limited [project scope](CONTRIBUTING.md#project-scope), certain features or customization cannot be merged into nsxiv mainline. Following the spirit of suckless software, we host the [nsxiv-extra](https://codeberg.org/nsxiv/nsxiv-extra) repo where users are free to submit whatever patches or scripts they wish. |