aboutsummaryrefslogtreecommitdiffstats
path: root/src/b/2022-07-organizing-qutebrowser-hyperlinks.md
diff options
context:
space:
mode:
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.