Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/help/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases = [

TODO: Add a searchbox

* [Rules](/resources/rules)
* [Rules](https://ldjam.com/events/ludum-dare/rules)
* [Guides](/resources/guides)
* [Questions](/resources/questions)
* [Topics](/resources/topics)
Expand Down
2 changes: 1 addition & 1 deletion content/resources/questions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This section is the complete questions list. More information can be found in th

To search, visit to the [help](/help/) page.

To get started, see the [Rules](/resources/rules/) and [Best Practices](/resources/best-practices) guide.
To get started, see the [Rules](https://ldjam.com/events/ludum-dare/rules/) and [Best Practices](/resources/best-practices) guide.

To ask or contribute a question, visit the [project page](https://github.com/LudumDare/ludumdare.com) on GitHub.

Expand Down
2 changes: 1 addition & 1 deletion content/resources/topics/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This section is the knowledge base topics list. More information can be found in

To search, visit to the [support](/support/) page.

To get started, see the [Rules](/resources/rules/) and [Best Practices](/resources/best-practices) guide.
To get started, see the [Rules](https://ldjam.com/events/ludum-dare/rules/) and [Best Practices](/resources/best-practices) guide.

To contribute, visit the [project page](https://github.com/LudumDare/ludumdare.com) on GitHub.

Expand Down
2 changes: 1 addition & 1 deletion templates/_nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% endif %}
<div class="right">
{% if logo %}
<a href="/resources/rules/">RULES</a>
<a href="https://ldjam.com/events/ludum-dare/rules/">RULES</a>
<a href="/help/">HELP</a>
{% else %}
<a href="/#schedule">SCHEDULE</a>
Expand Down
2 changes: 1 addition & 1 deletion templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>EXPLORE</h1>
<h1>CONNECT</h1>
<section><a href="https://newsletter.ldjam.com" target="_blank">Email Newsletter</a></section>
<section><a href="/help">Help and Support</a></section>
<section><a href="/support-us">Support Us!</a></section>
<section><a href="https://ldjam.com/support">Support Us!</a></section>
<section><a href="https://interactivesnacks.com/jobs" target="_blank">Jobs</a></section>
<section class="icons">
<a href="https://jammer.social/@ludumdare" target="_blank" rel="me"><svg role="img" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><title>Mastodon</title><path d="M30.924 10.505c0-6.941-4.548-8.976-4.548-8.976-2.293-1.053-6.232-1.496-10.321-1.529h-0.101c-4.091 0.033-8.027 0.476-10.32 1.529 0 0-4.548 2.035-4.548 8.976 0 1.589-0.031 3.491 0.020 5.505 0.165 6.789 1.245 13.479 7.521 15.14 2.893 0.765 5.379 0.927 7.38 0.816 3.629-0.2 5.667-1.296 5.667-1.296l-0.12-2.633c0 0-2.593 0.817-5.505 0.719-2.887-0.099-5.932-0.311-6.399-3.855-0.041-0.29-0.064-0.626-0.064-0.967 0-0.009 0-0.018 0-0.028v0.001c0 0 2.833 0.693 6.423 0.857 2.195 0.1 4.253-0.129 6.344-0.377 4.009-0.479 7.5-2.949 7.939-5.207 0.689-3.553 0.633-8.676 0.633-8.676zM25.559 19.451h-3.329v-8.159c0-1.72-0.724-2.592-2.171-2.592-1.6 0-2.403 1.035-2.403 3.083v4.465h-3.311v-4.467c0-2.048-0.803-3.083-2.403-3.083-1.447 0-2.171 0.873-2.171 2.592v8.159h-3.329v-8.404c0-1.719 0.437-3.084 1.316-4.093 0.907-1.011 2.092-1.528 3.565-1.528 1.704 0 2.995 0.655 3.848 1.965l0.828 1.391 0.829-1.391c0.853-1.311 2.144-1.965 3.848-1.965 1.472 0 2.659 0.517 3.565 1.528 0.877 1.009 1.315 2.375 1.315 4.093z" /></svg></a>
Expand Down