-
-
Notifications
You must be signed in to change notification settings - Fork 174
Description
Description
The Props Section in the README.md includes a link to "AsynAPIDocument”, which currently resolves to a 404 page not found.
This creates a poor first-time contributor experience, especially for newcomers following the bot guidance.
Current behavior
Clicking the link for "AsynAPIDocument”, redirects to:
https://github.com/asyncapi/parser-js/blob/master/lib/models/asyncapi.js
GitHub shows 404 – page not found
The file does not exist at the referenced path/branch
Expected behavior
The link should point to a valid, existing document
OR
The message should be updated to reference the correct file/location if it has been moved or renamed
Steps to reproduce
Open any AsyncAPI React-Component Repo
Move to Props Section
Click on the link labeled AsyncAPIDocument
GitHub returns a 404 error page