Update relative paths to new locations.

This commit is contained in:
inference 2022-08-03 22:49:04 +01:00
parent 424d58b593
commit 34344a4eff
3 changed files with 16 additions and 16 deletions

View File

@ -2,24 +2,24 @@
<html> <html>
<head> <head>
<title>Inferencium Network - Blog</title> <title>Inferencium Network - Blog</title>
<link rel="stylesheet" href="../infnet.css"> <link rel="stylesheet" href="infnet.css">
</head> </head>
<body> <body>
<h1>Blog</h1> <h1>Blog</h1>
<br> <br>
<h2>2022-06-30</h2> <h2>2022-06-30</h2>
<p>#2 - <a href="untrusted-the-issue-with-decentralisation.html">Untrusted: The Issue with Decentralisation</a></p> <p>#2 - <a href="blog/untrusted-the-issue-with-decentralisation.html">Untrusted: The Issue with Decentralisation</a></p>
<br> <br>
<br> <br>
<h2>2022-01-29</h2> <h2>2022-01-29</h2>
<p>#1 - <a href="systemd-insecurity.html">systemd Insecurity</a></p> <p>#1 - <a href="blog/systemd-insecurity.html">systemd Insecurity</a></p>
<br> <br>
<br> <br>
<h2>2022-01-27</h2> <h2>2022-01-27</h2>
<p>#0 - <a href="foss-is-working-against-itself.html">FOSS is Working Against Itself</a></p> <p>#0 - <a href="blog/foss-is-working-against-itself.html">FOSS is Working Against Itself</a></p>
<br> <br>
<br> <br>
<br> <br>
<a href="../index.html">Back</a> <a href="index.html">Back</a>
</body> </body>
</html> </html>

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>Inferencium Network - Contact</title> <title>Inferencium Network - Contact</title>
<link rel="stylesheet" href="../infnet.css"> <link rel="stylesheet" href="infnet.css">
</head> </head>
<body> <body>
<h1>Contact</h1> <h1>Contact</h1>
@ -18,22 +18,22 @@ have solid security, and reasonable privacy.<br>
Note that verification does not verify a person, only their devices,<br> Note that verification does not verify a person, only their devices,<br>
and can be defeated via coercion or other force.</p> and can be defeated via coercion or other force.</p>
<br> <br>
<p>- <a href="contact-pgp.html">PGP</a><p> <p>- <a href="contact/pgp.html">PGP</a><p>
<p>- <a href="contact-signal.html">Signal</a><p> <p>- <a href="contact/signal.html">Signal</a><p>
<p>- <a href="contact-xmpp.html">XMPP</a><p> <p>- <a href="contact/xmpp.html">XMPP</a><p>
<p>- <a href="contact-wire.html">Wire</a><p> <p>- <a href="contact/wire.html">Wire</a><p>
<p>- <a href="contact-threema.html">Threema</a></p> <p>- <a href="contact/threema.html">Threema</a></p>
<br> <br>
<h3>Metadata-free</h3> <h3>Metadata-free</h3>
<p>If metadata leakage is an issue for you, you can use the following<br> <p>If metadata leakage is an issue for you, you can use the following<br>
contact methods. Note that these services do not have verification<br> contact methods. Note that these services do not have verification<br>
functionality, and will be treated as less secure.</p> functionality, and will be treated as less secure.</p>
<br> <br>
<p>- <a href="contact-briar.html">Briar</a></p> <p>- <a href="contact/briar.html">Briar</a></p>
<p>- <a href="contact-session.html">Session</a></p> <p>- <a href="contact/session.html">Session</a></p>
<br> <br>
<br> <br>
<br> <br>
<a href="../index.html">Back</a> <a href="index.html">Back</a>
</body> </body>
</html> </html>

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>Inferencium Network - Source</title> <title>Inferencium Network - Source</title>
<link rel="stylesheet" href=../infnet.css> <link rel="stylesheet" href=infnet.css>
</head> </head>
<body> <body>
<h1>Source</h1> <h1>Source</h1>
@ -24,6 +24,6 @@
<br> <br>
<br> <br>
<br> <br>
<a href="../index.html">Back</a></p> <a href="index.html">Back</a></p>
</body> </body>
</html> </html>