From bf935b512deb7fc107fb92149c1e92f24af6eec4 Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Sat, 8 Oct 2022 12:20:56 +0200 Subject: [PATCH] Fix image URLs after `nord-docs` GitHub flow and `main` branch migration The URLs to image assets were broken due the recent GitHub flow migration [1] in the `nord-docs` repository as well as the switch from the `master` to `main` branch [2]. [1]: https://github.com/arcticicestudio/nord-docs/issues/229 [2]: https://github.com/arcticicestudio/nord-docs/issues/236 GH-326 --- changelog.md | 2 +- readme.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index 585563c..42bd00f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -

+

diff --git a/readme.md b/readme.md index efe23d1..57edbdd 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -

+

@@ -8,7 +8,7 @@

Designed for a fluent and clear workflow based on the Nord color palette.

-

+

Build for Vim's terminal- and GUI mode with _true colors_ with support for many third-party syntax and UI plugins including bundled themes for [lightline.vim][1] and [vim-airline][4]. @@ -28,17 +28,17 @@ To automatically download and activate Nord Vim, follow the install instructions 2. run the `:PlugInstall` command in Vim 3. activate the theme by adding `colorscheme nord` to the [vimrc][28] or change it on-the-fly by running `:colorscheme nord` -

+

See the Nord Vim's documentation for [more installation options][20] and how to [set it up manually][21]. ## Features -

A unified UI and editor syntax element design provides a clutter-free and fluidly merging appearance.

+

A unified UI and editor syntax element design provides a clutter-free and fluidly merging appearance.

-

Small details with unobtrusive styles for popular and common code editor features like search result marker and brace matching — designed to get out of your way with a visually attractive appearance.

+

Small details with unobtrusive styles for popular and common code editor features like search result marker and brace matching — designed to get out of your way with a visually attractive appearance.

-

Support for a wide range of programming languages — from bundled plugins up to many popular syntax and UI third-party plugins.

+

Support for a wide range of programming languages — from bundled plugins up to many popular syntax and UI third-party plugins.

## Contributing @@ -50,7 +50,7 @@ Please take a moment to read Nord's full [contributing guide][17] to learn about The guide also includes information about [minimal, complete, and verifiable examples][13] and other ways to contribute to the project like [improving existing issues][12] and [giving feedback on issues and pull requests][11]. -

+

Copyright © 2016-present Arctic Ice Studio and Sven Greb