Skip to content

Commit a60fc27

Browse files
committed
Re-link contributing links to the new contributing documentation.
1 parent 6552656 commit a60fc27

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<ul class="right">
3030
<li><a href="/download/windows/" class="set-os-download-url">{% t header.download %}</a></li>
3131
<li><a href="https://docs.godotengine.org">{% t header.docs %}</a></li>
32-
<li><a href="https://docs.godotengine.org/en/stable/contributing/how_to_contribute.html">{% t header.contribute %}</a></li>
32+
<li><a href="https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html">{% t header.contribute %}</a></li>
3333
{% if page.localize %}
3434
<li class="language-selector" onclick="this.classList.toggle('open')">
3535
<a class="mobile-language-selector" href="#">{% t header.language %}: </a>

_layouts/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ <h2>Preview builds</h2>
285285
</li>
286286
<li>
287287
Follow the instructions from the
288-
<a href="https://docs.godotengine.org/en/stable/contributing/development/compiling/index.html">official documentation</a>.
288+
<a href="https://docs.godotengine.org/en/stable/engine_details/development/compiling/index.html">official documentation</a>.
289289
</li>
290290
</ul>
291291
</div>

pages/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,23 +369,23 @@ <h2>{%t home.get_involved.title %}</h2>
369369
<img src="/assets/home/code.svg" alt="" width="250" height="250" loading="lazy">
370370
<h4>{%t home.get_involved.cards.code.title %}</h4>
371371
<p>{%t home.get_involved.cards.code.text %}</p>
372-
<a href="https://docs.godotengine.org/en/stable/contributing/how_to_contribute.html#technical-contributions"
372+
<a href="https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html#technical-contributions"
373373
class="btn btn-flat btn-flat-frosted" target="_blank" rel="noopener">{%t home.get_involved.cards.cta %}</a>
374374
</div>
375375

376376
<div class="text-center base-padding">
377377
<img src="/assets/home/document.svg" alt="" width="250" height="250" loading="lazy">
378378
<h4>{%t home.get_involved.cards.document.title %}</h4>
379379
<p>{%t home.get_involved.cards.document.text %}</p>
380-
<a href="https://docs.godotengine.org/en/stable/contributing/how_to_contribute.html#technical-contributions"
380+
<a href="https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html#technical-contributions"
381381
class="btn btn-flat btn-flat-frosted" target="_blank" rel="noopener">{%t home.get_involved.cards.cta %}</a>
382382
</div>
383383

384384
<div class="text-center base-padding">
385385
<img src="/assets/home/report.svg" alt="" width="250" height="250" loading="lazy">
386386
<h4>{%t home.get_involved.cards.report.title %}</h4>
387387
<p>{%t home.get_involved.cards.report.text %}</p>
388-
<a href="https://docs.godotengine.org/en/stable/contributing/how_to_contribute.html#technical-contributions"
388+
<a href="https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html#technical-contributions"
389389
class="btn btn-flat btn-flat-frosted" target="_blank" rel="noopener">{%t home.get_involved.cards.cta %}</a>
390390
</div>
391391

pages/priorities/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h1>Priorities</h1>
166166
</svg>
167167
</div>
168168
</a>
169-
<a class="wishlist-btn-anchor howto" href="https://docs.godotengine.org/en/stable/contributing/how_to_contribute.html" target="_blank">
169+
<a class="wishlist-btn-anchor howto" href="https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html" target="_blank">
170170
<div class="wishlist-btn-text">
171171
<span>How to contribute</span>
172172
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">

0 commit comments

Comments
 (0)