diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 ```
 
 ### Wallpaper and Frieze
-![example](https://github.com/jeffreyrosenbluth/wallpaper/blob/master/myWallpaper.jpg)
+![Example](https://raw.githubusercontent.com/jeffreyrosenbluth/wallpaper/master/myWallpaper.jpg)
 
 To make a wallpaper or frieze image, run the wallpaper function with a yaml
 file like the following. There are many [examples].
@@ -88,7 +88,7 @@
 
 ### Rosette
 
-![example](https://github.com/jeffreyrosenbluth/wallpaper/blob/master/myRosette.jpg)
+![example](https://raw.githubusercontent.com/jeffreyrosenbluth/wallpaper/master/myRosette.jpg)
 
 To make a rosette, use a yaml file like the following. There are also some
 [examples], look at rosetteP.yaml and rosettePM.yaml.
diff --git a/wallpaper.cabal b/wallpaper.cabal
--- a/wallpaper.cabal
+++ b/wallpaper.cabal
@@ -1,5 +1,5 @@
 name:                wallpaper
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            A library and executable for creating
                      wallpaper, frieze, and rosette patterns.
 
@@ -12,11 +12,11 @@
                      algorithm to create recipes that convert an arbitrary image
                      to a pattern. For example, using the this image
                      .
-                     <<examples/rose_small.png>>
+                     <<https://raw.githubusercontent.com/jeffreyrosenbluth/wallpaper/master/examples/rose_small.png>>
                      .
                      We can make
                      .
-                     <<examples/beach_morph.png>>
+                     <<https://raw.githubusercontent.com/jeffreyrosenbluth/wallpaper/master/examples/beach_morph.png>>
                      .
                      For maximum flexibily the @wallpaper@ library provides an
                      EDSL for their creation,
@@ -24,7 +24,7 @@
                      can be used with a yaml file to create a large variety of
                      patterns.
 
-homepage:            https://github.com/githubuser/wallpaper#readme
+homepage:            https://github.com/jeffreyrosenbluth/wallpaper#readme
 license:             BSD3
 license-file:        LICENSE
 author:              Jeffrey Rosenbluth
