-
-
Notifications
You must be signed in to change notification settings - Fork 165
Description
Issue Description
The findAll example on the Model API page contains a link to https://sequelize.org/docs/v7/core-concepts/model-querying-basics/, but that URL currently returns a page-not-found / internal error. This makes it hard for users to jump from the API reference to the documentation guide about querying.
What was unclear/insufficient/not covered in the documentation
Problematic location (example):
https://sequelize.org/api/v7/classes/_sequelize_core.index.model#findall — the text "See https://sequelize.org/docs/v7/core-concepts/model-querying-basics/
for more information" links to the v7 URL that is currently broken.
If possible: Provide some suggestion on how we can enhance the docs
What was unclear/insufficient/not covered in the documentation
The API reference points to a docs URL that does not load. Users clicking the link get a page-not-found / internal error instead of the intended querying guide. This breaks discoverability between the API reference and the user guide.
Additional context
If v7 content is not yet available for that guide, temporarily point to the stable v6 guide:
https://sequelize.org/docs/v6/core-concepts/model-querying-basics/ (this page is reachable and covers the querying basics).