summaryrefslogtreecommitdiffhomepage
path: root/doc
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 /doc
parent90847c6b79cb536c7ce6bdf4250fd43110f8f8c3 (diff)
downloadxmobar-141f51828df91aca5508902164e7bbaa691ae759.tar.gz
xmobar-141f51828df91aca5508902164e7bbaa691ae759.tar.bz2
Fix a link
Fix a link to an example.
Diffstat (limited to 'doc')
-rw-r--r--doc/quick-start.org2
1 files changed, 1 insertions, 1 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