Skip to content

Commit b760036

Browse files
committed
docs(ALL): prefer links to nvim-mini.org instead of GitHub
1 parent 429e5f9 commit b760036

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+163
-163
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ There are two branches to install from:
3030

3131
Here are code snippets for some common installation methods:
3232

33-
- Manually with `git clone` (compatible with [mini.deps](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-deps.md)):
33+
- Manually with `git clone` (compatible with [mini.deps](https://nvim-mini.org/mini.nvim/readmes/mini-deps)):
3434

3535
```lua
3636
-- Put this at the top of 'init.lua'

doc/mini-base16.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Supported highlight groups:
1616

1717
- Plugins (either with explicit definition or by verification that default
1818
highlighting works appropriately):
19-
- [nvim-mini/mini.nvim](https://github.com/nvim-mini/mini.nvim)
19+
- [nvim-mini/mini.nvim](https://nvim-mini.org/mini.nvim)
2020
- [akinsho/bufferline.nvim](https://github.com/akinsho/bufferline.nvim)
2121
- [anuvyklack/hydra.nvim](https://github.com/anuvyklack/hydra.nvim)
2222
- [DanilaMihailov/beacon.nvim](https://github.com/DanilaMihailov/beacon.nvim)

doc/mini-hues.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Supported highlight groups:
3535

3636
- Plugins (either with explicit definition or by verification that default
3737
highlighting works appropriately):
38-
- [nvim-mini/mini.nvim](https://github.com/nvim-mini/mini.nvim)
38+
- [nvim-mini/mini.nvim](https://nvim-mini.org/mini.nvim)
3939
- [akinsho/bufferline.nvim](https://github.com/akinsho/bufferline.nvim)
4040
- [anuvyklack/hydra.nvim](https://github.com/anuvyklack/hydra.nvim)
4141
- [DanilaMihailov/beacon.nvim](https://github.com/DanilaMihailov/beacon.nvim)

lua/mini/base16.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
---
1515
--- - Plugins (either with explicit definition or by verification that default
1616
--- highlighting works appropriately):
17-
--- - [nvim-mini/mini.nvim](https://github.com/nvim-mini/mini.nvim)
17+
--- - [nvim-mini/mini.nvim](https://nvim-mini.org/mini.nvim)
1818
--- - [akinsho/bufferline.nvim](https://github.com/akinsho/bufferline.nvim)
1919
--- - [anuvyklack/hydra.nvim](https://github.com/anuvyklack/hydra.nvim)
2020
--- - [DanilaMihailov/beacon.nvim](https://github.com/DanilaMihailov/beacon.nvim)

lua/mini/colors.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ H.cs_write = function(self, opts)
15301530
-- Create file lines
15311531
-- - Header
15321532
local lines = {
1533-
[[-- Made with 'mini.colors' module of https://github.com/nvim-mini/mini.nvim]],
1533+
[[-- Made with 'mini.colors' module of https://nvim-mini.org/mini.nvim]],
15341534
'',
15351535
[[if vim.g.colors_name ~= nil then vim.cmd('highlight clear') end]],
15361536
'vim.g.colors_name = ' .. vim.inspect(cs.name),

lua/mini/hues.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
---
3434
--- - Plugins (either with explicit definition or by verification that default
3535
--- highlighting works appropriately):
36-
--- - [nvim-mini/mini.nvim](https://github.com/nvim-mini/mini.nvim)
36+
--- - [nvim-mini/mini.nvim](https://nvim-mini.org/mini.nvim)
3737
--- - [akinsho/bufferline.nvim](https://github.com/akinsho/bufferline.nvim)
3838
--- - [anuvyklack/hydra.nvim](https://github.com/anuvyklack/hydra.nvim)
3939
--- - [DanilaMihailov/beacon.nvim](https://github.com/DanilaMihailov/beacon.nvim)

readmes/mini-ai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ See more details in [Features](#features) and [Documentation](../doc/mini-ai.txt
1313
> [!NOTE]
1414
> This was previously hosted at a personal `echasnovski` GitHub account. It was transferred to a dedicated organization to improve long term project stability. See more details [here](https://github.com/nvim-mini/mini.nvim/discussions/1970).
1515
16-
⦿ This is a part of [mini.nvim](https://github.com/nvim-mini/mini.nvim) library. Please use [this link](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-ai.md) if you want to mention this module.
16+
⦿ This is a part of [mini.nvim](https://nvim-mini.org/mini.nvim) library. Please use [this link](https://nvim-mini.org/mini.nvim/readmes/mini-ai) if you want to mention this module.
1717

1818
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
1919

2020
⦿ See the repository page to learn about common design principles and configuration recipes.
2121

2222
---
2323

24-
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://github.com/nvim-mini/mini.nvim/blob/main/CONTRIBUTING.md) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
24+
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://nvim-mini.org/mini.nvim/CONTRIBUTING) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
2525

2626
## Demo
2727

@@ -61,7 +61,7 @@ There are two branches to install from:
6161
Here are code snippets for some common installation methods (use only one):
6262

6363
<details>
64-
<summary>With <a href="https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-deps.md">mini.deps</a></summary>
64+
<summary>With <a href="https://nvim-mini.org/mini.nvim/readmes/mini-deps">mini.deps</a></summary>
6565

6666
- 'mini.nvim' library:
6767

readmes/mini-align.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ See more details in [Features](#features) and [Documentation](../doc/mini-align.
99
> [!NOTE]
1010
> This was previously hosted at a personal `echasnovski` GitHub account. It was transferred to a dedicated organization to improve long term project stability. See more details [here](https://github.com/nvim-mini/mini.nvim/discussions/1970).
1111
12-
⦿ This is a part of [mini.nvim](https://github.com/nvim-mini/mini.nvim) library. Please use [this link](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-align.md) if you want to mention this module.
12+
⦿ This is a part of [mini.nvim](https://nvim-mini.org/mini.nvim) library. Please use [this link](https://nvim-mini.org/mini.nvim/readmes/mini-align) if you want to mention this module.
1313

1414
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
1515

1616
⦿ See the repository page to learn about common design principles and configuration recipes.
1717

1818
---
1919

20-
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://github.com/nvim-mini/mini.nvim/blob/main/CONTRIBUTING.md) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
20+
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://nvim-mini.org/mini.nvim/CONTRIBUTING) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
2121

2222
## Demo
2323

@@ -58,7 +58,7 @@ There are two branches to install from:
5858
Here are code snippets for some common installation methods (use only one):
5959

6060
<details>
61-
<summary>With <a href="https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-deps.md">mini.deps</a></summary>
61+
<summary>With <a href="https://nvim-mini.org/mini.nvim/readmes/mini-deps">mini.deps</a></summary>
6262

6363
- 'mini.nvim' library:
6464

readmes/mini-animate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ See more details in [Features](#features) and [Documentation](../doc/mini-animat
99
> [!NOTE]
1010
> This was previously hosted at a personal `echasnovski` GitHub account. It was transferred to a dedicated organization to improve long term project stability. See more details [here](https://github.com/nvim-mini/mini.nvim/discussions/1970).
1111
12-
⦿ This is a part of [mini.nvim](https://github.com/nvim-mini/mini.nvim) library. Please use [this link](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-animate.md) if you want to mention this module.
12+
⦿ This is a part of [mini.nvim](https://nvim-mini.org/mini.nvim) library. Please use [this link](https://nvim-mini.org/mini.nvim/readmes/mini-animate) if you want to mention this module.
1313

1414
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
1515

1616
⦿ See the repository page to learn about common design principles and configuration recipes.
1717

1818
---
1919

20-
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://github.com/nvim-mini/mini.nvim/blob/main/CONTRIBUTING.md) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
20+
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://nvim-mini.org/mini.nvim/CONTRIBUTING) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
2121

2222
## Demo
2323

@@ -54,7 +54,7 @@ There are two branches to install from:
5454
Here are code snippets for some common installation methods (use only one):
5555

5656
<details>
57-
<summary>With <a href="https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-deps.md">mini.deps</a></summary>
57+
<summary>With <a href="https://nvim-mini.org/mini.nvim/readmes/mini-deps">mini.deps</a></summary>
5858

5959
- 'mini.nvim' library:
6060

readmes/mini-base16.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ See more details in [Features](#features) and [Documentation](../doc/mini-base16
1313
> [!NOTE]
1414
> This was previously hosted at a personal `echasnovski` GitHub account. It was transferred to a dedicated organization to improve long term project stability. See more details [here](https://github.com/nvim-mini/mini.nvim/discussions/1970).
1515
16-
⦿ This is a part of [mini.nvim](https://github.com/nvim-mini/mini.nvim) library. Please use [this link](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-base16.md) if you want to mention this module.
16+
⦿ This is a part of [mini.nvim](https://nvim-mini.org/mini.nvim) library. Please use [this link](https://nvim-mini.org/mini.nvim/readmes/mini-base16) if you want to mention this module.
1717

1818
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
1919

2020
⦿ See the repository page to learn about common design principles and configuration recipes.
2121

2222
---
2323

24-
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://github.com/nvim-mini/mini.nvim/blob/main/CONTRIBUTING.md) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
24+
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://nvim-mini.org/mini.nvim/CONTRIBUTING) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
2525

2626
## Demo
2727

@@ -42,7 +42,7 @@ Supported highlight groups:
4242
- Built-in Neovim LSP and diagnostic.
4343
- Plugins (either with explicit definition or by verification that default
4444
highlighting works appropriately):
45-
- [nvim-mini/mini.nvim](https://github.com/nvim-mini/mini.nvim)
45+
- [nvim-mini/mini.nvim](https://nvim-mini.org/mini.nvim)
4646
- [akinsho/bufferline.nvim](https://github.com/akinsho/bufferline.nvim)
4747
- [anuvyklack/hydra.nvim](https://github.com/anuvyklack/hydra.nvim)
4848
- [DanilaMihailov/beacon.nvim](https://github.com/DanilaMihailov/beacon.nvim)
@@ -92,7 +92,7 @@ There are two branches to install from:
9292
Here are code snippets for some common installation methods (use only one):
9393

9494
<details>
95-
<summary>With <a href="https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-deps.md">mini.deps</a></summary>
95+
<summary>With <a href="https://nvim-mini.org/mini.nvim/readmes/mini-deps">mini.deps</a></summary>
9696

9797
- 'mini.nvim' library:
9898

0 commit comments

Comments
 (0)