Skip to content

Commit

Permalink
Fixing link for TigerVNC
Browse files Browse the repository at this point in the history
  • Loading branch information
lronsmith committed Feb 26, 2024
1 parent c806c40 commit 5c63b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/labzero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const LabZero: NextPage = () => {
marginTop: '2rem',
}}>TigerVNC + VLAB</Text>
<LinksContainer justify="around">
<a href="https://www.cse.unsw.edu.au/~hs1511/18s1/homeComputing/HomeCom.html" target="_blank">UNSW's Official Guide</a>
<a href="https://cgi.cse.unsw.edu.au/~cs1511/24T1/home_computing/vlab.html" target="_blank">UNSW's Official Guide</a>

Check failure on line 76 in pages/labzero/index.tsx

View workflow job for this annotation

GitHub Actions / build (16.x)

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`
</LinksContainer>

<Text
Expand All @@ -86,7 +86,7 @@ const LabZero: NextPage = () => {
marginTop: '2em',
}}>CSE + VSCode</Text>
<LinksContainer justify="around">
<a href="https://abiram.me/cse-setup" target="_blank"> Abiram's Guide </a>
<a href="https://abiram.me/cse-setup" target="_blank">Abiram's Guide </a>

Check failure on line 89 in pages/labzero/index.tsx

View workflow job for this annotation

GitHub Actions / build (16.x)

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`
<a href="https://abiram.me/cse-sshfs" target="_blank">Further Reading (SSHFS)</a>
</LinksContainer>

Expand Down

0 comments on commit 5c63b89

Please sign in to comment.