From 7fed7e80e7edc790b8f2f94e2377dbc2e32c0be9 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Mon, 18 Mar 2019 21:24:14 +0700 Subject: [PATCH] Fix: App API and freeCodeCamp URLs (#4) This PR: - Changes `thread-paper.hyperdev.space` to `thread-paper.glitch.me` - Changes `forum.freecodecamp.com` to `freecodecamp.org/forum/` - Changes `freecodecamp.com` to `freecodecamp.org` - Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/17550 --- README.md | 2 +- views/index.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7d8540a..8c745aa 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ POST [project_url]/api/shorturl/new - body (urlencoded) : url=https://www.googl #### Will redirect to: -http://forum.freecodecamp.com \ No newline at end of file +https://www.freecodecamp.org/forum/ \ No newline at end of file diff --git a/views/index.html b/views/index.html index 4b87671..4681b0b 100644 --- a/views/index.html +++ b/views/index.html @@ -26,20 +26,20 @@

- +

Example Usage:

- + [this_project_url]/api/shorturl/3

Will Redirect to:

-

https://forum.freecodecamp.com

+

https://www.freecodecamp.org/forum/