From fd212e4b29392c2ef9f3c3d03759b5174ec46dba Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 16 Feb 2023 22:27:57 +0300 Subject: [PATCH] fix: invalid hyperlinks in the readme --- .github/CONTRIBUTING.md | 1 + .github/README.md | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..f87f5c1 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1 @@ +# TODO \ No newline at end of file diff --git a/.github/README.md b/.github/README.md index 05c694e..d37fe47 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,5 +1,6 @@

neovim-flake

-

+

+

Latest release @@ -21,12 +22,12 @@ Patreon donate button - - - +

+
A highly modular, configurable, extensible and easy to use Neovim configuration wrapper written in Nix. Designed for flexibility and ease of use, this flake allows you to easily configure your Neovim instance with a few lines of Nix code. @@ -89,15 +90,15 @@ If you want to dive right into trying **neovim-flake** you can get a fully featu nix run github:notashelf/neovim-flake ``` -Please create an issue on the [issue tracker](issues) if you find the documentation lacking or confusing. I also appreciate any contributions to the documentation. +Please create an issue on the [issue tracker](/issues) if you find the documentation lacking or confusing. I also appreciate any contributions to the documentation. ## Help -You can create an issue on the [issue tracker](issues) to ask questions or report bugs. I am not yet on spaces like matrix or IRC, so please use the issue tracker for now. +You can create an issue on the [issue tracker](/issues) to ask questions or report bugs. I am not yet on spaces like matrix or IRC, so please use the issue tracker for now. ## Contributing -I am always looking for new ways to help improve this flake. If you would like to contribute, please read the [contributing guide](CONTRIBUTING.md) before submitting a pull request. You can also create an issue on the [issue tracker](issues) before submitting a pull request if you would like to discuss a feature or bug fix. +I am always looking for new ways to help improve this flake. If you would like to contribute, please read the [contributing guide](CONTRIBUTING.md) before submitting a pull request. You can also create an issue on the [issue tracker](/issues) before submitting a pull request if you would like to discuss a feature or bug fix. ## Philosophy