Freecodecamp: When clicking get help, I get a 404

Created on 8 Jan 2019  路  9Comments  路  Source: freeCodeCamp/freeCodeCamp


Describe your problem and how to reproduce it:
404 on get help link here https://learn.freecodecamp.org/apis-and-microservices/mongodb-and-mongoose/use-model-findone-to-return-a-single-matching-document-from-your-database

Add a Link to the page with the problem:
https://guide.freecodecamp.org/certifications/apis-and-microservices/mongodb-and-mongoose/use-model-findone-to-return-a-single-matching-document-from-your-database gets a 404

Tell us about your browser and operating system:

  • Browser Name: chrome
  • Browser Version:
  • Operating System: mac

If possible, add a screenshot here (you can drag and drop, png, jpg, gif, etc. in this box):

toolscripts resolveshipping

Most helpful comment

Hi,

You have this 404 because in your link here :

model-findone

It's not a -, it's a point.
The good link is :

https://guide.freecodecamp.org/certifications/apis-and-microservices/mongodb-and-mongoose/use-model.findone-to-return-a-single-matching-document-from-your-database

馃憤

All 9 comments

Hi,

You have this 404 because in your link here :

model-findone

It's not a -, it's a point.
The good link is :

https://guide.freecodecamp.org/certifications/apis-and-microservices/mongodb-and-mongoose/use-model.findone-to-return-a-single-matching-document-from-your-database

馃憤

Great, someone need to update the link? Were you able to reproduce?

I think he's already updated on online page.

should I close this issue? Is there a PR that fixed it?

@benschac Thank you for reporting this issue, it is something we are aware of and currently working towards a fix.

@RandellDawson This is another instance of the issue we discussed yesterday.

@benschac @Bouncey @4M3L Let me know whether it has been done now or not. I would like to work on this issue.

@Nitin96Bisht This has been fixed and is awaiting a deployment to production.

I have created an issue to consolidate all of the broken "get a hint" link issues https://github.com/freeCodeCamp/freeCodeCamp/issues/35155

Fixed in beta

Was this page helpful?
0 / 5 - 0 ratings