aboutsummaryrefslogtreecommitdiffstats
path: root/src/b/2022-07-organizing-qutebrowser-hyperlinks.md
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2024-06-04 13:36:19 +0200
committerRomain Gonçalves <me@rgoncalves.se>2024-06-04 13:36:19 +0200
commita4a7a2c1c2684cdd8f708e0a5f78f9db8a3013e6 (patch)
tree78e76ca58aa09407a66150313fef874ac86d334b /src/b/2022-07-organizing-qutebrowser-hyperlinks.md
parentffef41df1db4a7e7c00a2cb493b733738a43b28e (diff)
downloadrgoncalves.se-a4a7a2c1c2684cdd8f708e0a5f78f9db8a3013e6.tar.gz
fix: point image url to static directory
Diffstat (limited to 'src/b/2022-07-organizing-qutebrowser-hyperlinks.md')
-rw-r--r--src/b/2022-07-organizing-qutebrowser-hyperlinks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/b/2022-07-organizing-qutebrowser-hyperlinks.md b/src/b/2022-07-organizing-qutebrowser-hyperlinks.md
index b8f5655..897db08 100644
--- a/src/b/2022-07-organizing-qutebrowser-hyperlinks.md
+++ b/src/b/2022-07-organizing-qutebrowser-hyperlinks.md
@@ -43,7 +43,7 @@ bookmark file, but ended up doing Python injection from the qutebrowser
configuration file. Thanks to the functions injection, the sorting and
formatting operations are hooked to the `bookmark-add` keybind.
-![qutebrowser-bookmark-popup](/img/b/qutebrowser-bookmark-popup.jpg)
+![qutebrowser-bookmark-popup](/static/b/qutebrowser-bookmark-popup.jpg)
## Implementation
@@ -123,7 +123,7 @@ formatting operations are hooked to the `bookmark-add` keybind.
Now all my bookmark entries are sorted by their titles automatically, and it
looks way better when I preview them!
-![qutebrowser-bookmark-entries](/img/b/qutebrowser-bookmark-entries.jpg)
+![qutebrowser-bookmark-entries](/static/b/qutebrowser-bookmark-entries.jpg)
(Next step: integrate a fuzzy-finder for searching bookmarks)
remember that computers suck.