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

Commit

Permalink
Merge pull request #345 from 18F/sw-redirect
Browse files Browse the repository at this point in the history
Adding redirect for heuristic evaluation
  • Loading branch information
Andrew Maier committed Feb 1, 2018
2 parents efbfca2 + b551fcb commit 2fd7416
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ gem 'hash-joiner'
gem 'jekyll-last-modified-at'
gem 'jemoji'
gem 'jekyll-mentions'
gem 'jekyll-redirect-from'
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ plugins:
- jekyll-last-modified-at
- jemoji
- jekyll-mentions
- jekyll-redirect-from

google_analytics_ua: UA-48605964-19
2 changes: 2 additions & 0 deletions _methods/heuristic-evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2fd7416

Please sign in to comment.