From 0bd69a3330f0d87c2cbbd3a1c57445e59053601c Mon Sep 17 00:00:00 2001 From: Conroy Whitney Date: Mon, 13 Jun 2016 08:06:58 -0700 Subject: [PATCH] Redirect old getting started URL The Pragmatic "Programming Elixir" book references `http://elixir-lang.org/getting_started/1.html` which has been moved to `http://elixir-lang.org/getting-started/introduction.html`. This PR adds a `redirect_from` on the `introduction.markdown` page to ensure that readers of that book are able to use the URL in the book without getting a 404. --- getting-started/introduction.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/getting-started/introduction.markdown b/getting-started/introduction.markdown index 2311ee56a..0248a075b 100644 --- a/getting-started/introduction.markdown +++ b/getting-started/introduction.markdown @@ -1,6 +1,7 @@ --- layout: getting-started title: Introduction +redirect_from: /getting_started/1.html --- # {{ page.title }}