From ab63b489bed55de89d03858bec5e184b493f2c2a Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Sat, 8 Oct 2022 14:46:58 +0200 Subject: [PATCH] Fix image URLs after `nord-docs` GitHub flow and `main` branch migration (#19) 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 Relates to arcticicestudio/nord-docs#229 Relates to arcticicestudio/nord-docs#236 GH-18 --- CHANGELOG.md | 2 +- README.md | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f42cb..b09d332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -

+

diff --git a/README.md b/README.md index 4065f00..542c41c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

+

@@ -14,7 +14,7 @@

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

-

+

## Getting started @@ -38,7 +38,11 @@ To use Nord highlight.js in projects without Node.js, the CSS file can be used t ```html - + ``` #### Usage @@ -56,13 +60,13 @@ To use Nord highlight.js include the CSS file as stylesheet depending on the ins

Beautiful code to keep focused.

Support for a wide range of language types.

-

+

JavaScript with a React Hook for React Spring animations.

-

+

React component with forwarded ref.

-

+

## Contributing @@ -74,7 +78,7 @@ Please take a moment to read Nord's full [contributing guide][nord-contrib-guide The guide also includes information about [minimal, complete, and verifiable examples][nord-contrib-guide-mcve] and other ways to contribute to the project like [improving existing issues][nord-contrib-guide-impr-issues] and [giving feedback on issues and pull requests][nord-contrib-guide-feedback]. -

+

Copyright © 2017-present Arctic Ice Studio and Sven Greb