diff options
-rw-r--r-- | content/projects/mathyd.md | 2 | ||||
-rw-r--r-- | data/projects.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/projects/mathyd.md b/content/projects/mathyd.md index 18e265b..93999e7 100644 --- a/content/projects/mathyd.md +++ b/content/projects/mathyd.md @@ -2,7 +2,7 @@ title: "Mathyd" slug: "mathyd" active: true -repo: "https://git.pablotron.org/mathyd" +repo: "https://github.com/pablotron/mathyd" text: "Easy TeX to SVG daemon." --- Easy TeX to SVG daemon.
\ No newline at end of file diff --git a/data/projects.yaml b/data/projects.yaml index 03f361e..740e7f4 100644 --- a/data/projects.yaml +++ b/data/projects.yaml @@ -260,7 +260,7 @@ title." - name: "Mathyd" slug: "mathyd" text: "Easy TeX to SVG daemon." - repo: "https://git.pablotron.org/mathyd" + repo: "https://github.com/pablotron/mathyd" - name: "Password Strength Tester" slug: "password-strength" |