Remove mentions of master branch [skip ci]

[why]
If we ever switch the default branch the links would break. So just say
'default branch' directly, whichever that may be.

[note]
CI workflows not changed, I do not know if there is an alias for the
default branch available.

Fixes: #971 (partially)

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2022-10-17 12:04:04 +02:00
parent 53be9ba114
commit 9ea01d0740
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ style: container
<li><a target="_blank" aria-label="Go to Font Logos Page" rel="noreferrer" href="https://github.com/Lukas-W/font-logos">Font Logos (Formerly Font Linux)</a></li> <li><a target="_blank" aria-label="Go to Font Logos Page" rel="noreferrer" href="https://github.com/Lukas-W/font-logos">Font Logos (Formerly Font Linux)</a></li>
<li><a target="_blank" aria-label="Go to Pomicons Page" rel="noreferrer" href="https://github.com/gabrielelana/pomicons">Pomicons</a></li> <li><a target="_blank" aria-label="Go to Pomicons Page" rel="noreferrer" href="https://github.com/gabrielelana/pomicons">Pomicons</a></li>
<li><a target="_blank" aria-label="Go to IEC Power Symbols Page" rel="noreferrer" href="https://unicodepowersymbol.com/">IEC Power Symbols</a></li> <li><a target="_blank" aria-label="Go to IEC Power Symbols Page" rel="noreferrer" href="https://unicodepowersymbol.com/">IEC Power Symbols</a></li>
<li><a target="_blank" aria-label="Go to Seti-UI + Custom Source Page" rel="noreferrer" href="https://github.com/ryanoasis/nerd-fonts/blob/master/src/glyphs/original-source.otf">Seti-UI + Custom</a></li> <li><a target="_blank" aria-label="Go to Seti-UI + Custom Source Page" rel="noreferrer" href="https://github.com/ryanoasis/nerd-fonts/blob/-/src/glyphs/original-source.otf">Seti-UI + Custom</a></li>
</ul> </ul>
<!--</div> end inner col --> <!--</div> end inner col -->
</div><!-- end inner row --> </div><!-- end inner row -->
@ -177,7 +177,7 @@ Nerd Fonts Font Patcher: patches a given font with programming and development r
* Website: https://www.nerdfonts.com * Website: https://www.nerdfonts.com
* Version: 2.2.2 * Version: 2.2.2
* Development Website: https://github.com/ryanoasis/nerd-fonts * Development Website: https://github.com/ryanoasis/nerd-fonts
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md * Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
positional arguments: positional arguments:
font The path to the font to patch (e.g., Inconsolata.otf) font The path to the font to patch (e.g., Inconsolata.otf)

View file

@ -42,7 +42,7 @@ brew install --cask font-<FONT NAME>-nerd-font
<div markdown="1"> <div markdown="1">
```sh ```sh
curl -fLo "<FONT NAME> Nerd Font Complete.otf" \ curl -fLo "<FONT NAME> Nerd Font Complete.otf" \
https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/<FONT_PATH>/complete/<FONT_NAME>%20Nerd%20Font%20Complete.otf https://github.com/ryanoasis/nerd-fonts/raw/HEAD/patched-fonts/<FONT_PATH>/complete/<FONT_NAME>%20Nerd%20Font%20Complete.otf
``` ```
</div> </div>
<h3 class="center"> <span></span> Bash Install Script </h3> <h3 class="center"> <span></span> Bash Install Script </h3>