diff --git a/bin/scripts/gotta-patch-em-all-font-patcher!.sh b/bin/scripts/gotta-patch-em-all-font-patcher!.sh index 736a3bc78..a2ffe41ec 100755 --- a/bin/scripts/gotta-patch-em-all-font-patcher!.sh +++ b/bin/scripts/gotta-patch-em-all-font-patcher!.sh @@ -44,7 +44,7 @@ if [ $# -eq 2 ] fi # correct way to output find results into an array (when files have space chars, etc) -# source: http://stackoverflow.com/questions/8213328/bash-script-find-output-to-array +# source: https://stackoverflow.com/questions/8213328/bash-script-find-output-to-array source_fonts=() while IFS= read -d $'\0' -r file ; do source_fonts=("${source_fonts[@]}" "$file") diff --git a/code_of_conduct.md b/code_of_conduct.md index 7a0323d53..4e3d4e8a9 100644 --- a/code_of_conduct.md +++ b/code_of_conduct.md @@ -70,7 +70,7 @@ members of the project's leadership. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at [http://contributor-covenant.org/version/1/4][version] +available at [http://contributor-covenant.org/version/1/4/][version] [homepage]: http://contributor-covenant.org [version]: http://contributor-covenant.org/version/1/4/ diff --git a/font-patcher b/font-patcher index 80c8f42eb..5a80e175b 100755 --- a/font-patcher +++ b/font-patcher @@ -40,18 +40,18 @@ parser.add_argument('-l', '--adjust-line-height', dest='adjustLineHeight', actio parser.add_argument('-q', '--quiet', '--shutup', dest='quiet', action='store_true', help='Do not generate verbose output', default=False) parser.add_argument('-w', '--windows', dest='windows', action='store_true', help='Limit the internal font name to 31 characters (for Windows compatibility)', default=False) parser.add_argument('-c', '--complete', dest='complete', action='store_true', help='Add all available Glyphs', default=False) -parser.add_argument('--fontawesome', dest='fontawesome', action='store_true', help='Add Font Awesome Glyphs (http://fortawesome.github.io/Font-Awesome)', default=False) -parser.add_argument('--fontawesomeextension', dest='fontawesomeextension', action='store_true', help='Add Font Awesome Extension Glyphs (http://andrelzgava.github.io/font-awesome-extension)', default=False) +parser.add_argument('--fontawesome', dest='fontawesome', action='store_true', help='Add Font Awesome Glyphs (http://fontawesome.io/)', default=False) +parser.add_argument('--fontawesomeextension', dest='fontawesomeextension', action='store_true', help='Add Font Awesome Extension Glyphs (https://andrelzgava.github.io/font-awesome-extension/)', default=False) parser.add_argument('--fontlinux', dest='fontlinux', action='store_true', help='Add Font Linux Glyphs (https://github.com/Lukas-W/font-linux)', default=False) parser.add_argument('--octicons', dest='octicons', action='store_true', help='Add Octicons Glyphs (https://octicons.github.com)', default=False) -parser.add_argument('--powersymbols', dest='powersymbols', action='store_true', help='Add IEC Power Symbols (http://unicodepowersymbol.com)', default=False) +parser.add_argument('--powersymbols', dest='powersymbols', action='store_true', help='Add IEC Power Symbols (https://unicodepowersymbol.com/)', default=False) parser.add_argument('--pomicons', dest='pomicons', action='store_true', help='Add Pomicon Glyphs (https://github.com/gabrielelana/pomicons)', default=False) parser.add_argument('--powerline', dest='powerline', action='store_true', help='Add Powerline Glyphs', default=False) parser.add_argument('--powerlineextra', dest='powerlineextra', action='store_true', help='Add Powerline Glyphs (https://github.com/ryanoasis/powerline-extra-symbols)', default=False) parser.add_argument('--custom', type=str, nargs='?', dest='custom', help='Specify a custom symbol font. All new glyphs will be copied, with no scaling applied.', default=False) parser.add_argument('--postprocess', type=str, nargs='?', dest='postprocess', help='Specify a Script for Post Processing', default=False) -# http://stackoverflow.com/questions/15008758/parsing-boolean-values-with-argparse +# https://stackoverflow.com/questions/15008758/parsing-boolean-values-with-argparse progressbars_group_parser = parser.add_mutually_exclusive_group(required=False) progressbars_group_parser.add_argument('--progressbars', dest='progressbars', action='store_true', help='Show percentage completion progress bars per Glyph Set') progressbars_group_parser.add_argument('--no-progressbars', dest='progressbars', action='store_false', help='Don\'t show percentage completion progress bars per Glyph Set') @@ -443,7 +443,7 @@ def use_scale_glyph( unicode_value, glyph_list ): return True return False -## modified from: http://stackoverflow.com/questions/3160699/python-progress-bar +## modified from: https://stackoverflow.com/questions/3160699/python-progress-bar ## Accepts a float between 0 and 1. Any int will be converted to a float. ## A value at 1 or bigger represents 100% def update_progress(progress): diff --git a/patched-fonts/AnonymousPro/font-info.md b/patched-fonts/AnonymousPro/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/AnonymousPro/font-info.md +++ b/patched-fonts/AnonymousPro/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/AnonymousPro/readme.md b/patched-fonts/AnonymousPro/readme.md index b22a0d667..f9f5ee865 100644 --- a/patched-fonts/AnonymousPro/readme.md +++ b/patched-fonts/AnonymousPro/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/DejaVuSansMono/Bold-Italic/font-info.md b/patched-fonts/DejaVuSansMono/Bold-Italic/font-info.md index 028a53c54..c973af372 100644 --- a/patched-fonts/DejaVuSansMono/Bold-Italic/font-info.md +++ b/patched-fonts/DejaVuSansMono/Bold-Italic/font-info.md @@ -83,13 +83,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/DejaVuSansMono/Bold-Italic/readme.md b/patched-fonts/DejaVuSansMono/Bold-Italic/readme.md index 6002595a5..9e2d919c8 100644 --- a/patched-fonts/DejaVuSansMono/Bold-Italic/readme.md +++ b/patched-fonts/DejaVuSansMono/Bold-Italic/readme.md @@ -83,13 +83,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/DejaVuSansMono/Bold/font-info.md b/patched-fonts/DejaVuSansMono/Bold/font-info.md index 028a53c54..c973af372 100644 --- a/patched-fonts/DejaVuSansMono/Bold/font-info.md +++ b/patched-fonts/DejaVuSansMono/Bold/font-info.md @@ -83,13 +83,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/DejaVuSansMono/Bold/readme.md b/patched-fonts/DejaVuSansMono/Bold/readme.md index f4cb09d00..6b9e3e110 100644 --- a/patched-fonts/DejaVuSansMono/Bold/readme.md +++ b/patched-fonts/DejaVuSansMono/Bold/readme.md @@ -83,13 +83,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/DejaVuSansMono/Italic/font-info.md b/patched-fonts/DejaVuSansMono/Italic/font-info.md index 028a53c54..c973af372 100644 --- a/patched-fonts/DejaVuSansMono/Italic/font-info.md +++ b/patched-fonts/DejaVuSansMono/Italic/font-info.md @@ -83,13 +83,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/DejaVuSansMono/Italic/readme.md b/patched-fonts/DejaVuSansMono/Italic/readme.md index cd92a0792..8e4f18a21 100644 --- a/patched-fonts/DejaVuSansMono/Italic/readme.md +++ b/patched-fonts/DejaVuSansMono/Italic/readme.md @@ -83,13 +83,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/DejaVuSansMono/Regular/font-info.md b/patched-fonts/DejaVuSansMono/Regular/font-info.md index 028a53c54..c973af372 100644 --- a/patched-fonts/DejaVuSansMono/Regular/font-info.md +++ b/patched-fonts/DejaVuSansMono/Regular/font-info.md @@ -83,13 +83,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/DejaVuSansMono/Regular/readme.md b/patched-fonts/DejaVuSansMono/Regular/readme.md index 2ee6a42dc..2709276fd 100644 --- a/patched-fonts/DejaVuSansMono/Regular/readme.md +++ b/patched-fonts/DejaVuSansMono/Regular/readme.md @@ -83,13 +83,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/DejaVuSansMono/font-info.md b/patched-fonts/DejaVuSansMono/font-info.md index 028a53c54..c973af372 100644 --- a/patched-fonts/DejaVuSansMono/font-info.md +++ b/patched-fonts/DejaVuSansMono/font-info.md @@ -83,13 +83,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/DroidSansMono/font-info.md b/patched-fonts/DroidSansMono/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/DroidSansMono/font-info.md +++ b/patched-fonts/DroidSansMono/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/DroidSansMono/readme.md b/patched-fonts/DroidSansMono/readme.md index 345acfa6f..5dc4201d3 100644 --- a/patched-fonts/DroidSansMono/readme.md +++ b/patched-fonts/DroidSansMono/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FantasqueSansMono/Bold-Italic/font-info.md b/patched-fonts/FantasqueSansMono/Bold-Italic/font-info.md index d6ecadee1..f9ad99b98 100644 --- a/patched-fonts/FantasqueSansMono/Bold-Italic/font-info.md +++ b/patched-fonts/FantasqueSansMono/Bold-Italic/font-info.md @@ -189,13 +189,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FantasqueSansMono/Bold-Italic/readme.md b/patched-fonts/FantasqueSansMono/Bold-Italic/readme.md index 19df45a74..459449859 100644 --- a/patched-fonts/FantasqueSansMono/Bold-Italic/readme.md +++ b/patched-fonts/FantasqueSansMono/Bold-Italic/readme.md @@ -189,13 +189,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FantasqueSansMono/Bold/font-info.md b/patched-fonts/FantasqueSansMono/Bold/font-info.md index d6ecadee1..f9ad99b98 100644 --- a/patched-fonts/FantasqueSansMono/Bold/font-info.md +++ b/patched-fonts/FantasqueSansMono/Bold/font-info.md @@ -189,13 +189,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FantasqueSansMono/Bold/readme.md b/patched-fonts/FantasqueSansMono/Bold/readme.md index dee3e1493..6b2283497 100644 --- a/patched-fonts/FantasqueSansMono/Bold/readme.md +++ b/patched-fonts/FantasqueSansMono/Bold/readme.md @@ -189,13 +189,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FantasqueSansMono/Italic/font-info.md b/patched-fonts/FantasqueSansMono/Italic/font-info.md index d6ecadee1..f9ad99b98 100644 --- a/patched-fonts/FantasqueSansMono/Italic/font-info.md +++ b/patched-fonts/FantasqueSansMono/Italic/font-info.md @@ -189,13 +189,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FantasqueSansMono/Italic/readme.md b/patched-fonts/FantasqueSansMono/Italic/readme.md index 9c98406c6..8e9c3729a 100644 --- a/patched-fonts/FantasqueSansMono/Italic/readme.md +++ b/patched-fonts/FantasqueSansMono/Italic/readme.md @@ -189,13 +189,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FantasqueSansMono/Regular/font-info.md b/patched-fonts/FantasqueSansMono/Regular/font-info.md index d6ecadee1..f9ad99b98 100644 --- a/patched-fonts/FantasqueSansMono/Regular/font-info.md +++ b/patched-fonts/FantasqueSansMono/Regular/font-info.md @@ -189,13 +189,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FantasqueSansMono/Regular/readme.md b/patched-fonts/FantasqueSansMono/Regular/readme.md index 6170b9355..7aabcc3c2 100644 --- a/patched-fonts/FantasqueSansMono/Regular/readme.md +++ b/patched-fonts/FantasqueSansMono/Regular/readme.md @@ -189,13 +189,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FantasqueSansMono/font-info.md b/patched-fonts/FantasqueSansMono/font-info.md index d6ecadee1..f9ad99b98 100644 --- a/patched-fonts/FantasqueSansMono/font-info.md +++ b/patched-fonts/FantasqueSansMono/font-info.md @@ -189,13 +189,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraCode/Bold/font-info.md b/patched-fonts/FiraCode/Bold/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/FiraCode/Bold/font-info.md +++ b/patched-fonts/FiraCode/Bold/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraCode/Bold/readme.md b/patched-fonts/FiraCode/Bold/readme.md index fe162fc22..e0066da31 100644 --- a/patched-fonts/FiraCode/Bold/readme.md +++ b/patched-fonts/FiraCode/Bold/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraCode/Light/font-info.md b/patched-fonts/FiraCode/Light/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/FiraCode/Light/font-info.md +++ b/patched-fonts/FiraCode/Light/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraCode/Light/readme.md b/patched-fonts/FiraCode/Light/readme.md index 9dfbc2961..c3fd2b022 100644 --- a/patched-fonts/FiraCode/Light/readme.md +++ b/patched-fonts/FiraCode/Light/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraCode/Medium/font-info.md b/patched-fonts/FiraCode/Medium/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/FiraCode/Medium/font-info.md +++ b/patched-fonts/FiraCode/Medium/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraCode/Medium/readme.md b/patched-fonts/FiraCode/Medium/readme.md index f38653b77..9b09202b6 100644 --- a/patched-fonts/FiraCode/Medium/readme.md +++ b/patched-fonts/FiraCode/Medium/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraCode/Regular/font-info.md b/patched-fonts/FiraCode/Regular/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/FiraCode/Regular/font-info.md +++ b/patched-fonts/FiraCode/Regular/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraCode/Regular/readme.md b/patched-fonts/FiraCode/Regular/readme.md index 8484344b3..18dfc6525 100644 --- a/patched-fonts/FiraCode/Regular/readme.md +++ b/patched-fonts/FiraCode/Regular/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraCode/Retina/font-info.md b/patched-fonts/FiraCode/Retina/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/FiraCode/Retina/font-info.md +++ b/patched-fonts/FiraCode/Retina/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraCode/Retina/readme.md b/patched-fonts/FiraCode/Retina/readme.md index d88c23b7b..e6076484b 100644 --- a/patched-fonts/FiraCode/Retina/readme.md +++ b/patched-fonts/FiraCode/Retina/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraCode/font-info.md b/patched-fonts/FiraCode/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/FiraCode/font-info.md +++ b/patched-fonts/FiraCode/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraMono/Bold/font-info.md b/patched-fonts/FiraMono/Bold/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/FiraMono/Bold/font-info.md +++ b/patched-fonts/FiraMono/Bold/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraMono/Bold/readme.md b/patched-fonts/FiraMono/Bold/readme.md index 7b449fa81..a24443d03 100644 --- a/patched-fonts/FiraMono/Bold/readme.md +++ b/patched-fonts/FiraMono/Bold/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraMono/Medium/font-info.md b/patched-fonts/FiraMono/Medium/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/FiraMono/Medium/font-info.md +++ b/patched-fonts/FiraMono/Medium/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraMono/Medium/readme.md b/patched-fonts/FiraMono/Medium/readme.md index 7f779fa7b..cc76b526e 100644 --- a/patched-fonts/FiraMono/Medium/readme.md +++ b/patched-fonts/FiraMono/Medium/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraMono/Regular/font-info.md b/patched-fonts/FiraMono/Regular/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/FiraMono/Regular/font-info.md +++ b/patched-fonts/FiraMono/Regular/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraMono/Regular/readme.md b/patched-fonts/FiraMono/Regular/readme.md index 8f6510c8c..16d0e0441 100644 --- a/patched-fonts/FiraMono/Regular/readme.md +++ b/patched-fonts/FiraMono/Regular/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/FiraMono/font-info.md b/patched-fonts/FiraMono/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/FiraMono/font-info.md +++ b/patched-fonts/FiraMono/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hack/Bold/font-info.md b/patched-fonts/Hack/Bold/font-info.md index 9cc86d0fc..a32b844c5 100644 --- a/patched-fonts/Hack/Bold/font-info.md +++ b/patched-fonts/Hack/Bold/font-info.md @@ -365,13 +365,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hack/Bold/readme.md b/patched-fonts/Hack/Bold/readme.md index 7e0c6511d..c02352ad7 100644 --- a/patched-fonts/Hack/Bold/readme.md +++ b/patched-fonts/Hack/Bold/readme.md @@ -365,13 +365,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hack/BoldItalic/font-info.md b/patched-fonts/Hack/BoldItalic/font-info.md index 9cc86d0fc..a32b844c5 100644 --- a/patched-fonts/Hack/BoldItalic/font-info.md +++ b/patched-fonts/Hack/BoldItalic/font-info.md @@ -365,13 +365,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hack/BoldItalic/readme.md b/patched-fonts/Hack/BoldItalic/readme.md index 499ccd11c..888a1f930 100644 --- a/patched-fonts/Hack/BoldItalic/readme.md +++ b/patched-fonts/Hack/BoldItalic/readme.md @@ -365,13 +365,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hack/Italic/font-info.md b/patched-fonts/Hack/Italic/font-info.md index 9cc86d0fc..a32b844c5 100644 --- a/patched-fonts/Hack/Italic/font-info.md +++ b/patched-fonts/Hack/Italic/font-info.md @@ -365,13 +365,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hack/Italic/readme.md b/patched-fonts/Hack/Italic/readme.md index 62f9322a3..e7aa240eb 100644 --- a/patched-fonts/Hack/Italic/readme.md +++ b/patched-fonts/Hack/Italic/readme.md @@ -365,13 +365,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hack/Regular/font-info.md b/patched-fonts/Hack/Regular/font-info.md index 9cc86d0fc..a32b844c5 100644 --- a/patched-fonts/Hack/Regular/font-info.md +++ b/patched-fonts/Hack/Regular/font-info.md @@ -365,13 +365,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hack/Regular/readme.md b/patched-fonts/Hack/Regular/readme.md index c48ebd199..11b87cb12 100644 --- a/patched-fonts/Hack/Regular/readme.md +++ b/patched-fonts/Hack/Regular/readme.md @@ -365,13 +365,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hack/font-info.md b/patched-fonts/Hack/font-info.md index 9cc86d0fc..a32b844c5 100644 --- a/patched-fonts/Hack/font-info.md +++ b/patched-fonts/Hack/font-info.md @@ -365,13 +365,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Black-Italic/font-info.md b/patched-fonts/Hasklig/Black-Italic/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Black-Italic/font-info.md +++ b/patched-fonts/Hasklig/Black-Italic/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Black-Italic/readme.md b/patched-fonts/Hasklig/Black-Italic/readme.md index 94623e4c0..04c99d86c 100644 --- a/patched-fonts/Hasklig/Black-Italic/readme.md +++ b/patched-fonts/Hasklig/Black-Italic/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Black/font-info.md b/patched-fonts/Hasklig/Black/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Black/font-info.md +++ b/patched-fonts/Hasklig/Black/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Black/readme.md b/patched-fonts/Hasklig/Black/readme.md index 42b08d260..d126d054f 100644 --- a/patched-fonts/Hasklig/Black/readme.md +++ b/patched-fonts/Hasklig/Black/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Bold-Italic/font-info.md b/patched-fonts/Hasklig/Bold-Italic/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Bold-Italic/font-info.md +++ b/patched-fonts/Hasklig/Bold-Italic/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Bold-Italic/readme.md b/patched-fonts/Hasklig/Bold-Italic/readme.md index a8fe341a1..13bd4a06c 100644 --- a/patched-fonts/Hasklig/Bold-Italic/readme.md +++ b/patched-fonts/Hasklig/Bold-Italic/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Bold/font-info.md b/patched-fonts/Hasklig/Bold/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Bold/font-info.md +++ b/patched-fonts/Hasklig/Bold/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Bold/readme.md b/patched-fonts/Hasklig/Bold/readme.md index b0fe5b03c..706eb8934 100644 --- a/patched-fonts/Hasklig/Bold/readme.md +++ b/patched-fonts/Hasklig/Bold/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Extra-Light-Italic/font-info.md b/patched-fonts/Hasklig/Extra-Light-Italic/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Extra-Light-Italic/font-info.md +++ b/patched-fonts/Hasklig/Extra-Light-Italic/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Extra-Light-Italic/readme.md b/patched-fonts/Hasklig/Extra-Light-Italic/readme.md index 7cade40f5..0e02fa869 100644 --- a/patched-fonts/Hasklig/Extra-Light-Italic/readme.md +++ b/patched-fonts/Hasklig/Extra-Light-Italic/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Extra-Light/font-info.md b/patched-fonts/Hasklig/Extra-Light/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Extra-Light/font-info.md +++ b/patched-fonts/Hasklig/Extra-Light/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Extra-Light/readme.md b/patched-fonts/Hasklig/Extra-Light/readme.md index d3c9759fc..092c27733 100644 --- a/patched-fonts/Hasklig/Extra-Light/readme.md +++ b/patched-fonts/Hasklig/Extra-Light/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Italic/font-info.md b/patched-fonts/Hasklig/Italic/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Italic/font-info.md +++ b/patched-fonts/Hasklig/Italic/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Italic/readme.md b/patched-fonts/Hasklig/Italic/readme.md index 5c74f3195..7788c1eec 100644 --- a/patched-fonts/Hasklig/Italic/readme.md +++ b/patched-fonts/Hasklig/Italic/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Light-Italic/font-info.md b/patched-fonts/Hasklig/Light-Italic/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Light-Italic/font-info.md +++ b/patched-fonts/Hasklig/Light-Italic/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Light-Italic/readme.md b/patched-fonts/Hasklig/Light-Italic/readme.md index 69697a597..380fa60b9 100644 --- a/patched-fonts/Hasklig/Light-Italic/readme.md +++ b/patched-fonts/Hasklig/Light-Italic/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Light/font-info.md b/patched-fonts/Hasklig/Light/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Light/font-info.md +++ b/patched-fonts/Hasklig/Light/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Light/readme.md b/patched-fonts/Hasklig/Light/readme.md index fe036a1a2..80746e63d 100644 --- a/patched-fonts/Hasklig/Light/readme.md +++ b/patched-fonts/Hasklig/Light/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Medium-Italic/font-info.md b/patched-fonts/Hasklig/Medium-Italic/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Medium-Italic/font-info.md +++ b/patched-fonts/Hasklig/Medium-Italic/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Medium-Italic/readme.md b/patched-fonts/Hasklig/Medium-Italic/readme.md index 807d0d6ae..965a22fe5 100644 --- a/patched-fonts/Hasklig/Medium-Italic/readme.md +++ b/patched-fonts/Hasklig/Medium-Italic/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Medium/font-info.md b/patched-fonts/Hasklig/Medium/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Medium/font-info.md +++ b/patched-fonts/Hasklig/Medium/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Medium/readme.md b/patched-fonts/Hasklig/Medium/readme.md index e55d6b1a1..d3c0df589 100644 --- a/patched-fonts/Hasklig/Medium/readme.md +++ b/patched-fonts/Hasklig/Medium/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Regular/font-info.md b/patched-fonts/Hasklig/Regular/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Regular/font-info.md +++ b/patched-fonts/Hasklig/Regular/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Regular/readme.md b/patched-fonts/Hasklig/Regular/readme.md index 1e9279712..b315bf3f7 100644 --- a/patched-fonts/Hasklig/Regular/readme.md +++ b/patched-fonts/Hasklig/Regular/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Semibold-Italic/font-info.md b/patched-fonts/Hasklig/Semibold-Italic/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Semibold-Italic/font-info.md +++ b/patched-fonts/Hasklig/Semibold-Italic/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Semibold-Italic/readme.md b/patched-fonts/Hasklig/Semibold-Italic/readme.md index 1f779bba1..fec317eea 100644 --- a/patched-fonts/Hasklig/Semibold-Italic/readme.md +++ b/patched-fonts/Hasklig/Semibold-Italic/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Semibold/font-info.md b/patched-fonts/Hasklig/Semibold/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/Semibold/font-info.md +++ b/patched-fonts/Hasklig/Semibold/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/Semibold/readme.md b/patched-fonts/Hasklig/Semibold/readme.md index 48784aef1..6455abd94 100644 --- a/patched-fonts/Hasklig/Semibold/readme.md +++ b/patched-fonts/Hasklig/Semibold/readme.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Hasklig/font-info.md b/patched-fonts/Hasklig/font-info.md index 816268f21..cbcc1df75 100644 --- a/patched-fonts/Hasklig/font-info.md +++ b/patched-fonts/Hasklig/font-info.md @@ -142,13 +142,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Inconsolata/font-info.md b/patched-fonts/Inconsolata/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/Inconsolata/font-info.md +++ b/patched-fonts/Inconsolata/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Inconsolata/readme.md b/patched-fonts/Inconsolata/readme.md index 15abb6db8..72ea49aa9 100644 --- a/patched-fonts/Inconsolata/readme.md +++ b/patched-fonts/Inconsolata/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/InconsolataGo/font-info.md b/patched-fonts/InconsolataGo/font-info.md index b708b0b39..fed75a74a 100644 --- a/patched-fonts/InconsolataGo/font-info.md +++ b/patched-fonts/InconsolataGo/font-info.md @@ -24,13 +24,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/InconsolataGo/readme.md b/patched-fonts/InconsolataGo/readme.md index 8bc5f7635..9f1f5aa19 100644 --- a/patched-fonts/InconsolataGo/readme.md +++ b/patched-fonts/InconsolataGo/readme.md @@ -24,13 +24,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/LiberationMono/font-info.md b/patched-fonts/LiberationMono/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/LiberationMono/font-info.md +++ b/patched-fonts/LiberationMono/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/LiberationMono/readme.md b/patched-fonts/LiberationMono/readme.md index 6cbd642a7..c8edb85a0 100644 --- a/patched-fonts/LiberationMono/readme.md +++ b/patched-fonts/LiberationMono/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Meslo/L-DZ/font-info.md b/patched-fonts/Meslo/L-DZ/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/Meslo/L-DZ/font-info.md +++ b/patched-fonts/Meslo/L-DZ/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Meslo/L-DZ/readme.md b/patched-fonts/Meslo/L-DZ/readme.md index d2a205dd8..64972f644 100644 --- a/patched-fonts/Meslo/L-DZ/readme.md +++ b/patched-fonts/Meslo/L-DZ/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Meslo/L/font-info.md b/patched-fonts/Meslo/L/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/Meslo/L/font-info.md +++ b/patched-fonts/Meslo/L/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Meslo/L/readme.md b/patched-fonts/Meslo/L/readme.md index 0d44d1a61..3d204a25a 100644 --- a/patched-fonts/Meslo/L/readme.md +++ b/patched-fonts/Meslo/L/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Meslo/M-DZ/font-info.md b/patched-fonts/Meslo/M-DZ/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/Meslo/M-DZ/font-info.md +++ b/patched-fonts/Meslo/M-DZ/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Meslo/M-DZ/readme.md b/patched-fonts/Meslo/M-DZ/readme.md index f45f76cdb..d9b5f2c65 100644 --- a/patched-fonts/Meslo/M-DZ/readme.md +++ b/patched-fonts/Meslo/M-DZ/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Meslo/M/font-info.md b/patched-fonts/Meslo/M/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/Meslo/M/font-info.md +++ b/patched-fonts/Meslo/M/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Meslo/M/readme.md b/patched-fonts/Meslo/M/readme.md index d5aa3c677..a00ae07a3 100644 --- a/patched-fonts/Meslo/M/readme.md +++ b/patched-fonts/Meslo/M/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Meslo/S-DZ/font-info.md b/patched-fonts/Meslo/S-DZ/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/Meslo/S-DZ/font-info.md +++ b/patched-fonts/Meslo/S-DZ/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Meslo/S-DZ/readme.md b/patched-fonts/Meslo/S-DZ/readme.md index 416e48782..ae9f7de33 100644 --- a/patched-fonts/Meslo/S-DZ/readme.md +++ b/patched-fonts/Meslo/S-DZ/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Meslo/S/font-info.md b/patched-fonts/Meslo/S/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/Meslo/S/font-info.md +++ b/patched-fonts/Meslo/S/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Meslo/S/readme.md b/patched-fonts/Meslo/S/readme.md index 9b7f2d0fd..2e1592ab7 100644 --- a/patched-fonts/Meslo/S/readme.md +++ b/patched-fonts/Meslo/S/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Meslo/font-info.md b/patched-fonts/Meslo/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/Meslo/font-info.md +++ b/patched-fonts/Meslo/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/ProFont/ProFontWinTweaked/font-info.md b/patched-fonts/ProFont/ProFontWinTweaked/font-info.md index f68d44442..e2eb5929c 100644 --- a/patched-fonts/ProFont/ProFontWinTweaked/font-info.md +++ b/patched-fonts/ProFont/ProFontWinTweaked/font-info.md @@ -30,13 +30,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/ProFont/ProFontWinTweaked/readme.md b/patched-fonts/ProFont/ProFontWinTweaked/readme.md index 8828fbb61..f01718674 100644 --- a/patched-fonts/ProFont/ProFontWinTweaked/readme.md +++ b/patched-fonts/ProFont/ProFontWinTweaked/readme.md @@ -30,13 +30,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/ProFont/font-info.md b/patched-fonts/ProFont/font-info.md index f68d44442..e2eb5929c 100644 --- a/patched-fonts/ProFont/font-info.md +++ b/patched-fonts/ProFont/font-info.md @@ -30,13 +30,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/ProFont/profont-x11/font-info.md b/patched-fonts/ProFont/profont-x11/font-info.md index f68d44442..e2eb5929c 100644 --- a/patched-fonts/ProFont/profont-x11/font-info.md +++ b/patched-fonts/ProFont/profont-x11/font-info.md @@ -30,13 +30,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/ProFont/profontiix/font-info.md b/patched-fonts/ProFont/profontiix/font-info.md index f68d44442..e2eb5929c 100644 --- a/patched-fonts/ProFont/profontiix/font-info.md +++ b/patched-fonts/ProFont/profontiix/font-info.md @@ -30,13 +30,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/ProFont/profontiix/readme.md b/patched-fonts/ProFont/profontiix/readme.md index c748fc0f0..4d49bec79 100644 --- a/patched-fonts/ProFont/profontiix/readme.md +++ b/patched-fonts/ProFont/profontiix/readme.md @@ -30,13 +30,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/ProggyClean/Latin2/font-info.md b/patched-fonts/ProggyClean/Latin2/font-info.md index 7b940ec09..b45920c45 100644 --- a/patched-fonts/ProggyClean/Latin2/font-info.md +++ b/patched-fonts/ProggyClean/Latin2/font-info.md @@ -20,13 +20,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/ProggyClean/Latin2/readme.md b/patched-fonts/ProggyClean/Latin2/readme.md index e4b7cf948..6369667fa 100644 --- a/patched-fonts/ProggyClean/Latin2/readme.md +++ b/patched-fonts/ProggyClean/Latin2/readme.md @@ -20,13 +20,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/ProggyClean/Regular/font-info.md b/patched-fonts/ProggyClean/Regular/font-info.md index 7b940ec09..b45920c45 100644 --- a/patched-fonts/ProggyClean/Regular/font-info.md +++ b/patched-fonts/ProggyClean/Regular/font-info.md @@ -20,13 +20,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/ProggyClean/Regular/readme.md b/patched-fonts/ProggyClean/Regular/readme.md index fab9a98f5..de3ccd914 100644 --- a/patched-fonts/ProggyClean/Regular/readme.md +++ b/patched-fonts/ProggyClean/Regular/readme.md @@ -20,13 +20,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/ProggyClean/SlashedZero/font-info.md b/patched-fonts/ProggyClean/SlashedZero/font-info.md index 7b940ec09..b45920c45 100644 --- a/patched-fonts/ProggyClean/SlashedZero/font-info.md +++ b/patched-fonts/ProggyClean/SlashedZero/font-info.md @@ -20,13 +20,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/ProggyClean/SlashedZero/readme.md b/patched-fonts/ProggyClean/SlashedZero/readme.md index 354d7e283..71e665067 100644 --- a/patched-fonts/ProggyClean/SlashedZero/readme.md +++ b/patched-fonts/ProggyClean/SlashedZero/readme.md @@ -20,13 +20,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/ProggyClean/font-info.md b/patched-fonts/ProggyClean/font-info.md index 7b940ec09..b45920c45 100644 --- a/patched-fonts/ProggyClean/font-info.md +++ b/patched-fonts/ProggyClean/font-info.md @@ -20,13 +20,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Black/font-info.md b/patched-fonts/SourceCodePro/Black/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/SourceCodePro/Black/font-info.md +++ b/patched-fonts/SourceCodePro/Black/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Black/readme.md b/patched-fonts/SourceCodePro/Black/readme.md index 78843888c..5bf78bfaa 100644 --- a/patched-fonts/SourceCodePro/Black/readme.md +++ b/patched-fonts/SourceCodePro/Black/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Bold/font-info.md b/patched-fonts/SourceCodePro/Bold/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/SourceCodePro/Bold/font-info.md +++ b/patched-fonts/SourceCodePro/Bold/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Bold/readme.md b/patched-fonts/SourceCodePro/Bold/readme.md index cef7e588d..89ca560ea 100644 --- a/patched-fonts/SourceCodePro/Bold/readme.md +++ b/patched-fonts/SourceCodePro/Bold/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Extra-Light/font-info.md b/patched-fonts/SourceCodePro/Extra-Light/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/SourceCodePro/Extra-Light/font-info.md +++ b/patched-fonts/SourceCodePro/Extra-Light/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Extra-Light/readme.md b/patched-fonts/SourceCodePro/Extra-Light/readme.md index 62a88e926..d6c80307a 100644 --- a/patched-fonts/SourceCodePro/Extra-Light/readme.md +++ b/patched-fonts/SourceCodePro/Extra-Light/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Light/font-info.md b/patched-fonts/SourceCodePro/Light/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/SourceCodePro/Light/font-info.md +++ b/patched-fonts/SourceCodePro/Light/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Light/readme.md b/patched-fonts/SourceCodePro/Light/readme.md index b01bb4164..dc64cce8b 100644 --- a/patched-fonts/SourceCodePro/Light/readme.md +++ b/patched-fonts/SourceCodePro/Light/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Medium/font-info.md b/patched-fonts/SourceCodePro/Medium/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/SourceCodePro/Medium/font-info.md +++ b/patched-fonts/SourceCodePro/Medium/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Medium/readme.md b/patched-fonts/SourceCodePro/Medium/readme.md index 8528f1cac..c47e9bbd0 100644 --- a/patched-fonts/SourceCodePro/Medium/readme.md +++ b/patched-fonts/SourceCodePro/Medium/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Regular/font-info.md b/patched-fonts/SourceCodePro/Regular/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/SourceCodePro/Regular/font-info.md +++ b/patched-fonts/SourceCodePro/Regular/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Regular/readme.md b/patched-fonts/SourceCodePro/Regular/readme.md index 988cf1a64..f0dd5bc6d 100644 --- a/patched-fonts/SourceCodePro/Regular/readme.md +++ b/patched-fonts/SourceCodePro/Regular/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Semibold/font-info.md b/patched-fonts/SourceCodePro/Semibold/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/SourceCodePro/Semibold/font-info.md +++ b/patched-fonts/SourceCodePro/Semibold/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/Semibold/readme.md b/patched-fonts/SourceCodePro/Semibold/readme.md index d823627b9..8e991d437 100644 --- a/patched-fonts/SourceCodePro/Semibold/readme.md +++ b/patched-fonts/SourceCodePro/Semibold/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/SourceCodePro/font-info.md b/patched-fonts/SourceCodePro/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/SourceCodePro/font-info.md +++ b/patched-fonts/SourceCodePro/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Terminus/BDF/font-info.md b/patched-fonts/Terminus/BDF/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/Terminus/BDF/font-info.md +++ b/patched-fonts/Terminus/BDF/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Terminus/PCF/font-info.md b/patched-fonts/Terminus/PCF/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/Terminus/PCF/font-info.md +++ b/patched-fonts/Terminus/PCF/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Terminus/PSF/font-info.md b/patched-fonts/Terminus/PSF/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/Terminus/PSF/font-info.md +++ b/patched-fonts/Terminus/PSF/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Terminus/font-info.md b/patched-fonts/Terminus/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/Terminus/font-info.md +++ b/patched-fonts/Terminus/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/Terminus/terminus-ttf-4.40.1/font-info.md b/patched-fonts/Terminus/terminus-ttf-4.40.1/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/Terminus/terminus-ttf-4.40.1/font-info.md +++ b/patched-fonts/Terminus/terminus-ttf-4.40.1/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/UbuntuMono/Original/font-info.md b/patched-fonts/UbuntuMono/Original/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/UbuntuMono/Original/font-info.md +++ b/patched-fonts/UbuntuMono/Original/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/UbuntuMono/Original/readme.md b/patched-fonts/UbuntuMono/Original/readme.md index 4a2c07a68..97ec66fa9 100644 --- a/patched-fonts/UbuntuMono/Original/readme.md +++ b/patched-fonts/UbuntuMono/Original/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/UbuntuMono/Regular/font-info.md b/patched-fonts/UbuntuMono/Regular/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/UbuntuMono/Regular/font-info.md +++ b/patched-fonts/UbuntuMono/Regular/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/UbuntuMono/Regular/readme.md b/patched-fonts/UbuntuMono/Regular/readme.md index 2bf0c61ee..47c0f7bbf 100644 --- a/patched-fonts/UbuntuMono/Regular/readme.md +++ b/patched-fonts/UbuntuMono/Regular/readme.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/patched-fonts/UbuntuMono/font-info.md b/patched-fonts/UbuntuMono/font-info.md index 3dfa2815a..3949c3fa2 100644 --- a/patched-fonts/UbuntuMono/font-info.md +++ b/patched-fonts/UbuntuMono/font-info.md @@ -16,13 +16,13 @@ Once you narrow done your font choice of family (`Droid Sans`, `Inconsolata`, et * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ#which-font) +For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) [vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui [ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols diff --git a/readme.md b/readme.md index a366714cc..8c52f5034 100644 --- a/readme.md +++ b/readme.md @@ -83,12 +83,12 @@ The following Sankey flow diagram shows the current glyph sets included: ![image](images/fontforge-glyph-set-1.png) ### [Devicons][vorillaz-devicons] -> An iconic font made for developers, code jedis, ninjas, HTTPsters, evangelists and nerds(sic). / ([repo][vorillaz-devicons]) / ([website](http://vorillaz.github.io/devicons)) +> An iconic font made for developers, code jedis, ninjas, HTTPsters, evangelists and nerds(sic). / ([repo][vorillaz-devicons]) / ([website](https://vorillaz.github.io/devicons/)) ![image](images/fontforge-glyph-set-2.png) ### [Font Awesome][font-awesome] -> The iconic font and CSS toolkit. / ([repo][font-awesome]) / ([website](https://fortawesome.github.io/Font-Awesome)) +> The iconic font and CSS toolkit. / ([repo][font-awesome]) / ([website](http://fontawesome.io/)) ![image](images/fontforge-glyph-set-font-awesome-1.png) ![image](images/fontforge-glyph-set-font-awesome-2.png) @@ -96,7 +96,7 @@ The following Sankey flow diagram shows the current glyph sets included: ![image](images/fontforge-glyph-set-font-awesome-4.png) ### [Font Awesome Extension][font-awesome-extension] -> Simple Font Awesome Extension. / ([repo][font-awesome-extension]) / ([website](http://andrelzgava.github.io/font-awesome-extension/)) +> Simple Font Awesome Extension. / ([repo][font-awesome-extension]) / ([website](https://andrelzgava.github.io/font-awesome-extension/)) ![image](images/fontforge-glyph-set-font-awesome-extension-1.png) @@ -126,7 +126,7 @@ The following Sankey flow diagram shows the current glyph sets included: ![image](images/fontforge-glyph-set-font-linux.png) ### [Pomicons][gabrielelana-pomicons] -> 8 symbols for the ["Pomodoro Technique"®](http://pomodorotechnique.com). / ([repo][gabrielelana-pomicons]) +> 8 symbols for the ["Pomodoro Technique"®](https://cirillocompany.de/pages/pomodoro-technique). / ([repo][gabrielelana-pomicons]) ![image](images/fontforge-glyph-set-pomicons.png) @@ -356,12 +356,12 @@ optional arguments: Do not generate verbose output -w, --windows Limit the internal font name to 31 characters (for Windows compatibility) -c, --complete Add all available Glyphs - --fontawesome Add Font Awesome Glyphs (http://fortawesome.github.io/Font-Awesome) + --fontawesome Add Font Awesome Glyphs (http://fontawesome.io/) --fontawesomeextension - Add Font Awesome Extension Glyphs (http://andrelzgava.github.io/font-awesome-extension) + Add Font Awesome Extension Glyphs (https://andrelzgava.github.io/font-awesome-extension/) --fontlinux Add Font Linux Glyphs (https://github.com/Lukas-W/font-linux) --octicons Add Octicons Glyphs (https://octicons.github.com) - --powersymbols Add IEC Power Symbols (http://unicodepowersymbol.com) + --powersymbols Add IEC Power Symbols (https://unicodepowersymbol.com/) --pomicons Add Pomicon Glyphs (https://github.com/gabrielelana/pomicons) --powerline Add Powerline Glyphs --powerlineextra Add Powerline Glyphs (https://github.com/ryanoasis/powerline-extra-symbols) @@ -449,10 +449,10 @@ Repo References --> [vim-devicons]:https://github.com/ryanoasis/vim-devicons "VimDevIcons Vim Plugin (external link) ➶" -[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[vorillaz-devicons]:https://vorillaz.github.io/devicons/ [font-awesome]:https://github.com/FortAwesome/Font-Awesome [font-awesome-extension]:https://github.com/AndreLZGava/font-awesome-extension -[octicons]:https://github.com/github/octicons +[octicons]:https://github.com/primer/octicons [font-linux]:https://github.com/Lukas-W/font-linux [gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons [Seti-UI]:https://atom.io/themes/seti-ui @@ -467,14 +467,14 @@ Repo References Website References --> -[website-iecpower]:http://unicodepowersymbol.com/ -[Cheat Sheet]:http://nerdfonts.com/#cheat-sheet +[website-iecpower]:https://unicodepowersymbol.com/ +[Cheat Sheet]:https://nerdfonts.com/#cheat-sheet -[badge-version]:http://badge.fury.io/gh/ryanoasis%2Fnerd-fonts +[badge-version]:https://badge.fury.io/gh/ryanoasis%2Fnerd-fonts [badge-gitter]:https://gitter.im/ryanoasis/nerd-fonts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge [img-version-badge-with-logo]:https://img.shields.io/github/release/ryanoasis/nerd-fonts.svg?style=flat-square&logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAEAAAAAeCAYAAACc7RhZAAAABmJLR0QA%2FwD%2FAP%2BgvaeTAAAACXBIWXMAABJ0AAASdAHeZh94AAAAB3RJTUUH4AsTAw4JCvVTMQAABhNJREFUWMPtmX2MnFUVxs%2BdmZ3dYit0DaQKVfmwLaAxRQhIaqKpaCBSkCbQAkEUY0KFxFAkAomdaDeCCuJHqgQCQvnQjYABJEZJs2AhDS4xCIvgaDutsFmWmTLs7sz7dc%2Fv%2Bgd3zJvJu7O73bF2iTfZ7Mw79557nueee%2B5z7ivy%2F7Zwmqp%2BFRgBGoAFqsAu4HZVvTwMw%2BPelcCbzeb7gSeccw5QoO6macBuYJu1dt3Y2NhhCx68tfYc4E0P7o9RFJ1QLpeLqnop8BfXoQEB8JiqXlar1ZYsKOCjo6OLgJ%2B1Vl1VbyyVSiaDoLOAJzuQ8CKQAG%2Br6jXt482hCD5JktPy%2Bfx2Y8xK51wIXFIoFB6eYczp%2BXx%2BwBizVkTEOTcpIvtEJBaRpv%2BrOeeeE5E%2BEdmTz%2Bd%2FdUgBHxwczAFbgMSvXsNa%2B%2BnZjK1UKr1JkpwJ3AfsAP4KhB0iIxoeHi5IHMerVfU6a%2B0Xp6amjvpfEgDclnKwYa39zHR9a7XaEmvtOuBmYGcnsG3A3wT%2B7JxztVptiajqxtSPU8D3G43GsoMNvlQqGaDh%2FYittZ%2FP6hdF0QrgDmA%2FMAS8nfLf%2Bj3%2FMHCTqm4GbgO2AQNADLwM7AH%2B1Uoi506TPX8eRdEJB5mAt3gn421s%2F71cLhc9iBqwHXgQmAT2AT%2B01p6dlekrlUovMAiMAb9PYfydiIiJomhlsVh8Jcsp5xwi8oiq3trT0%2FNsJwDj4%2BPvWbp06epcLrfKGHO0iBwlIv0iskREFolIr4gURCQnIioiiYg0RGRCRMacc3tFJOece7lQKDzRluDOyOfz20TknyISicg5IvIocPfWrVufLpVKbqbcsn79%2Bq8bYzYYY8702L6Ty%2BW2tPbemFdUj7VFggL%2FAP4O7LLWXpAWJ6p6CfAL4AUffuqFyC7gGR9qs9qbqTnHgSFV%2FbaqfgP4A%2B%2B0Ma8AH5iamjryABPsZGueOI4%2F9p9jELhXRC4IguD4vr6%2Bi4wxtxhjCqlIeFVEHhWRk0TkAyLSZ4w50TkXiMiQc26nX83DjTGrROQUEfmIMSbnnLP%2BKApFpCoi4%2F7%2FlIgcISKrfcTM2Jxzcb1eP7K%2Fv39irgREUbSiWCy%2B6u08n8vlTk2LifM9%2B9%2F1mnsDoBmr81tr7ReAHaq6WVWvBR5p7V3gSVX9chzHH200GssqlUrvbJwLguCDqropndCmiY7n56Eo17bsqOrFWQnmDaAZBMFyT8IVgM1wIgSabc8Goyg6sRvFzgwE%2FGYeti%2FyNl4fHh4uZHX4GhCq6hXpyACCDEde8pFQUdUbu6j7z8qYazIljAbmQcAmb%2BMHc5Wla4DxDMfUOeeiKFrVxXJ3U8r%2B42EYHu%2BJWeefPTRXm5VKpbderx8B%2FMiH%2F1fm7FgQBMuB57LCspVNu6QE7%2FFAx0ZHRxel5j%2FGP39raGgoP0dSb1DVbwEjzjmXJMmpB%2BScFxS3txOQJMmaLhKw1wO9uT1HtebrJI8zwG8EGqp6vbe7N6uinGuYXpi%2BkLDWntsN8FEUrUqR%2BokMcnZ7ENtnc%2BS1VJ%2BXvkNZxM7H2RWt5Kiql3dp%2F1%2FnnfzbNNFxS0vvJ0lyegc732yJLy%2FEnvKfk65Ke%2BBuT8DmeRC5Evj1yMhID7Crk71Go7EMmPBgRuM4%2FnhGwj7D3xkOqOqVwJ9SSfWmrl9QHqjharW62JexMfBCHMcnt4qwycnJ93U4Js9LHYkR8NMkSdbU6%2FXDR0ZGesIw%2FJCqXgbsSAGPgYF57%2F3plBXwy7kKEuA1P7bsV%2FYu%2F%2F3HszyWn5lFTREC98VxfPJ%2FpXwNw%2FBYP9HO2fSP4%2FiktpUZDoLgGFX9Umu%2FVqvVxXNYgPW%2B9m96GV4HnlbVq6y1n5uYmOg%2FGDc4u4Gw2WwePYu%2B96dC8idenHzPV5FRkiSfWogvKm5oXVfv37%2F%2FvTNEwGpVvdpa%2B1mgBLzux6KqGxbknb1PZns8kH3AliRJPhkEwfJqtbo4CILl1tq1vq6%2FtyV0UtugYq09f0G%2FuAjD8NjpZHKHC4%2BHVPXicrlclHdDK5VKxlp7NnAr8Kx%2FEQEw6r%2FfqaobwjD88KHm%2B78BVBigctRUCFcAAAAASUVORK5CYII%3D @@ -485,7 +485,7 @@ Link References [consolas]:https://www.microsoft.com/typography/fonts/family.aspx?FID=300 [input-mono]:http://input.fontbureau.com/download/ -[pragmatapro]:http://www.fsd.it/shop/fonts/pragmatapro/ +[pragmatapro]:https://www.fsd.it/shop/fonts/pragmatapro/ [release]:https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶" [coc]:https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct" @@ -496,10 +496,10 @@ Font repos --> [f-hack]:https://github.com/chrissimpkins/Hack -[f-a-pro]:http://www.marksimonson.com/fonts/view/anonymous-pro +[f-a-pro]:https://www.marksimonson.com/fonts/view/anonymous-pro [f-3270]:https://github.com/rbanffy/3270font [f-source]:https://github.com/adobe-fonts/source-code-pro -[f-liberation]:https://fedorahosted.org/liberation-fonts +[f-liberation]:https://pagure.io/liberation-fonts [f-terminus]:http://terminus-font.sourceforge.net [f-fira-mono]:https://github.com/mozilla/Fira [f-fira-code]:https://github.com/tonsky/FiraCode @@ -509,7 +509,7 @@ Font repos [f-share]:https://fonts.google.com/specimen/Share+Tech+Mono [f-space]:https://fonts.google.com/specimen/Space+Mono [f-gohu]:http://font.gohu.org/ -[f-mononoki]:http://madmalik.github.io/mononoki/ +[f-mononoki]:https://madmalik.github.io/mononoki/ [f-hasklig]:https://github.com/i-tu/Hasklig