From b1ef0923db039b89ebd5df991aeca5fbd4f427c7 Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Sun, 25 Sep 2022 14:52:00 +0200 Subject: [PATCH] From `master` to `main` Adapted to the default branch renaming from `master` to `main` [1] like documented in detail in the main task issue arcticicestudio/styleguide-git#11 [2]. [1]: https://github.com/github/renaming [2]: https://github.com/arcticicestudio/styleguide-git/issues/11 Subtask of arcticicestudio/styleguide-git#11 GH-236 --- .codecov.yml | 2 +- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/bugs.md | 6 ++--- .github/ISSUE_TEMPLATE/enhancement.md | 6 ++--- .github/PULL_REQUEST_TEMPLATE.md | 6 ++--- .svgo.yml | 2 +- CHANGELOG.md | 16 ++++++------ CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 26 +++++++++---------- README.md | 6 ++--- content/docs/ports/vim/installation/index.mdx | 8 +++--- 11 files changed, 41 insertions(+), 41 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index f1bfa91f..a1d6c0fa 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -12,7 +12,7 @@ # - https://docs.codecov.io/docs/node codecov: - branch: master + branch: main parsers: javascript: diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 4f26152e..e07624e8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ -> **Please read the [contribution guidelines](https://github.com/arcticicestudio/nord-docs/blob/master/CONTRIBUTING.md) before filling out this issue template**. +> **Please read the [contribution guidelines](https://github.com/arcticicestudio/nord-docs/blob/main/CONTRIBUTING.md) before filling out this issue template**. ## [Please follow one of the issue templates](https://github.com/arcticicestudio/nord-docs/issues/new/choose) diff --git a/.github/ISSUE_TEMPLATE/bugs.md b/.github/ISSUE_TEMPLATE/bugs.md index 8adf0eb9..6f9c1a1a 100644 --- a/.github/ISSUE_TEMPLATE/bugs.md +++ b/.github/ISSUE_TEMPLATE/bugs.md @@ -5,7 +5,7 @@ about: Report a bug that is caused by the code in this repository -> **Please read the [contribution guidelines](https://github.com/arcticicestudio/nord-docs/blob/master/CONTRIBUTING.md) before filling out this issue template**. +> **Please read the [contribution guidelines](https://github.com/arcticicestudio/nord-docs/blob/main/CONTRIBUTING.md) before filling out this issue template**. ## Prerequisites @@ -15,7 +15,7 @@ Please do your best to provide as much information as possible and use a clear a - **Ensure the bug has not already been reported by using the [GitHub Issues search](https://github.com/arcticicestudio/nord-docs/issues)** — check if this enhancement has already been suggested. If it has **and the issue is still open**, add your additions as comment to the existing issue instead of opening a new one. If you find a closed issue that seems to be similar to this one, include a link to the original issue in the [metadata head](#metadata-head) section of this issue. - **Ensure your contribution belongs to the correct [main or port project repository](https://github.com/arcticicestudio?&tab=repositories&q=nord).** -- **Ensure the bug is reproducible and has not already been fixed** — use the [latest version](https://github.com/arcticicestudio/nord-docs/releases/latest) and [`master`](https://github.com/arcticicestudio/nord-docs/tree/master) branch. +- **Ensure the bug is reproducible and has not already been fixed** — use the [latest version](https://github.com/arcticicestudio/nord-docs/releases/latest) and [`main`](https://github.com/arcticicestudio/nord-docs/tree/main) branch. ## Metadata Head @@ -43,7 +43,7 @@ What actually happens? ## Example -Provide a [MCVE - The Minimal, Complete, and Verifiable Example](https://github.com/arcticicestudio/nord-docs/blob/master/CONTRIBUTING.md#mcve) +Provide a [MCVE - The Minimal, Complete, and Verifiable Example](https://github.com/arcticicestudio/nord-docs/blob/main/CONTRIBUTING.md#mcve) **This is a optional section, but it can drastically increase the speed at which this issue can be processed since it takes away the time-consuming reconstruction to reproduce the bug.** The recommended way is to upload it as [Gist](https://gist.github.com) or new repository to GitHub, but of course you can [attach it to this issue](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests), use any free file hosting service or paste the code in [Markdown code blocks](https://help.github.com/articles/basic-writing-and-formatting-syntax) into this issue. diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 44e81de2..a79a7478 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -5,7 +5,7 @@ about: Submit an enhancement suggestion for new features or minor improvements t -> **Please read the [contribution guidelines](https://github.com/arcticicestudio/nord-docs/blob/master/CONTRIBUTING.md) before filling out this issue template**. +> **Please read the [contribution guidelines](https://github.com/arcticicestudio/nord-docs/blob/main/CONTRIBUTING.md) before filling out this issue template**. ## Prerequisites @@ -15,7 +15,7 @@ Please do your best to provide as much information as possible and use a clear a - **Ensure the enhancement has not already been reported by using the [GitHub Issues search](https://github.com/arcticicestudio/nord-docs/issues)** — check if this enhancement has already been suggested. If it has **and the issue is still open**, add your additions as comment to the existing issue instead of opening a new one. If you find a closed issue that seems to be similar to this one, include a link to the original issue in the [metadata head](#metadata-head) section of this issue. - **Ensure your contribution belongs to the correct [main or port project repository](https://github.com/arcticicestudio?&tab=repositories&q=nord).** -- **Check if the enhancement has already been implemented** — use the [latest version](https://github.com/arcticicestudio/nord-docs/releases/latest) and [`master`](https://github.com/arcticicestudio/nord-docs/tree/master) branch to ensure that the feature or improvement has not already been added. +- **Check if the enhancement has already been implemented** — use the [latest version](https://github.com/arcticicestudio/nord-docs/releases/latest) and [`main`](https://github.com/arcticicestudio/nord-docs/tree/main) branch to ensure that the feature or improvement has not already been added. ## Metadata Head @@ -41,7 +41,7 @@ If you've considered alternative features or solutions please describe it clearl ## Example -Provide a [MCVE - The Minimal, Complete, and Verifiable Example](https://github.com/arcticicestudio/nord-docs/blob/master/CONTRIBUTING.md#mcve) +Provide a [MCVE - The Minimal, Complete, and Verifiable Example](https://github.com/arcticicestudio/nord-docs/blob/main/CONTRIBUTING.md#mcve) **This is a optional section, but it can drastically increase the speed at which this issue can be processed since it takes away the time-consuming reconstruction to reproduce the enhancement.** The recommended way is to upload it as [Gist](https://gist.github.com) or new repository to GitHub, but of course you can [attach it to this issue](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests), use any free file hosting service or paste the code in [Markdown code blocks](https://help.github.com/articles/basic-writing-and-formatting-syntax) into this issue. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6c58fa32..0bfac945 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ -> **Please read the [contribution guidelines](https://github.com/arcticicestudio/nord-docs/blob/master/CONTRIBUTING.md) before filling out this issue template**. +> **Please read the [contribution guidelines](https://github.com/arcticicestudio/nord-docs/blob/main/CONTRIBUTING.md) before filling out this issue template**. ## Prerequisites @@ -10,8 +10,8 @@ Please do your best to provide as much information as possible and use a clear a - **Ensure the pull request has not already been submitted by using the [GitHub Issue search](https://github.com/arcticicestudio/nord-docs/issues)** — check if this enhancement or bug fix has already been suggested. If it has **and the pull request is still open**, add your additions as comment or [suggest a change](https://help.github.com/articles/incorporating-feedback-in-your-pull-request/#applying-a-suggested-change) to the existing pull request instead of opening a new one. If you find a closed pull request that seems to be similar to this one, include a link to the original pull request in the [metadata head](#metadata-head) section of this new pull request. - **Ensure your contribution belongs to the correct [main or port project repository](https://github.com/arcticicestudio?&tab=repositories&q=nord).** -- **Ensure to adhere to the [pull request contribution guidelines](https://github.com/arcticicestudio/nord-docs/blob/master/CONTRIBUTING.md#pull-requests)**, especially the one for tests and documentations. -- **Check if the enhancement has already been implemented or bug already fixed** — use the [latest version](https://github.com/arcticicestudio/nord-docs/releases/latest) and [`master`](https://github.com/arcticicestudio/nord-docs/tree/master) branch to ensure that the enhancement or bug fix has not already been added. +- **Ensure to adhere to the [pull request contribution guidelines](https://github.com/arcticicestudio/nord-docs/blob/main/CONTRIBUTING.md#pull-requests)**, especially the one for tests and documentations. +- **Check if the enhancement has already been implemented or bug already fixed** — use the [latest version](https://github.com/arcticicestudio/nord-docs/releases/latest) and [`main`](https://github.com/arcticicestudio/nord-docs/tree/main) branch to ensure that the enhancement or bug fix has not already been added. ## Metadata Head diff --git a/.svgo.yml b/.svgo.yml index fd3364f0..4e1246fb 100644 --- a/.svgo.yml +++ b/.svgo.yml @@ -9,7 +9,7 @@ # # References: # - https://github.com/svg/svgo -# - https://github.com/svg/svgo/blob/master/.svgo.yml +# - https://github.com/svg/svgo/blob/main/.svgo.yml multipass: true js2svg: diff --git a/CHANGELOG.md b/CHANGELOG.md index d1eb32d8..0ca11074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -

+

@@ -601,7 +601,7 @@ Gatsby and all official plugins have been updated to the latest versions. This c ![Release Date: 2019-03-16](https://img.shields.io/badge/Release_Date-2019--03--16-88c0d0.svg?style=flat-square&colorA=4c566a) [![Project Board](https://img.shields.io/badge/Project_Board-0.11.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/nord-docs/projects/13) [![Milestone](https://img.shields.io/badge/Milestone-0.11.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/nord-docs/milestone/11) -

+

Finally emerged from the snowstorm: Nord Docs initially launched!

@@ -638,7 +638,7 @@ Please see the [corresponding issue in the Nord repository][nord#112] to get an ![Release Date: 2019-03-10](https://img.shields.io/badge/Release_Date-2019--03--10-88c0d0.svg?style=flat-square&colorA=4c566a) [![Project Board](https://img.shields.io/badge/Project_Board-0.10.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/nord-docs/projects/12) [![Milestone](https://img.shields.io/badge/Milestone-0.10.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/nord-docs/milestone/10) -

+

Initial website launch ahead!

@@ -679,7 +679,7 @@ More details are provided by the [official MDX][mdx] and [gh-gatsby-mdx][] websi ### Image Processing -To get the [best performance and quality for images][gatsby-docs-images] Gatsby's awesome support for the [high performance Node.js image processing library “Sharp“][gh-lovell/sharp] is used through [`gatsby-plugin-sharp`][gh-gatsby-p-sharp], [`gatsby-transformer-sharp`][gh-gatsby-t-sharp] and [gatsby-image][gh-gatsby-image]. +To get the [best performance and quality for images][gatsby-docs-images] Gatsby's awesome support for the [high performance Node.js image processing library “Sharp“][gh-lovell/sharp] is used through [`gatsby-plugin-sharp`][gh-gatsby-p-sharp], [`gatsby-transformer-sharp`][gh-gatsby-t-sharp] and [gatsby-image][gh-gatsby-plugin-image]. To automatically process all images the transformer provides GraphQL query fragments like `GatsbyImageSharpFluid`. They are used within custom fragments that have been implemented to fit the project structure. @@ -1764,7 +1764,7 @@ Note that packages marked with an double exclamation mark `‼` have been affect [dotenv]: https://github.com/motdotla/dotenv [editorconfig]: https://editorconfig.org [eslint-docs-auto-fix]: https://eslint.org/docs/user-guide/command-line-interface#fixing-problems -[eslint-p-import/no-extraneous-dependencies]: https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-extraneous-dependencies.md +[eslint-p-import/no-extraneous-dependencies]: https://github.com/benmosher/eslint-plugin-import/blob/main/docs/rules/no-extraneous-dependencies.md [eslint-p-react/jsx-no-bind]: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md [eslint]: https://eslint.org [eva-icons]: https://akveo.github.io/eva-icons @@ -1841,7 +1841,7 @@ Note that packages marked with an double exclamation mark `‼` have been affect [gh-community-profile]: https://github.com/arcticicestudio/nord-docs/community [gh-date-fns]: https://github.com/date-fns/date-fns [gh-eslint-config-arcticicestudio]: https://github.com/arcticicestudio/eslint-config-arcticicestudio -[gh-gatsby-image]: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image +[gh-gatsby-plugin-image]: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-image [gh-gatsby-mdx]: https://github.com/ChristopherBiscardi/gatsby-mdx [gh-gatsby-p-lodash]: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-lodash [gh-gatsby-p-sharp]: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp @@ -2011,7 +2011,7 @@ Note that packages marked with an double exclamation mark `‼` have been affect [gh-55-diff-r49]: https://github.com/arcticicestudio/nord-docs/pull/55/files#diff-90a2aa45c339ce4720a7fbbd23c65e3eR49 [gh-jsc-matcher]: https://github.com/styled-components/jest-styled-components#tohavestylerule -[gh-svgr-wpl]: https://github.com/smooth-code/svgr/tree/master/packages/webpack +[gh-svgr-wpl]: https://github.com/smooth-code/svgr/tree/main/packages/webpack [npm-gp-svgr]: https://www.npmjs.com/package/gatsby-plugin-svgr @@ -2020,7 +2020,7 @@ Note that packages marked with an double exclamation mark `‼` have been affect [gh-gatsby-p-gtag]: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-gtag [gh-gatsby-p-manifest]: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest [gh-gatsby-p-offline]: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline -[gh-gatsby-p-robots-txt]: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-robots-txt +[gh-gatsby-p-robots-txt]: https://github.com/mdreizin/gatsby-plugin-robots-txt [gh-gatsby-p-sitemap]: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap [gsup-ga-anonip]: https://support.google.com/analytics/answer/2763052 [npm-gatsby-plugin-manifest]: https://www.npmjs.com/package/gatsby-plugin-manifest diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 6cf27b05..642a9e49 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -56,6 +56,6 @@ Thanks for the inspirations and attributions to GitHub's [Open Source Guides][os [contrib-cov-1.4]: https://contributor-covenant.org/version/1/4/code-of-conduct [hoodie-coc]: http://hood.ie/code-of-conduct -[mailmap]: https://github.com/arcticicestudio/nord-docs/blob/master/.mailmap +[mailmap]: https://github.com/arcticicestudio/nord-docs/blob/main/.mailmap [oss-guides]: https://opensource.guide [ref-gender-neutral-docs]: https://modelviewculture.com/pieces/gendered-language-feature-or-bug-in-software-documentation diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ce2d347..5d64de2e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ A bug is a _demonstrable problem_ that is caused by the code in the repository. - **Use the [GitHub Issue search][gh-issues]** — check if the issue has already been reported. If it has **and the issue is still open**, add a comment to the existing issue instead of opening a new one. If you find a closed issue that seems like it is the same thing that you are experiencing, open a new issue and include a link to the original issue in the body of your new one. - **Determine [which repository the contribution belongs to](#repository-assignment).** -- **Check if the issue has been fixed** — try to reproduce it using the [latest version][gh-releases-latest] and [`master`][gh-branch-master] branch in the repository. +- **Check if the issue has been fixed** — try to reproduce it using the [latest version][gh-releases-latest] and [`main`][gh-branch-main] branch in the repository. - **Isolate the problem** — ideally create a [MCVE](#mcve). When you are creating a bug report, please provide as much detail and context as possible. Fill out on of [the required templates][gh-issues-template-bug], the information it asks helps maintainers to reproduce the problem and resolve issues faster. @@ -56,7 +56,7 @@ This section guides you through submitting an enhancement suggestion, including - **Use the [GitHub Issues search][gh-issues]** — check if this enhancement has already been suggested. If it has **and the issue is still open**, add your additions as comment to the existing issue instead of opening a new one. - **Determine [which repository the contribution belongs to](#repository-assignment).** -- **Check if the enhancement has already been implemented** — use the [latest version][gh-releases-latest] and [`master`][gh-branch-master] branch to ensure that the feature or improvement has not already been added. +- **Check if the enhancement has already been implemented** — use the [latest version][gh-releases-latest] and [`main`][gh-branch-main] branch to ensure that the feature or improvement has not already been added. - **Provide a reduced show case** — ideally create a [MCVE](#mcve). Before creating enhancement suggestions, please check if your idea fits with the scope and provide as much detail and context as possible using a structured layout like the [the issue template][gh-issues-template-enhancement]. @@ -85,7 +85,7 @@ When you are submitting an pull request, please provide as much detail and conte - **Lint and test before submitting the pull request**. - **Make sure to create the pull request from a [topic branch][git-docs-branching-workflows]**. -**All pull requests must be send against the [`master`][gh-branch-master] branch** - Please read the [branch organization](#branch-organization) section below for details about the branching model. +**All pull requests must be send against the [`main`][gh-branch-main] branch** - Please read the [branch organization](#branch-organization) section below for details about the branching model. ### Documentations @@ -95,9 +95,9 @@ You can help improve the docs and guides by making them more coherent, consisten ## Branch Organization -Nord uses the [GitHub Flow][github-flow] branching model. The repository consists of the `master` core branch with an infinite development lifecycle. The source code of [Git‘s `HEAD`][git-docs-internals-head] in this branch contains the latest development state and reflects all tagged release versions. +Nord uses the [GitHub Flow][github-flow] branching model. The repository consists of the `main` core branch with an infinite development lifecycle. The source code of [Git‘s `HEAD`][git-docs-internals-head] in this branch contains the latest development state and reflects all tagged release versions. -**All [pull requests](#pull-requests) for limited development lifecycle _story_/_topic_ branches must be send against the `master` branch**. +**All [pull requests](#pull-requests) for limited development lifecycle _story_/_topic_ branches must be send against the `main` branch**. @@ -191,24 +191,24 @@ Every significant change is documented in the [changelog][gh-changelog]. Thanks for the inspirations and attributions to GitHub's [Open Source Guides][os-guide] and various contribution guides of large open source projects like [Atom][gh-atom-contrib], [React][react-contrib] and [Ruby on Rails][ruby-on-rails-contrib]. [gh-atom-contrib]: https://github.com/atom/atom/blob/master/CONTRIBUTING.md -[gh-branch-master]: https://github.com/arcticicestudio/nord-docs/tree/master -[gh-changelog]: https://github.com/arcticicestudio/nord-docs/blob/master/CHANGELOG.md -[gh-coc]: https://github.com/arcticicestudio/nord-docs/blob/master/CODE_OF_CONDUCT.md +[gh-branch-main]: https://github.com/arcticicestudio/nord-docs/tree/main +[gh-changelog]: https://github.com/arcticicestudio/nord-docs/blob/main/CHANGELOG.md +[gh-coc]: https://github.com/arcticicestudio/nord-docs/blob/main/CODE_OF_CONDUCT.md [gh-gist]: https://gist.github.com [gh-issues]: https://github.com/arcticicestudio/nord-docs/issues [gh-issues-label-question]: https://github.com/arcticicestudio/nord-docs/labels/type-question -[gh-issues-template-bug]: https://github.com/arcticicestudio/nord-docs/blob/master/.github/ISSUE_TEMPLATE/bugs.md -[gh-issues-template-enhancement]: https://github.com/arcticicestudio/nord-docs/blob/master/.github/ISSUE_TEMPLATE/enhancement.md -[gh-issues-template-pr]: https://github.com/arcticicestudio/nord-docs/blob/master/.github/PULL_REQUEST_TEMPLATE.md +[gh-issues-template-bug]: https://github.com/arcticicestudio/nord-docs/blob/main/.github/ISSUE_TEMPLATE/bugs.md +[gh-issues-template-enhancement]: https://github.com/arcticicestudio/nord-docs/blob/main/.github/ISSUE_TEMPLATE/enhancement.md +[gh-issues-template-pr]: https://github.com/arcticicestudio/nord-docs/blob/main/.github/PULL_REQUEST_TEMPLATE.md [gh-issues-templates]: https://github.com/arcticicestudio/nord-docs/issues/new/choose -[gh-mailmap]: https://github.com/arcticicestudio/nord-docs/blob/master/.mailmap +[gh-mailmap]: https://github.com/arcticicestudio/nord-docs/blob/main/.mailmap [gh-nord]: https://github.com/arcticicestudio/nord [gh-nord-docs]: https://github.com/arcticicestudio/nord-docs [gh-pr]: https://github.com/arcticicestudio/nord-docs/pulls [gh-profile-repo-search]: https://github.com/arcticicestudio?&tab=repositories&q=nord [gh-releases-latest]: https://github.com/arcticicestudio/nord-docs/releases/latest [gh-styleguide-git]: https://github.com/arcticicestudio/styleguide-git -[gh-styleguide-git-badge]: https://raw.githubusercontent.com/arcticicestudio/styleguide-git/master/assets/styleguide-git-banner-typography-badge.svg?sanitize=true +[gh-styleguide-git-badge]: https://raw.githubusercontent.com/arcticicestudio/styleguide-git/main/assets/styleguide-git-banner-typography-badge.svg?sanitize=true [gh-styleguide-javascript]: https://github.com/arcticicestudio/styleguide-javascript [gh-styleguide-javascript-badge]: https://raw.githubusercontent.com/arcticicestudio/styleguide-javascript/main/assets/styleguide-javascript-banner-typography-badge.svg?sanitize=true [gh-styleguide-markdown]: https://github.com/arcticicestudio/styleguide-markdown diff --git a/README.md b/README.md index b5dc2806..f7255bd7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -

+

-

+

-

+

diff --git a/content/docs/ports/vim/installation/index.mdx b/content/docs/ports/vim/installation/index.mdx index e5e469bf..46f459b0 100644 --- a/content/docs/ports/vim/installation/index.mdx +++ b/content/docs/ports/vim/installation/index.mdx @@ -74,8 +74,8 @@ Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.11.0' } ###### Manual -To install Nord Vim manually, [download the latest version][repo-down-master] or [clone the repository][repo]. -Afterwards copy the [`nord.vim`][repo-tree-master-nord.vim] file into the `.vim/colors` located in your [home directory][wiki-home_dir]. +To install Nord Vim manually, [download the latest version][repo-down-main] or [clone the repository][repo]. +Afterwards copy the [`nord.vim`][repo-tree-main-nord.vim] file into the `.vim/colors` located in your [home directory][wiki-home_dir].