Skip to content
Merged
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
3 changes: 2 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<li><a href="{% link index.html %}#use-cases">Use Cases</a></li>
<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>
<li><a href="{% link index.html %}#faq">FAQ</a></li>
<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>
<li><a href="https://guide.riot-os.org/" target="_blank">Guides <i class="bi bi-box-arrow-up-right align-text-bottom"></i></a></li>
<li><a href="https://doc.riot-os.org/" target="_blank">API Documentation <i class="bi bi-box-arrow-up-right align-text-bottom"></i></a></li>
</ul>
</li>
<li class="dropdown">
Expand Down
4 changes: 2 additions & 2 deletions community.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ <h4>2016</h4>
<div class="card-body">
<h4>Future</h4>
<p>
We have a <a href="https://doc.riot-os.org/vision.html">vision</a>.
We have a <a href="https://guide.riot-os.org/general/vision">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">issue tracker</a>.
Start working on new features or let the RIOT community know what you miss!
Expand Down Expand Up @@ -400,7 +400,7 @@ <h4 class="text-white">2017</h4>
<div class="col-12 col-md-4">
<h4 class="text-white">Future</h4>
<p>
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!
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!
</p>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h3 class="card-title align-middle"> <i class="bi bi-terminal me-2"></i> Develop
Program as you are used to. Save time with common environments.
</p>
<ul class="check_style">
<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>
<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>
<li class="pb-3"> Standard tools: gcc, gdb, valgrind </li>
<li class="pb-3"> Zero learning curve for embedded programming </li>
<li class="pb-3"> Code mostly without hardware dependence </li>
Expand Down Expand Up @@ -268,11 +268,11 @@ <h4 class="pt-3">Get the code</h4>
</a>
</div>
<div class="col text-center py-4">
<a href="https://doc.riot-os.org/" target="_blank">
<a href="https://guide.riot-os.org/" target="_blank">
<div class="card border-0">
<div class="card-body">
<i class="ri-file-text-line me-2 fs-2"></i>
<h4 class="pt-3">Read the documentation</h4>
<h4 class="pt-3">Read our guides</h4>
</div>
</div>
</a>
Expand Down