diff options
-rw-r--r-- | doc/quick-start.org | 2 | ||||
-rw-r--r-- | readme.org | 2 |
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 @@ -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 |