patx/twig
fix image links
Commit 1faa506 · harrison erd · 2026-06-13T19:43:53-04:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index 1e91829..eb923e4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3,12 +3,12 @@
<title>Twig - Ultra minimal code editor for MacOS and Linux</title>
</head>
<body>
-<img src="https://patx.gitman.io/twig/logo.png">
+<img src="https://gitman.io/patx/twig/raw/docs/logo.png">
<h1>Twig is an ultra minimal code editor for MacOS and Linux</h1>
<p>Twig is a small GTK code editor intended for lightweight Linux desktops such as CrunchBang++.
It focuses on the basics: one file per window, open/save, syntax highlighting, line numbers,
find/replace, undo/redo, dirty indicators, and auto-indent.</p>
-<img src="https://patx.gitman.io/twig/screenshot.png">
+<img src="https://gitman.io/patx/twig/raw/docs/screenshot.png">
<h2>Keybindings</h2>
<p>Twig intentionally has no toolbar or menu bar. Use these keyboard shortcuts:</p>
<code>Ctrl+N or Ctrl+T</code> Open a new empty editor window<br>