Skip to content

Commit 2e368cd

Browse files
nickellteto
authored andcommitted
Update github references to rest-nvim/rest.nvim
This commit updates the README and doc/rest-nvim.txt with references to rest-nvim/rest.nvim instead of NTBBloodbath/rest.nvim Other occurences of NTBBloodbath in the license were ignored for now as I'm not sure if that should be included in this PR.
1 parent 3d4bec4 commit 2e368cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A fast Neovim http client written in Lua.
1919
in `plenary.nvim` so, in other words, `rest.nvim` is a curl wrapper so you don't
2020
have to leave Neovim!
2121

22-
> **IMPORTANT:** If you are facing issues, please [report them](https://github.com/NTBBloodbath/rest.nvim/issues/new)
22+
> **IMPORTANT:** If you are facing issues, please [report them](https://github.com/rest-nvim/rest.nvim/issues/new)
2323
2424
## Notices
2525

@@ -57,7 +57,7 @@ have to leave Neovim!
5757

5858
```lua
5959
use {
60-
"NTBBloodbath/rest.nvim",
60+
"rest-nvim/rest.nvim",
6161
requires = { "nvim-lua/plenary.nvim" },
6262
config = function()
6363
require("rest-nvim").setup({
@@ -151,7 +151,7 @@ request method (e.g. `GET`) and run `rest.nvim`.
151151

152152
## Contribute
153153

154-
1. Fork it (https://github.com/NTBBloodbath/rest.nvim/fork)
154+
1. Fork it (https://github.com/rest-nvim/rest.nvim/fork)
155155
2. Create your feature branch (<kbd>git checkout -b my-new-feature</kbd>)
156156
3. Commit your changes (<kbd>git commit -am 'Add some feature'</kbd>)
157157
4. Push to the branch (<kbd>git push origin my-new-feature</kbd>)

doc/rest-nvim.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ SOFTWARE.
218218
===============================================================================
219219
CONTRIBUTING *rest-nvim-contributing*
220220

221-
1. Fork it (`github.com/NTBBloodbath/rest.nvim/fork`)
221+
1. Fork it (`github.com/rest-nvim/rest.nvim/fork`)
222222
2. Create your feature branch (`git checkout -b my-new-feature`)
223223
3. Commit your changes (`git commit -am 'Add some feature'`)
224224
4. Push to the branch (`git push origin my-new-feature`)

0 commit comments

Comments
 (0)