Skip to content

Commit 7a7664c

Browse files
committed
Replace link to doxygen with link to guides and fix link to deprecated doxygen pages
1 parent 39489f9 commit 7a7664c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<li><a href="{% link index.html %}#use-cases">Use Cases</a></li>
2121
<li><a href="https://www.hackster.io/riot-os" target="_blank">[email protected]<i class="bi bi-box-arrow-up-right align-text-bottom"></i></a></li>
2222
<li><a href="{% link index.html %}#faq">FAQ</a></li>
23-
<li><a href="https://doc.riot-os.org/" target="_blank">Documentation <i class="bi bi-box-arrow-up-right align-text-bottom"></i></a></li>
23+
<li><a href="https://guide.riot-os.org/" target="_blank">Documentation <i class="bi bi-box-arrow-up-right align-text-bottom"></i></a></li>
2424
</ul>
2525
</li>
2626
<li class="dropdown">

community.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ <h4>2016</h4>
351351
<div class="card-body">
352352
<h4>Future</h4>
353353
<p>
354-
We have a <a href="https://doc.riot-os.org/vision.html">vision</a>.
354+
We have a <a href="https://guide.riot-os.org/general/vision">vision</a>.
355355
Be part of the community and follow ongoing enhancements in our
356356
<a href="https://github.com/RIOT-OS/RIOT/labels/Type%3A%20new%20feature">issue tracker</a>.
357357
Start working on new features or let the RIOT community know what you miss!
@@ -400,7 +400,7 @@ <h4 class="text-white">2017</h4>
400400
<div class="col-12 col-md-4">
401401
<h4 class="text-white">Future</h4>
402402
<p>
403-
We have a <a href="https://doc.riot-os.org/vision.html" target="_blank">vision</a>. Be part of the community and follow ongoing enhancements in our <a href="https://github.com/RIOT-OS/RIOT/labels/Type%3A%20new%20feature" target="_blank">issue tracker</a>. Start working on new features or let the RIOT community know what you miss!
403+
We have a <a href="https://guide.riot-os.org/general/vision" target="_blank">vision</a>. Be part of the community and follow ongoing enhancements in our <a href="https://github.com/RIOT-OS/RIOT/labels/Type%3A%20new%20feature" target="_blank">issue tracker</a>. Start working on new features or let the RIOT community know what you miss!
404404
</p>
405405
</div>
406406
</div>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h3 class="card-title align-middle"> <i class="bi bi-terminal me-2"></i> Develop
184184
Program as you are used to. Save time with common environments.
185185
</p>
186186
<ul class="check_style">
187-
<li class="pb-3"> Standard programming in C, C++, or <a href="https://doc.riot-os.org/using-rust.html" target="_blank">Rust</a></li>
187+
<li class="pb-3"> Standard programming in C, C++, or <a href="https://guide.riot-os.org/rust_tutorials/rust_in_riot" target="_blank">Rust</a></li>
188188
<li class="pb-3"> Standard tools: gcc, gdb, valgrind </li>
189189
<li class="pb-3"> Zero learning curve for embedded programming </li>
190190
<li class="pb-3"> Code mostly without hardware dependence </li>
@@ -268,7 +268,7 @@ <h4 class="pt-3">Get the code</h4>
268268
</a>
269269
</div>
270270
<div class="col text-center py-4">
271-
<a href="https://doc.riot-os.org/" target="_blank">
271+
<a href="https://guide.riot-os.org/" target="_blank">
272272
<div class="card border-0">
273273
<div class="card-body">
274274
<i class="ri-file-text-line me-2 fs-2"></i>

0 commit comments

Comments
 (0)