From add1ba5de77034bef3c46ee917abbe5a3288ae6d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 7 Aug 2015 08:13:02 +0100 Subject: [PATCH] Added links --- source/_posts/2015-07-21-automating-sculpin-with-jenkins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2015-07-21-automating-sculpin-with-jenkins.md b/source/_posts/2015-07-21-automating-sculpin-with-jenkins.md index 7d9cc4ad..03f1008a 100644 --- a/source/_posts/2015-07-21-automating-sculpin-with-jenkins.md +++ b/source/_posts/2015-07-21-automating-sculpin-with-jenkins.md @@ -109,4 +109,4 @@ Runs `sculpin update` on each build if the sculpin.json file exists, to ensure t /usr/bin/php scripts/redirects.php fi -I've been working on a `redirects.php` script that generates redirects from a .csv file, after seeing similar things in the Pantheon Documentation and That Podcast repositories. This checks if that file exists, and if so, runs it and generates the source file containing each redirect. +I've been working on a `redirects.php` script that generates redirects from a .csv file, after seeing similar things in the [Pantheon Documentation](https://github.com/pantheon-systems/documentation) and [That Podcast](https://github.com/thatpodcast/thatpodcast.io) repositories. This checks if that file exists, and if so, runs it and generates the source file containing each redirect.