packages feed

Cabal revisions of worldturtle-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 
 name:           worldturtle
 version:        0.1.0.0
+x-revision: 1
 synopsis:       Turtle graphics.
 category:       teaching
 homepage:       https://github.com/FortOyer/worldturtle-haskell#readme
   Turtle graphics are a fantastic introduction to the world of
     programming and to the syntax of a new programming language.
   .
-  ![parallelcircles gif](docs/images/parallel_circles_animated_300.gif)
+  ![parallelcircles gif](https://hackage.haskell.org/package/worldturtle-0.1.0.0/docs/docs/images/parallel_circles_animated_300.gif)
   .
   This module is a framework built on top of "Graphics.Gloss" to render turtles
   programmed in Haskell as animations. This is primarily aimed as a 
revision 2
 
 name:           worldturtle
 version:        0.1.0.0
-x-revision: 1
+x-revision: 2
 synopsis:       Turtle graphics.
 category:       teaching
 homepage:       https://github.com/FortOyer/worldturtle-haskell#readme
 tested-with: GHC ==8.8.3 || ==8.10.3
 
 description: 
-  Have you ever heard of [Turtle Graphics](https://en.wikipedia.org//wiki//Turtle_graphics)?
+  Have you ever heard of [Turtle Graphics](https://en.wikipedia.org/wiki/Turtle_graphics)?
   .
   No? Think of a @turtle@ as a cursor you can program to draw graphics! 
   .