Skip to content

Commit

Permalink
gh-pages: fix resources paths
Browse files Browse the repository at this point in the history
Now that the website is available at:

  mptcpd.mptcp.dev

There is no more 'mptcpd' subdirectory.

While at it, use relative paths just in case this is moved to yet
another directory.

Signed-off-by: Matthieu Baerts <[email protected]>
  • Loading branch information
matttbe committed Jan 26, 2023
1 parent 74becea commit c884da0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<html>
<head>
<title>{{ page.title }}</title>
<link rel="stylesheet" type="text/css" href="/mptcpd/css/main.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/mptcpd">Home</a></li>
<li><a href="/mptcpd/README.html">Getting Started</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="README.html">Getting Started</a></li>
<li><a href="https://github.com/multipath-tcp/mptcpd/wiki">Wiki</a></li>
<li><a href="/mptcpd/doc/html">Code Documentation</a></li>
<li><a href="doc/html">Code Documentation</a></li>
</ul>
</nav>
<div class="container">
Expand Down

0 comments on commit c884da0

Please sign in to comment.