Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
- TS has moved HACMS page
- DARPA has moved HACMS page
- GettingStarted was renamed to Resources on docsite
- exclude collinsaerospace.com from link check, because it thinks a link
  check is DOS

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 authored and gernotheiser committed Jan 9, 2025
1 parent cdfa062 commit b875f58
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion About/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1>
automotive, aviation, infrastructure, medical, and defence. A key
highlight demonstrating its fit for real-world deployment was in
the DARPA-funded <a href=
"http://trustworthy.systems/projects/TS/SMACCM/">HACMS</a>
"https://trustworthy.systems/projects/OLD/SMACCM/">HACMS</a>
program, where seL4 was used to protect an autonomous helicopter
against cyber-attacks. TS continues to push the state of the art
of operating systems through <a href=
Expand Down
3 changes: 1 addition & 2 deletions Learn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ <h2 id="tutorials">Tutorials</h2>
<p>
If you prefer unstructured learning and want to dive in and explore
on your own then follow the links on the
docsite's <a href="https://docs.sel4.systems/GettingStarted.html">Getting
Started</a> page.
docsite's <a href="https://docs.sel4.systems/Resources">Resources</a> page.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ HTMLPROOFEROPT += --enforce-https=false --only-4xx --disable-external=false
# comma-separated list of URL regexps, e.g. /twitter.com/,/facebook.com/
# twitter ignored because of rate limiting; query links on github work, but don't seem to check
# rtx.com produces 403 from GitHub
HTMLPROOFEROPT += --ignore-urls '/twitter.com/,/flaticon.com/,/github.com.seL4.rfcs.pulls\?q/,/rtx.com/'
HTMLPROOFEROPT += --ignore-urls '/twitter.com/,/flaticon.com/,/github.com.seL4.rfcs.pulls\?q/,/rtx.com/,/www.collinsaerospace.com/'

checklinks:
@bundle exec htmlproofer $(HTMLPROOFEROPT) _site
Expand Down
6 changes: 3 additions & 3 deletions _news-items/2021-08-13-defcon.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
---

<p>
<a href="https://trustworthy.systems/projects/TS/SMACCM/">
<a href="https://trustworthy.systems/projects/OLD/SMACCM/">
<img src="../images/smaccmcopter-defcon.jpg" style="width: 50%; padding-left:10px; float:right"
alt="SMACCMcopter at DEF CON" />
</a>
Expand All @@ -16,9 +16,9 @@
to <a href="https://defcon.org/html/defcon-29/dc-29-index.html">DEF&nbsp;CON</a>
and invited the assembled hacker elite to attack it. The
SMACCMcopter was the <em>research vehicle</em> of the Air Team at
DARPA's <a href="https://www.darpa.mil/program/high-assurance-cyber-military-systems">HACMS</a>
DARPA's <a href="https://www.darpa.mil/research/programs/high-assurance-cyber-military-systems">HACMS</a>
program. The Trustworthy Systems
team <a href="https://trustworthy.systems/projects/TS/SMACCM/">worked
team <a href="https://trustworthy.systems/projects/OLD/SMACCM/">worked
with project partners</a> to deploy seL4 and leverage formal
methods to protect the drone from cyber attacks.
</p>
Expand Down

0 comments on commit b875f58

Please sign in to comment.