X.D.Extending: Link to tutorial instead of the wiki

The configurations on the wiki are quite old and mostly non-functional
at this point.  Instead, we have a shiny new tutorial we can refer to.
It contains links to actual maintainers configurations (complex they may
be, at least they compile).
This commit is contained in:
slotThe
2021-10-28 16:24:29 +02:00
parent 2b98286ba3
commit edbff0dca1

View File

@@ -21,8 +21,10 @@
-- Stability : unstable
-- Portability : portable
--
-- This module documents the xmonad-contrib library and
-- how to use it to extend the capabilities of xmonad.
-- This module documents the xmonad-contrib library and how to use it
-- to extend the capabilities of xmonad. If you're new to xmonad, you
-- should first check out the <https://xmonad.org/TUTORIAL.html tutorial>
-- and treat this document as supplemental reading.
--
-- Reading this document should not require a deep knowledge of
-- Haskell; the examples are intended to be useful and understandable
@@ -37,9 +39,8 @@
-- extensions (it's easier than it sounds, we promise!) should read
-- the documentation in "XMonad.Doc.Developing".
--
-- More configuration examples may be found on the Haskell wiki:
--
-- <http://haskell.org/haskellwiki/Xmonad/Config_archive>
-- More configuration examples can be found
-- <https://xmonad.org/TUTORIAL.html#closing-thoughts here>.
--
-----------------------------------------------------------------------------