From 76a3f3c21740ba98b0fefa11cfb8bc2028d349c2 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Fri, 19 Aug 2016 21:27:35 -0700 Subject: [PATCH] fix reference to old wiki --- .../01-front-end-development-certification/basic-bonfires.json | 2 +- server/views/redirect-https.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/01-front-end-development-certification/basic-bonfires.json b/seed/challenges/01-front-end-development-certification/basic-bonfires.json index 5b1fc120fb..9aa4d72844 100644 --- a/seed/challenges/01-front-end-development-certification/basic-bonfires.json +++ b/seed/challenges/01-front-end-development-certification/basic-bonfires.json @@ -536,7 +536,7 @@ "Use the array methods slice and splice to copy each element of the first array into the second array, in order.", "Begin inserting elements at index n of the second array.", "Return the resulting array. The input arrays should remain the same after the function runs.", - "Remember to use Read-Search-Ask if you get stuck. Write your own code." + "Remember to use Read-Search-Ask if you get stuck. Write your own code." ], "challengeSeed": [ "function frankenSplice(arr1, arr2, n) {", diff --git a/server/views/redirect-https.html b/server/views/redirect-https.html index e44313602d..0bf621c23b 100644 --- a/server/views/redirect-https.html +++ b/server/views/redirect-https.html @@ -4,6 +4,6 @@ })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55446531-1', 'auto'); ga('require', 'displayfeatures'); -ga('send', 'pageview');

redirecting you... please wait...

redirecting you... please wait...