diff --git a/README.org b/README.org
--- a/README.org
+++ b/README.org
@@ -2,14 +2,11 @@
 
 * fltkhs-themes
 `fltkhs-themes` tries to make it easy to write nice consistent-looking
-[FLTKHS](http://hackage.haskell.org/package/fltkhs-0.5.4.5/docs/Graphics-UI-FLTK-LowLevel-FLTKHS.html)
-applications by providing drop-in light themed replacement widgets to the
+[[http://hackage.haskell.org/package/fltkhs-0.5.4.5/docs/Graphics-UI-FLTK-LowLevel-FLTKHS.html][FLTKHS]] applications by providing drop-in light themed replacement widgets to the
 standard ones with minimal performance and memory overhead.
 
-Please see the [Hackage
-docs](https://hackage.haskell.org/package/fltkhs-themes/docs/Graphics-UI-FLTK-Theme-Light.html) for much more information on installation and getting started with this package.
+Please see the [[https://hackage.haskell.org/package/fltkhs-themes/docs/Graphics-UI-FLTK-Theme-Light.html][Hackage docs]]
+for much more information on installation and getting started with this package.
 
 * Screenshots
-There is a small but growing [showcase
-app](https://github.com/deech/fltkhs-themes-demo) with screenshots that gives a
-better idea of look-and-feel.
+There is a small but growing [[https://github.com/deech/fltkhs-themes-demo][showcase app]] with screenshots that gives a better idea of look-and-feel.
diff --git a/fltkhs-themes.cabal b/fltkhs-themes.cabal
--- a/fltkhs-themes.cabal
+++ b/fltkhs-themes.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: f817c1c2536810ecf9a6191153cc35ce69408e6bc81c4fa6f7c60e94b4ca672d
+-- hash: e0a8636097d64a0cad9dd3f7bb28e846844138addc4c674d9dc393c78a237764
 
 name:           fltkhs-themes
-version:        0.1.0.0
+version:        0.1.0.1
 description:    Please see the README on Github at <https://github.com/deech/fltkhs-themes#readme>
 homepage:       https://github.com/deech/fltkhs-themes#readme
 bug-reports:    https://github.com/deech/fltkhs-themes/issues
diff --git a/src/Graphics/UI/FLTK/Theme/Light.hs b/src/Graphics/UI/FLTK/Theme/Light.hs
--- a/src/Graphics/UI/FLTK/Theme/Light.hs
+++ b/src/Graphics/UI/FLTK/Theme/Light.hs
@@ -215,7 +215,7 @@
 --   * Fill and "Nice" Sliders - here they fallback to the slider provided by the theme.
 --   * [FLTK's Pre-Made Modal Dialogs](https://hackage.haskell.org/package/fltkhs/docs/Graphics-UI-FLTK-LowLevel-Ask.html)
 --   * [FLTK's Square Clock](https://hackage.haskell.org/package/fltkhs/docs/Graphics-UI-FLTK-LowLevel-Clock.html)
---   * Fluid integration - FLTK ships with [FLUID](https://en.wikipedia.org/wiki/FLUID) GUI builder and the default FLTKHS integrates ("Graphics.UI.FLTK.LowLevel.FLTKHS#FluidSupport") with it quite well but currently there is no support for using it
+--   * Fluid integration - FLTK ships with [FLUID](https://en.wikipedia.org/wiki/FLUID) GUI builder and the default FLTKHS <http://hackage.haskell.org/package/fltkhs/docs/Graphics-UI-FLTK-LowLevel-FLTKHS.html#g:16 integrates> with it quite well but currently there is no support for using it
 --     to create themed apps. This is definitely on the roadmap and should be resolved in the near future.
 
 -- $HaddockBarf
@@ -233,7 +233,7 @@
 
 -- $Installation
 -- Installation follows the same basic procedure as
--- "Graphics.UI.FLTK.LowLevel.FLTKHS#Installation". The only difference is that
+-- <http://hackage.haskell.org/package/fltkhs/docs/Graphics-UI-FLTK-LowLevel-FLTKHS.html#g:5 FLTKHS>. The only difference is that
 -- those instructions use the default [hello world
 -- skeleton](https://github.com/deech/fltkhs-hello-world) whereas for themed UIs
 -- you'll want the [themed
@@ -278,7 +278,7 @@
 
 -- $RunningInTheREPL
 -- Assuming you're using the [skeleton project](https://github.com/deech/fltkhs-light-theme-skeleton) getting a GUI running in
--- GHCi is pretty much the same "Graphics.UI.FLTK.LowLevel.FLTKHS#RunningInTheREPL" except the command to run the REPL is:
+-- GHCi is pretty much the same <http://hackage.haskell.org/package/fltkhs/docs/Graphics-UI-FLTK-LowLevel-FLTKHS.html#g:20 FLTKHS> except the command to run the REPL is:
 --
 -- @
 -- stack ghci --flag fltkhs:bundled fltkhs-light-theme-skeleton:exe:fltkhs-light-theme-skeleton
