mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-31 12:27:22 +02:00
Simplify link of github button
[why] The link on the floating Github button explicitely opens the master branch. We could instead just link to the default branch (which is technically more correct anyhow). [how] Drop branch specification from URL and use default branch. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
6da42f1532
commit
f71298b449
@ -6,7 +6,7 @@
|
||||
<body>
|
||||
<div id="main">
|
||||
<div class="container">
|
||||
<a href="https://github.com/ryanoasis/nerd-fonts/tree/master" target="_blank" id="github"
|
||||
<a href="https://github.com/ryanoasis/nerd-fonts" target="_blank" id="github"
|
||||
class="nf nf-fa-github"></a>
|
||||
</div>
|
||||
{% include topnav.html %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user