You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix image asset URLs after nord-docs GitHub flow and main branch migration (#177)
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]: nordtheme/web#229
[2]: nordtheme/web#236GH-177
Co-authored-by: Sven Greb <[email protected]>
@@ -17,7 +17,7 @@ For syntax highlighting it aims to ensure an <strong>undisturbed focus on import
17
17
18
18
<palign="center">Nord consists of four named color palettes providing different syntactic meanings and color effects for dark & bright ambiance designs.</p>
19
19
20
-
[](https://www.nordtheme.com/docs/colors-and-palettes)
20
+
[](https://www.nordtheme.com/docs/colors-and-palettes)
21
21
22
22
All colors are numbered from `nord0` to `nord15` where each palette contains a different amount of colors. The naming convention preserves the compatibility for terminal color schemes and allows an uncomplicated use as base for such.
23
23
@@ -45,15 +45,15 @@ Unify the appearance and usage experience for your favorite applications — fro
45
45
46
46
Nord supports a broad and constantly growing spectrum that allows to [customize your daily tool stack][home-ports].
47
47
48
-
<palign="center"><ahref="https://www.nordtheme.com/ports"><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop/assets/images/nord/repository-nordify.svg?sanitize=true"alt="Nord port project illustration" /></a></p>
48
+
<palign="center"><ahref="https://www.nordtheme.com/ports"><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-docs/main/assets/images/nord/repository-nordify.svg?sanitize=true"alt="Nord port project illustration" /></a></p>
49
49
50
50
## Color Swatches
51
51
52
52
Next to the many ways of [integrating Nord into your project][home-docs-usage], all [color palettes of Nord][home-docs-colors] are also available in [various native color swatch formats][home-docs-swatches].
53
53
54
54
Easily import Nord into macOS, _Adobe_ products like _Photoshop_ & _Illustrator_, GIMP/Krita/Inkscape and many more.
55
55
56
-
<palign="center"><ahref="https://www.nordtheme.com/ports"><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop/assets/images/nord/repository-color-swatches.svg?sanitize=true"alt="Nord port project illustration" /></a></p>
56
+
<palign="center"><ahref="https://www.nordtheme.com/ports"><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-docs/main/assets/images/nord/repository-color-swatches.svg?sanitize=true"alt="Nord port project illustration" /></a></p>
57
57
58
58
## Contributing
59
59
@@ -65,7 +65,7 @@ Please take a moment to read the full [contributing guide][contrib-guide] to lea
65
65
66
66
The guide also includes information about [minimal, complete, and verifiable examples][contrib-guide-mcve] and other ways to contribute to the project like [improving existing issues][contrib-guide-impr-issues] and [giving feedback on issues and pull requests][contrib-guide-feedback].
0 commit comments