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

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

Open
swatiaggrawal opened this issue Oct 10, 2022 · 2 comments

Comments

@swatiaggrawal
Copy link

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
Copy link
Contributor

@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
Copy link

Ajinkya213 commented Sep 19, 2024

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.

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

No branches or pull requests

3 participants