From 9ea01d07402b25ad4508ba11bdb734471d92508c Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Mon, 17 Oct 2022 12:04:04 +0200 Subject: [PATCH] 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 --- _posts/2017-01-02-features.md | 4 ++-- _posts/2017-01-03-downloads.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2017-01-02-features.md b/_posts/2017-01-02-features.md index e09ba0ea4..9253b44df 100644 --- a/_posts/2017-01-02-features.md +++ b/_posts/2017-01-02-features.md @@ -46,7 +46,7 @@ style: container
  • Font Logos (Formerly Font Linux)
  • Pomicons
  • IEC Power Symbols
  • -
  • Seti-UI + Custom
  • +
  • Seti-UI + Custom
  • @@ -177,7 +177,7 @@ Nerd Fonts Font Patcher: patches a given font with programming and development r * Website: https://www.nerdfonts.com * Version: 2.2.2 * 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: font The path to the font to patch (e.g., Inconsolata.otf) diff --git a/_posts/2017-01-03-downloads.md b/_posts/2017-01-03-downloads.md index 466d69707..717f8fc30 100644 --- a/_posts/2017-01-03-downloads.md +++ b/_posts/2017-01-03-downloads.md @@ -42,7 +42,7 @@ brew install --cask font--nerd-font
    ```sh curl -fLo " Nerd Font Complete.otf" \ - https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts//complete/%20Nerd%20Font%20Complete.otf + https://github.com/ryanoasis/nerd-fonts/raw/HEAD/patched-fonts//complete/%20Nerd%20Font%20Complete.otf ```

    Bash Install Script