Fix the "Fork me on GitHub" ribbon (#2085)

* Fix the "Fork me on GitHub" ribbon

The image URL is broken. Replace it with the "official" URL found in
<https://github.blog/2008-12-19-github-ribbons/>.

* Replace the orange ribbon with a red one
This commit is contained in:
Roman Donchenko 2024-05-12 03:25:09 +03:00 committed by GitHub
parent 4c28ec617a
commit f31afdbfdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</head> </head>
<body> <body>
<header> <header>
<a href="http://git.io/rq"><img class="nomargin" style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a> <a href="http://git.io/rq"><img class="nomargin" style="position: absolute; top: 0; right: 0; border: 0;" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<ul class="inline"> <ul class="inline">
{% for link in site.navigation %} {% for link in site.navigation %}