scrimba / community

Repository for public issue-tracking and discussions
https://scrimba.com
910 stars 75 forks source link

Incorrect URL for JSONPlaceholder guide in Challenge:fetch of Introduction to ES6+ course #648

Open swatiaggrawal opened 1 year ago

swatiaggrawal commented 1 year ago

The URL provided for Guide to JSONPlaceholder in the Challenge:fetch is incorrect. The incorrect URL is : https://jsonplaceholder.typicode.com/guide.html

It redirects to the following screen:

image

The Correct URL is : https://jsonplaceholder.typicode.com/guide/

image
bobziroll commented 1 year ago

@swatiaggrawal Could you point me to a link where the problem is? I want to see if it's an easy fix, but I'm not sure which scrim this incorrect link is found in

Ajinkya213 commented 2 weeks ago

Hello @bobziroll,

Since this issue is open, let me clarify.

Course : Introduction to ES6+ Author : Dylan C. Israel Content Chapter: 'Challenge: Fetch' URL: https://v2.scrimba.com/introduction-to-es6-c0t/~0t

Author Dylan C. Israel mentioned in the tutorial about 'jsonplaceholder.typecode' website to test API's.

If you see the multiline comment exactly on line 7 of index.js

it is :: * RESTFul API Guide -https://jsonplaceholder.typicode.com/guide.html

it should be :: * RESTFul API Guide - https://jsonplaceholder.typicode.com/guide/

Please remove .html from the link.

I think it is a path not a page or resource something like that. Rest everything is fine.