Skip to content

Commit

Permalink
site: fix links to work with new domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacWoods committed Aug 10, 2022
1 parent dc5ada4 commit f61ed38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Poplar</title>

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="/poplar/style.css">
<link rel="stylesheet" href="/style.css">
</head>

<body>
Expand All @@ -13,10 +13,10 @@
<img class="logo" src="logo.png" alt="Poplar" width="270" height="48"></img>

<nav>
<a href="/poplar">Home</a>
<a href="/">Home</a>
<a href="https://github.com/IsaacWoods/poplar">Github</a>
<a href="/poplar/book">Book</a>
<a href="/poplar/doc/kernel">Kernel docs</a>
<a href="/book">Book</a>
<a href="/doc/kernel">Kernel docs</a>
</nav>
</div>

Expand Down

0 comments on commit f61ed38

Please sign in to comment.