Browse Source

fix broken links

Thomas Buck 3 months ago
parent
commit
87fc747ec0
3 changed files with 2 additions and 3 deletions
  1. 1
    1
      input/projects/cat-toy.md
  2. 1
    1
      input/projects/san_andreas_unity_simulator.md
  3. 0
    1
      page.html

+ 1
- 1
input/projects/cat-toy.md View File

@@ -72,7 +72,7 @@ lightgallery([
72 72
 %-->
73 73
 
74 74
 This time I used [MicroPython](https://docs.micropython.org/en/latest/rp2/quickref.html) again to build the software.
75
-Is it my second time using it, after [the MCH2022 cocktail machine badge app](http://localhost:8080/2022_07_29_MCH2022.html#app).
75
+Is it my second time using it, after [the MCH2022 cocktail machine badge app](2022_07_29_MCH2022.html#app).
76 76
 It was a little bit more complicated to first get my head around it, compared to the usual C/C++ firmwares, and I was not able to figure out an easy way for OTA firmware updates yet.
77 77
 But in the end it was much quicker to build a working prototype with it.
78 78
 I recommend using [rshell](https://github.com/dhylands/rshell), there's also a small script for it [in my repo](https://git.xythobuz.de/thomas/CatToy/src/branch/master/copy.sh) to use it to copy the firmware to the device.

+ 1
- 1
input/projects/san_andreas_unity_simulator.md View File

@@ -24,7 +24,7 @@ lightgallery([
24 24
 The "physics" "simulation" in my code is not working very well.
25 25
 To reach the state that can be seen in the video above already took a lot of tweaking, and the result is obviously not optimal yet.
26 26
 
27
-Together with my [SerialGamepad project](http://localhost:8080/2015_12_20_serialgamepad.html) I was even able to fly in the SA:Unity sim with my usual quadcopter transmitter.
27
+Together with my [SerialGamepad project](2015_12_20_serialgamepad.html) I was even able to fly in the SA:Unity sim with my usual quadcopter transmitter.
28 28
 
29 29
 But my curiosity was satisfied at this point and I had no more interest in working on it further.
30 30
 

+ 0
- 1
page.html View File

@@ -11,7 +11,6 @@ else:
11 11
     <meta name="description" content="{{ htmlspecialchars(page.get("description", "Electronics & Software Projects")) }}" />
12 12
     <meta name="keywords" content="{{ htmlspecialchars(page.get("keywords", "xythobuz")) }}" />
13 13
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
14
-    <link rel="author" href="xythobuz@xythobuz.de" />
15 14
     <link rel="shortcut icon" href="img/favicon.ico" />
16 15
     <link rel="alternate" type="application/rss+xml" title="xythobuz.de" href="rss.xml" />
17 16
     <link type="text/css" rel="stylesheet" href="css/style.css" />

Loading…
Cancel
Save