From 5bdb5994b55ae0df2295ea119d0a412207f7cda9 Mon Sep 17 00:00:00 2001 From: Emil Gedda Date: Tue, 24 Jul 2018 11:20:43 +0200 Subject: [PATCH] update broken link to c++ example code --- ExampleCode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExampleCode.md b/ExampleCode.md index 5098fc3..76cf93e 100644 --- a/ExampleCode.md +++ b/ExampleCode.md @@ -16,7 +16,7 @@ Here are some other sets of Example Code to learn from. ### California * *Name*: `cali.cpp` * *Description*: A sample program, adapted from demo/c++/rundemo.cpp which demonstrates how one might use the Mapnik C++ API to render the state of California from USGS Shapefile data. - * *Source*: http://gist.github.com/5009 + * *Source*: https://gist.github.com/lwu/5009 * *Tested On*: Mac OS 10.5 * *Added by:* lwu