From d9e4398eb5bfb1b979354411090af5b0ffd09d34 Mon Sep 17 00:00:00 2001 From: Violet <43045568+violetcraze@users.noreply.github.com> Date: Sat, 7 Nov 2020 23:12:50 -0700 Subject: [PATCH] Adding Redirect Links to Wheel and Colors (#2867) --- _redirects/colors.md | 6 ++++++ _redirects/wheel.md | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 _redirects/colors.md create mode 100644 _redirects/wheel.md diff --git a/_redirects/colors.md b/_redirects/colors.md new file mode 100644 index 0000000000..c541e62497 --- /dev/null +++ b/_redirects/colors.md @@ -0,0 +1,6 @@ +--- +title: Coding Train Colors +redirect_to: "https://coding-train-colors.now.sh/" +redirect_from: + - "/colors" +--- diff --git a/_redirects/wheel.md b/_redirects/wheel.md new file mode 100644 index 0000000000..05a931f73c --- /dev/null +++ b/_redirects/wheel.md @@ -0,0 +1,6 @@ +--- +title: Coding Train Wheel +redirect_to: "https://editor.p5js.org/kingpepe/full/n_KhX8lYC" +redirect_from: + - "/wheel" +---