Challenge http://www.freecodecamp.com/challenges/waypoint-add-images-to-your-website has an issue. Here are the 2 criteria for going to the next challenge "1.Your page should have an image element. 2. Your image should have have a src attribute that points to the kitten image."
It show that only the first goal is fulfilled, but booth are met.
Hi @gjokomm , you need use the short url provided on the challenge, instead of the long one. Please check if this resolves your issue.
After I logged in and clicked on the "Learn" button on the menu, that challenge was skipped and I've got the next one (adding border around an image).
Can anyone explain me why do I need to short URL instead of original link ?
@orvi2014 On a real html page, both the short and long URL would give identical result (the longer one would a bit faster too). But in this case, there is a test (the second one) which explicitly matches against the short URL(since that is what mentioned on the instruction). I hope this answers your question.
copy the provide link bellow..
I used the long url and still shows the same error!
I get the same error. :(
I used the image URL given to us in the challenge and it worked. Don't use this - https://s3.amazonaws.com/freecodecamp/relaxing-cat.jpg
Most helpful comment
Hi @gjokomm , you need use the short url provided on the challenge, instead of the long one. Please check if this resolves your issue.