From b551fcb0d236b1647b6aa4d2b37ba87dc538fbc5 Mon Sep 17 00:00:00 2001 From: Scott Weber Date: Tue, 30 Jan 2018 09:35:01 -0500 Subject: [PATCH] Adding redirect --- Gemfile | 1 + Gemfile.lock | 5 ++++- _config.yml | 1 + _methods/heuristic-evaluation.md | 2 ++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3a587a01..2a88101c 100755 --- a/Gemfile +++ b/Gemfile @@ -7,3 +7,4 @@ gem 'hash-joiner' gem 'jekyll-last-modified-at' gem 'jemoji' gem 'jekyll-mentions' +gem 'jekyll-redirect-from' diff --git a/Gemfile.lock b/Gemfile.lock index dd4d53a5..43be7584 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,6 +45,8 @@ GEM activesupport (~> 4.0) html-pipeline (~> 2.3) jekyll (~> 3.0) + jekyll-redirect-from (0.13.0) + jekyll (~> 3.3) jekyll-sass-converter (1.5.1) sass (~> 3.4) jekyll-watch (2.0.0) @@ -93,9 +95,10 @@ DEPENDENCIES jekyll jekyll-last-modified-at jekyll-mentions + jekyll-redirect-from jemoji redcarpet rouge BUNDLED WITH - 1.15.4 + 1.16.1 diff --git a/_config.yml b/_config.yml index 2d54a0f1..ba962b2f 100755 --- a/_config.yml +++ b/_config.yml @@ -42,5 +42,6 @@ plugins: - jekyll-last-modified-at - jemoji - jekyll-mentions + - jekyll-redirect-from google_analytics_ua: UA-48605964-19 diff --git a/_methods/heuristic-evaluation.md b/_methods/heuristic-evaluation.md index a02c9f3a..e85042df 100755 --- a/_methods/heuristic-evaluation.md +++ b/_methods/heuristic-evaluation.md @@ -2,6 +2,8 @@ layout: card title: Heuristic evaluation permalink: /discover/heuristic-evaluation/ +redirect_from: + - /discover/heuristic-analysis/ description: A quick way to find common, large usability problems on a website. category: Discover what: A quick way to find common, large usability problems on a website.