Merge pull request 'typo and link to coverage' (#3) from add-link-to-coverage into main
Reviewed-on: irs/sat-sw-website#3
This commit is contained in:
commit
b2a05ca049
@ -53,14 +53,14 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/development/"
|
href="/projects/fsfw/development/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>DEVELOP</a
|
>DEVELOP</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/development/"
|
href="/projects/fsfw/coverage/development/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>→ COVERAGE</a
|
>→ COVERAGE</a
|
||||||
>
|
>
|
||||||
@ -71,14 +71,14 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/master/"
|
href="/projects/fsfw/master/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>MASTER</a
|
>MASTER</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/master/"
|
href="/projects/fsfw/coverage/master/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>→ COVERAGE</a
|
>→ COVERAGE</a
|
||||||
>
|
>
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<div id="sat-rs-content">
|
<div id="sat-rs-content">
|
||||||
<p class="sat-rs-desc">
|
<p class="sat-rs-desc">
|
||||||
These packages contains generic implementations for various CCSDS
|
These packages contain generic implementations for various CCSDS
|
||||||
(Consultative Committee for Space Data Systems) and ECSS (European
|
(Consultative Committee for Space Data Systems) and ECSS (European
|
||||||
Cooperation for Space Standardization) packet standards. Currently,
|
Cooperation for Space Standardization) packet standards. Currently,
|
||||||
these packages are provided for Python and for Rust.
|
these packages are provided for Python and for Rust.
|
||||||
@ -102,6 +102,16 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<h2>Coverage</h2>
|
||||||
|
<div id="sat-rs-links">
|
||||||
|
<div class="single-box">
|
||||||
|
<p>
|
||||||
|
<a href="/projects/spacepackets-rs/coverage/latest" target="_blank"
|
||||||
|
>Latest</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user