Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 2fd7416

Browse files
author
Andrew Maier
authored
Merge pull request #345 from 18F/sw-redirect
Adding redirect for heuristic evaluation
2 parents efbfca2 + b551fcb commit 2fd7416

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ gem 'hash-joiner'
77
gem 'jekyll-last-modified-at'
88
gem 'jemoji'
99
gem 'jekyll-mentions'
10+
gem 'jekyll-redirect-from'

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ GEM
4545
activesupport (~> 4.0)
4646
html-pipeline (~> 2.3)
4747
jekyll (~> 3.0)
48+
jekyll-redirect-from (0.13.0)
49+
jekyll (~> 3.3)
4850
jekyll-sass-converter (1.5.1)
4951
sass (~> 3.4)
5052
jekyll-watch (2.0.0)
@@ -93,9 +95,10 @@ DEPENDENCIES
9395
jekyll
9496
jekyll-last-modified-at
9597
jekyll-mentions
98+
jekyll-redirect-from
9699
jemoji
97100
redcarpet
98101
rouge
99102

100103
BUNDLED WITH
101-
1.15.4
104+
1.16.1

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ plugins:
4242
- jekyll-last-modified-at
4343
- jemoji
4444
- jekyll-mentions
45+
- jekyll-redirect-from
4546

4647
google_analytics_ua: UA-48605964-19

_methods/heuristic-evaluation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: card
33
title: Heuristic evaluation
44
permalink: /discover/heuristic-evaluation/
5+
redirect_from:
6+
- /discover/heuristic-analysis/
57
description: A quick way to find common, large usability problems on a website.
68
category: Discover
79
what: A quick way to find common, large usability problems on a website.

0 commit comments

Comments
 (0)