Skip to content

Broken docs link in Model.findAll example — core-concepts/model-querying-basics returns page not found #819

@thatkunaaal

Description

@thatkunaaal

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

Image

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions