We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc2d9f commit e0f6632Copy full SHA for e0f6632
layouts/article_footer.html
@@ -6,7 +6,7 @@ <h3 class="author">By <a href="<%= @item[:github_user]["html_url"] %>"><%= @item
6
<div class="feedback">
7
<h4>Suggestions? Problems? Feedback?</h4>
8
You can open an issue or submit a pull request for
9
- <a target="_blank" href="https://github.com/jquery/web-learn-jquery-com/blob/master/content/<%= @item.identifier.slice(1..-2) %>.md">
+ <a target="_blank" href="https://github.com/jquery/learn.jquery.com/blob/master/content/<%= @item.identifier.slice(1..-2) %>.md">
10
this article on GitHub
11
</a>
12
<a href="#">(Help!)</a>
0 commit comments