Skip to content

Commit 54afa50

Browse files
committed
chore: replace urls from kyazdani42 -> nvim-tree
1 parent 3d58a9b commit 54afa50

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ body:
66
attributes:
77
value: |
88
Is this a question?
9-
* Please start a new [Q&A discussion](https://github.com/kyazdani42/nvim-tree.lua/discussions/new) instead of raising a bug.
9+
* Please start a new [Q&A discussion](https://github.com/nvim-tree/nvim-tree.lua/discussions/new) instead of raising a bug.
1010
1111
Before reporting:
12-
* search [existing issues](https://github.com/kyazdani42/nvim-tree.lua/issues)
12+
* search [existing issues](https://github.com/nvim-tree/nvim-tree.lua/issues)
1313
* ensure that nvim-tree is updated to the latest version
1414
15-
If you are experiencing performance issues, please [enable profiling](https://github.com/kyazdani42/nvim-tree.lua#performance-issues) and attach the logs.
15+
If you are experiencing performance issues, please [enable profiling](https://github.com/nvim-tree/nvim-tree.lua#performance-issues) and attach the logs.
1616
- type: textarea
1717
attributes:
1818
label: "Description"
@@ -22,7 +22,7 @@ body:
2222
- type: textarea
2323
attributes:
2424
label: "Neovim version"
25-
description: "Output of `nvim --version`. Please see nvim-tree.lua [minimum required version](https://github.com/kyazdani42/nvim-tree.lua#notice)."
25+
description: "Output of `nvim --version`. Please see nvim-tree.lua [minimum required version](https://github.com/nvim-tree/nvim-tree.lua#notice)."
2626
placeholder: |
2727
NVIM v0.6.1
2828
Build type&#58 Release
@@ -49,7 +49,7 @@ body:
4949
label: "Minimal config"
5050
description: "Minimal(!) configuration necessary to reproduce the issue.
5151
52-
(Right click) save [nvt-min.lua](https://raw.githubusercontent.com/kyazdani42/nvim-tree.lua/master/.github/ISSUE_TEMPLATE/nvt-min.lua) to `/tmp` and run using `nvim -nu /tmp/nvt-min.lua`
52+
(Right click) save [nvt-min.lua](https://raw.githubusercontent.com/nvim-tree/nvim-tree.lua/master/.github/ISSUE_TEMPLATE/nvt-min.lua) to `/tmp` and run using `nvim -nu /tmp/nvt-min.lua`
5353
5454
If _absolutely_ necessary, add plugins and modify the nvim-tree setup at the indicated lines.
5555

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99
**Is this a question?**
10-
Please start a new [Q&A discussion](https://github.com/kyazdani42/nvim-tree.lua/discussions/new) instead of raising a feature request.
10+
Please start a new [Q&A discussion](https://github.com/nvim-tree/nvim-tree.lua/discussions/new) instead of raising a feature request.
1111

1212
**Is your feature request related to a problem? Please describe.**
1313
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

.github/ISSUE_TEMPLATE/nvt-min.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ local function load_plugins()
66
require("packer").startup {
77
{
88
"wbthomason/packer.nvim",
9-
"kyazdani42/nvim-tree.lua",
10-
"kyazdani42/nvim-web-devicons",
9+
"nvim-tree/nvim-tree.lua",
10+
"nvim-tree/nvim-web-devicons",
1111
-- ADD PLUGINS THAT ARE _NECESSARY_ FOR REPRODUCING THE ISSUE
1212
},
1313
config = {

0 commit comments

Comments
 (0)