diff --git a/Slides.cabal b/Slides.cabal
--- a/Slides.cabal
+++ b/Slides.cabal
@@ -1,5 +1,5 @@
 name:                Slides
-version:             0.1.0.9
+version:             0.1.0.10
 synopsis:            Generate slides from Haskell code
 description:         Make presentations in Haskell with diagrams
 license:             MIT
diff --git a/src/Slides/Presentation.hs b/src/Slides/Presentation.hs
--- a/src/Slides/Presentation.hs
+++ b/src/Slides/Presentation.hs
@@ -55,7 +55,7 @@
 --
 --
 -- The result is a HTML file which can be printed to PDF and would look like
--- <https://dl.dropboxusercontent.com/u/35032740/ShareX/2015/10/test.pdf this>
+-- <https://www.dropbox.com/s/fhxlgu9cesa0lsh/test.pdf?dl=0 this>
 module Slides.Presentation
     ( renderPresentation, writeToFile, module Slides.Common
     ) where
