-
-
Notifications
You must be signed in to change notification settings - Fork 24
Description
The tutorial seems to have inconsistent handling of bad URLs.
These not found pages look pretty good.
https://tutorial.glimdown.com/yoyo
https://tutorial.glimdown.com/yoyo/yoyo
https://tutorial.glimdown.com/yoyo/yoyo.js
Though I am not sure if titleizing the url and putting that in the selector is necessarily a good ux. It's strange to have the selected value of a menu with a value that is not in the menu. But that's not a bug per se.
This isn't good:
https://tutorial.glimdown.com/yoyo.md
I only found this because there is a problem with the content for the Form Data items in the tutorial menu.
The first three items under Form Data don't work. They take you to these links (note the malformed, double slashes in the URLs):
https://tutorial.glimdown.com/7-form-data//7-form-data/contenteditable.md
https://tutorial.glimdown.com/7-form-data//7-form-data/groups.md
https://tutorial.glimdown.com/7-form-data//7-form-data/textarea.md
For these urls, if you navigate via the menu, you get the "good" not found page indicating the lack of content. However, if you refresh (or click the links above), you'll get the JSON payload.