From 6e9101beb27d1ed078693ac244b566bfe1a6df0d Mon Sep 17 00:00:00 2001 From: Joel Dueck Date: Fri, 10 Jun 2016 15:35:59 -0500 Subject: [PATCH] Fix broken link for pygments-css in mini tutorial --- pollen/scribblings/tutorial-mini.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen/scribblings/tutorial-mini.scrbl b/pollen/scribblings/tutorial-mini.scrbl index 4783372..d4878cf 100644 --- a/pollen/scribblings/tutorial-mini.scrbl +++ b/pollen/scribblings/tutorial-mini.scrbl @@ -47,7 +47,7 @@ When you run this file, you should see something like this, with the parsed synt } } -@item{To get highlighting, you'll still need to add styles to your CSS to change the appearance of the code. If you look at the @link["http://unitscale.com/mb/technique/styles.css.pp.html"]{CSS source in my demo article}, I just pasted a Pygments theme at the bottom (that @link["https://github.com/richleland/pygments-css,"]{I picked up} and then edited with some variable values.) +@item{To get highlighting, you'll still need to add styles to your CSS to change the appearance of the code. If you look at the @link["http://unitscale.com/mb/technique/styles.css.pp.html"]{CSS source in my demo article}, I just pasted a Pygments theme at the bottom (that @link["https://github.com/richleland/pygments-css"]{I picked up} and then edited with some variable values). } ]