diff website/src/diff.html @ 1326:29d6d7d79c41

website - use relative paths
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 07 Feb 2019 23:13:23 -0700
parents 28c1fc6d9d29
children b29eefad2111
line wrap: on
line diff
--- a/website/src/diff.html	Thu Feb 07 23:00:20 2019 -0700
+++ b/website/src/diff.html	Thu Feb 07 23:13:23 2019 -0700
@@ -3,12 +3,15 @@
 <head>
 	<title>How Luan differs from Lua</title>
 	<style>
-		@import "/site.css";
+		@import "site.css";
 	</style>
 </head>
 <body>
 
-<div small><a href="/">Luan</a></div>
+<div small>
+	<a href=".">Luan</a>
+	/ <a href="docs.html">Documentation</a>
+</div>
 
 <h1>How Luan differs from Lua</h1>