Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong link in URL Shortener Microservice #17550

Closed
janosimas opened this issue Jun 12, 2018 · 5 comments · Fixed by freeCodeCamp/boilerplate-project-urlshortener#4
Closed

Wrong link in URL Shortener Microservice #17550

janosimas opened this issue Jun 12, 2018 · 5 comments · Fixed by freeCodeCamp/boilerplate-project-urlshortener#4

Comments

@janosimas
Copy link

Describe your problem and - if possible - how to reproduce it

The link example of shortened url is to (I imagine) an old url.

current link: https://thread-paper.hyperdev.space/api/shorturl/3
should be: https://thread-paper.glitch.me/api/shorturl/3

Add a Link to the page with the problem

https://thread-paper.glitch.me

@janosimas janosimas changed the title Worng link in URL Shortener Microservice Wrong link in URL Shortener Microservice Jun 12, 2018
@anku255
Copy link
Contributor

anku255 commented Jun 15, 2018

@Bouncey @raisedadead This seems like a very easy thing to fix. Who is the owner of the glitch projects?

@huyenltnguyen
Copy link
Member

I'm working on this issue.

@RandellDawson
Copy link
Member

This appears to already be resolved on the beta site (https://www.freecodecamp.rocks/learn/apis-and-microservices/apis-and-microservices-projects/url-shortener-microservice). I am closing this issue. Please feel free to ask for it to be reopened, if you find this still to be a problem on the beta site. The beta site will soon be moved to production.

@ghost
Copy link

ghost commented Mar 17, 2019

@RandellDawson I think the wrong link only causing the issue in https://thread-paper.glitch.me. It is still not fixed yet, unfortunately. So, I think this issue should be reopened.

@RandellDawson
Copy link
Member

RandellDawson commented Mar 17, 2019

OK. This is still a problem. @raisedadead It appears there is a camperbot username which has access to make changes to this Glitch project.

Line 33 needs to be changed from:

        <a href="https://thread-paper.hyperdev.space/api/shorturl/3">

to:

        <a href="https://thread-paper.glitch.me/api/shorturl/3">

@huyenltnguyen has an open PR for this. Can we merge it? I gave my approval on it just now.

@RandellDawson RandellDawson reopened this Mar 17, 2019
raisedadead pushed a commit to freeCodeCamp/boilerplate-project-urlshortener that referenced this issue Mar 18, 2019
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 freeCodeCamp/freeCodeCamp#17550
omaraparicio07 pushed a commit to omaraparicio07/freecodecamp_urlshortener that referenced this issue Mar 21, 2021
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 freeCodeCamp/freeCodeCamp#17550

Updated npm dependencies and added a note on the compatabile version of mongoose for connecting to the free tier of mongodb atlas

added .replit file
added lockfile
edited index to route to freeCodeCamp forum
edited readme to have run on repl.it

fix: change link to use solution api, update forum url

Update Mongoose and Mongodb versions (#12)

* Update Mongoose, Mongo, and Node versions

feat: cleanup glitch assets and files and general prettifying

feat: add dotenv

feat: add and configure nodemon

fix: html formatting and grammar

fix: code highlighting, remove Roboto font

fix: package.json spacing and .replit start script

fix: refactor html and css

fix: sync README.md user stories with pr #39311

fix: remove user stories and example usage

fix: add new favicon and clean up landing page

fix: text in README.md

fix: update title

Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>

Update public/style.css

Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>

Update public/style.css

Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>

Update public/style.css

Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>

Update public/style.css

Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>

Update public/style.css

Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>

fix: remove mongodb and mongoose

Update server.js

Update with es6

Added Node.js documentation +Doc Improvements

Adding Node.js documentation link for beginners, fix grammatical error, spacing and highlighting some keywords.

Changed URL in the creation example to make it consistent with usage example.

fix: Remove engine from package.json (#27)

Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants