Skip to content

Commit 043e9f6

Browse files
author
Phil Hawksworth
committed
Add missing links
1 parent e93e4f4 commit 043e9f6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/site/_includes/footer.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ul class="text-left md:flex justify-between">
44
<li class="p-2">&copy; {{ page.date | formatDate('yyyy') }} Netlify </li>
55
<li class="p-2"><a href="https://jamstack.org/slack">Chat on Slack</a></li>
6-
<li class="p-2"><a href="">Netlify Support</a></li>
6+
<li class="p-2"><a href="https://community.netlify.com/">Netlify Support</a></li>
77
<li class="p-2"><a href="{{ pkg.repository.url }}">Code on GitHub</a></li>
88
</ul>
99
</footer>

src/site/_includes/header.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<a href="https://twitter.com/jamstackconf" target="_BLANK" rel="noopener" class="flex items-center justify-center p-4 hover:text-pink-500">
5050
<svg role="img" aria-label="Twitter" focusable="false" width="34" height="28" class="fill-current"><use xlink:href="#logo-twitter"></use></svg>
5151
</a>
52-
<a href="https://github.org/jamstack/jamstack.org" target="_BLANK" rel="noopener" class="flex items-center justify-center p-4 hover:text-pink-500">
52+
<a href="{{ pkg.repository.url }}" target="_BLANK" rel="noopener" class="flex items-center justify-center p-4 hover:text-pink-500">
5353
<svg role="img" aria-label="GitHub" focusable="false" width="36" height="36" class="fill-current"><use xlink:href="#logo-github"></use></svg>
5454
</a>
5555
</div>

src/site/examples.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ layout: layouts/base.njk
4545
<section class="my-12">
4646
<h2 class="text-white font-semi-bold text-3xl">Contribute</h2>
4747
<p>
48-
Should your site be featured here in this gallery? Let us know about it by <a href="{{ pkg.repository.url }}" target="_BLANK" rel="noopener">opening a pull request</a>.
48+
Should your site be featured here in this gallery? Let us know about it by <a href="{{ pkg.repository.url }}/pulls" target="_BLANK" rel="noopener">opening a pull request</a>.
4949
</p>
5050
</section>
5151

src/site/glossary-pages.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ eleventyComputed:
2525
{{- item.definition | safe }}
2626
{% endmarkdown %}
2727
</div>
28-
<p class="mt-12 mb-20">You can help us to expand and improve this glossary <a href="#">by creating an issue</a>.</p>
28+
<p class="mt-12 mb-20">You can help us to expand and improve this glossary <a href="{{ pkg.repository.url }}/issues">by creating an issue</a>.</p>
2929
</section>
3030

3131
{% include "components/join-the-movement.njk" %}

src/site/glossary.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ layout: layouts/base.njk
2020

2121
<section class="border-gray-400 border-b mb-10">
2222
{{ content | safe }}
23-
<p class="mt-12 mb-20">You can help us to expand and improve this glossary <a href="#">by creating an issue</a>.</p>
23+
<p class="mt-12 mb-20">You can help us to expand and improve this glossary <a href="{{ pkg.repository.url }}/issues">by creating an issue</a>.</p>
2424
</section>
2525

2626
{% include "components/join-the-movement.njk" %}

0 commit comments

Comments
 (0)