Bladeren bron

Fixing Links

Felix Turo 3 jaren geleden
bovenliggende
commit
817de7204e
2 gewijzigde bestanden met toevoegingen van 9 en 12 verwijderingen
  1. 1 1
      README.md
  2. 8 11
      docs/index.html

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ openPilotLog is currently in development, so no release is provided yet. If you
 
 If you want to learn more about this project, check out the [wiki](https://github.com/fiffty-50/openpilotlog/wiki) or the [blog](https://turowsky.eu/)!
 
-For developers, the code documentation can be found at our [doxygen](https://fiffty-50.github.io/openpilotlog/) pages. If you are interested in contributing to the project, you can get in touch [here](mailto:felix.turo@gmail.com?subject=[GitHub]%20Contributing%20to%20openPilotLog).
+For developers, the code documentation can be found at our [doxygen](https://fiffty-50.github.io/openPilotLog/) pages. If you are interested in contributing to the project, you can get in touch [here](mailto:felix.turo@gmail.com?subject=[GitHub]%20Contributing%20to%20openPilotLog).
 
 # How does it look like?
 

+ 8 - 11
docs/index.html

@@ -1,12 +1,9 @@
-<!DOCTYPE HTML>
-<html lang="en-US">
-    <head>
-        <meta charset="UTF-8">
-        <meta http-equiv="refresh" content="1;url=html/index.html">
-        <title>Page Redirection</title>
-    </head>
-    <body>
-        If you are not redirected automatically, 
-        follow the <a href="html/index.html">link to the documentation</a>
-    </body>
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta http-equiv="Refresh" content="0; url='https://fiffty-50.github.io/openPilotLog/html/index.html'" />
+  </head>
+  <body>
+    <p>Please follow <a href="https://fiffty-50.github.io/openPilotLog/html/index.html">this link</a>.</p>
+  </body>
 </html>