From bdf97589662b7546ecbb10e1e264a722a7ca531f Mon Sep 17 00:00:00 2001
From: Adam Jolicoeur <adam.jolicoeur@redhat.com>
Date: Wed, 23 Aug 2017 19:27:25 -0400
Subject: [PATCH] update README

---
 README.md | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index ff38234..96b45ed 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,12 @@ All information is tracked by the User Experience Design Team.
 
 ## Important Links and References
 - Design Links
-    - [Platform](https://github.com/fabric8-ui/fabric8-ux/blob/master/src/docs/designs/platform.md)
-    - [Planner](https://github.com/fabric8-ui/fabric8-ux/blob/master/src/docs/designs/planner.md)
-    - [Bayesian](https://github.com/fabric8-ui/fabric8-ux/blob/master/src/docs/designs/bayesian.md)
-    - [Hypothesis Engine](https://github.com/fabric8-ui/fabric8-ux/blob/master/src/docs/designs/hypothesis.md)
-    - [fabric8 Patterns](https://github.com/fabric8-ui/fabric8-ux/blob/master/src/docs/designs/patterns.md)
+    - [Platform](https://fabric8-ui.github.io/fabric8-ux/src/docs/designs/platform)
+    - [Planner](https://fabric8-ui.github.io/fabric8-ux/src/docs/designs/planner)
+    - [Bayesian](https://fabric8-ui.github.io/fabric8-ux/src/docs/designs/bayesian)
+    - [Hypothesis Engine](https://fabric8-ui.github.io/fabric8-ux/src/docs/designs/hypothesis)
+    - [fabric8 Patterns](https://fabric8-ui.github.io/fabric8-ux/src/docs/designs/patterns)
+    - [Archived Designs](https://fabric8-ui.github.io/fabric8-ux/src/docs/designs/archives)
 - [Information Architecture](https://github.com/fabric8-ui/fabric8-ux/blob/master/src/docs/resources/ia.md)
 - [HTML/CSS Code Guidelines](https://github.com/fabric8-ui/fabric8-ux/blob/master/code-guidelines.md)
 
@@ -31,8 +32,8 @@ Want to submit a PR to our site? Run the environment locally using the steps bel
 2. run `gem install bundler`
 3. run `npm install`
 4. run `gulp`
-    - this will copy the files from your 
-    npm_modules directory to their respective 
+    - this will copy the files from your
+    npm_modules directory to their respective
     locations for the jekyll build process
 5. run `jekyll build`
 6. run `jekyll serve`