Skip to content

Commit

Permalink
Change location of "Fork me on GitHub" image. (#1053)
Browse files Browse the repository at this point in the history
The one on AWS no longer works.  This changes it to the one specified on https://github.blog/news-insights/github-ribbons/.
  • Loading branch information
chungyc authored Nov 13, 2024
1 parent 2125ff2 commit 61b6e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</head>
<body>
<!-- Fork me on Github -->
<a href="https://github.com/jaspervdj/hakyll"><img style="position: absolute; top: 0; right: 0; border: 0; margin: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<a href="https://github.com/jaspervdj/hakyll"><img style="position: absolute; top: 0; right: 0; border: 0; margin: 0;" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div id="main">
<div id="header">
<a href="/">
Expand Down

0 comments on commit 61b6e1a

Please sign in to comment.