From 9b5986a14d8d505343e2144f62a2cff11764a073 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Sat, 14 Mar 2020 15:00:45 +0000 Subject: [PATCH] (GH-27) Updated blog post Fixed redirects for some of the other pages --- input/blog/adnuguk-january-2011-meeting-completed.md | 2 +- input/blog/adnuguk-november-2010-meeting.md | 2 +- input/blog/february-2015-meeting-christos-matskas.md | 2 +- input/blog/upcoming-bcs-talk-daniel-russel.md | 2 +- ...iting-testable-validation-code-using-dependency-injection.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/input/blog/adnuguk-january-2011-meeting-completed.md b/input/blog/adnuguk-january-2011-meeting-completed.md index d3dcbb64..65f0d5ea 100644 --- a/input/blog/adnuguk-january-2011-meeting-completed.md +++ b/input/blog/adnuguk-january-2011-meeting-completed.md @@ -4,7 +4,7 @@ Published: 01/02/2011 Title: '#ADNUGUK – January 2011 Meeting - Completed' Tags: - event material -RedirectFrom: adnuguk-january-2011-meeting-completed/ +RedirectFrom: adnuguk-january-2011-meeting-completed/index.html --- Thanks again to Anthony Jones, who did an excellent introductory talk to Functional Programming on the 27th January 2011. Details of the event can be found [here](http://www.aberdeendevelopers.co.uk/Meetings/Functional-programming-in--NET.aspx) and Anthony has provided the source code that was used during the presentation which you can download from [here](http://www.aberdeendevelopers.co.uk/Uploads/Meetings/Functional%20Programming%20Presentation.zip). diff --git a/input/blog/adnuguk-november-2010-meeting.md b/input/blog/adnuguk-november-2010-meeting.md index fbf25428..5ce74081 100644 --- a/input/blog/adnuguk-november-2010-meeting.md +++ b/input/blog/adnuguk-november-2010-meeting.md @@ -4,7 +4,7 @@ Published: 29/10/2010 Title: '#ADNUGUK – November 2010 Meeting' Tags: - events -RedirectFrom: adnuguk-november-2010-meeting/ +RedirectFrom: adnuguk-november-2010-meeting/index.html --- I have just been asked, via email, for some more details about our upcoming event on Silverlight 4, featuring Mike Taulty and Mike Ormond from Microsoft, so I thought I would post some. diff --git a/input/blog/february-2015-meeting-christos-matskas.md b/input/blog/february-2015-meeting-christos-matskas.md index dfe782ea..d645a68d 100644 --- a/input/blog/february-2015-meeting-christos-matskas.md +++ b/input/blog/february-2015-meeting-christos-matskas.md @@ -4,7 +4,7 @@ Published: 09/01/2015 Title: "February 2015 Meeting - Christos Matskas" Tags: - events -RedirectFrom: february-2015-meeting-christos-matskas/ +RedirectFrom: february-2015-meeting-christos-matskas/index.html --- Aberdeen Developers are pleased to present a talk by Christos Matskas, this is a joint event with BCS Aberdeen Branch on Thursday 19th February 2015 at the Robert Gordon University. diff --git a/input/blog/upcoming-bcs-talk-daniel-russel.md b/input/blog/upcoming-bcs-talk-daniel-russel.md index d6af0226..223c8300 100644 --- a/input/blog/upcoming-bcs-talk-daniel-russel.md +++ b/input/blog/upcoming-bcs-talk-daniel-russel.md @@ -6,7 +6,7 @@ Tags: - google - bcs Aberdeen - events -RedirectFrom: upcoming-bcs-talk-daniel-russel/ +RedirectFrom: upcoming-bcs-talk-daniel-russel/index.html --- ## Teaching 150K+ students at a time: The PowerSearchingWithGoogle.com story diff --git a/input/blog/writing-testable-validation-code-using-dependency-injection.md b/input/blog/writing-testable-validation-code-using-dependency-injection.md index 24449f48..fa937136 100644 --- a/input/blog/writing-testable-validation-code-using-dependency-injection.md +++ b/input/blog/writing-testable-validation-code-using-dependency-injection.md @@ -7,7 +7,7 @@ Tags: - dependency injection - mvc - unit testing -RedirectFrom: writing-testable-validation-code-using-dependency-injection/ +RedirectFrom: writing-testable-validation-code-using-dependency-injection/index.html --- **This article was submitted to the Aberdeen Developers .Net User Group by Norman Noble.**