summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJulin S <48789920+ju-sh@users.noreply.github.com>2021-05-06 10:24:45 +0530
committerfamubu <famubu@famubu-HP-Notebook>2021-05-06 10:29:56 +0530
commit141f51828df91aca5508902164e7bbaa691ae759 (patch)
treeac4dd9c34e615deb96b8c926899916fd6358c00a
parent90847c6b79cb536c7ce6bdf4250fd43110f8f8c3 (diff)
downloadxmobar-141f51828df91aca5508902164e7bbaa691ae759.tar.gz
xmobar-141f51828df91aca5508902164e7bbaa691ae759.tar.bz2
Fix a link
Fix a link to an example.
-rw-r--r--doc/quick-start.org2
-rw-r--r--readme.org2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/quick-start.org b/doc/quick-start.org
index 07f9b7d..4b06057 100644
--- a/doc/quick-start.org
+++ b/doc/quick-start.org
@@ -1,7 +1,7 @@
Xmobar can either be configured using the configuration language, or
used as a Haskell library (similar to xmonad) and compiled with your
specific configuration. For an example of the latter, you can have a
-loot at [[./examples/xmobar.hs][examples/xmobar.hs]] or, for a more complicated example, peruse
+loot at [[../examples/xmobar.hs][examples/xmobar.hs]] or, for a more complicated example, peruse
[[https://gitlab.com/jaor/xmobar-config/][the author's configuration]].
There is also an example of a config using the configuration language
diff --git a/readme.org b/readme.org
index 211c2c5..e76650d 100644
--- a/readme.org
+++ b/readme.org
@@ -158,7 +158,7 @@ me the chance to contribute.
* Related
- To understand the internal mysteries of xmobar you may try reading
- [[http://www.haskell.org/haskellwiki/X_window_programming_in_Haskell][this tutorial]] on X Window Programming in Haskell.
+ [[https://wiki.haskell.org/X_window_programming_in_Haskell][this tutorial]] on X Window Programming in Haskell.
* License