Skip to content

Broken links in docs/introduction.md "What's Next" section #328

Description

@mdryaaan

Describe the issue:
The "What's Next" section at the bottom of docs/introduction.md contains two broken relative links:

- Start to [install OpenKruise](./docs/installation).
- Learn OpenKruise's [Architecture](./docs/core-concepts/architecture).

Because this file lives at /docs/introduction.md, the ./docs/ prefix creates a path like /docs/docs/installation which doesn't exist. The correct relative paths are ./installation and ./core-concepts/architecture.

Steps to reproduce:

  1. Open https://openkruise.io/docs/ (the Introduction page)
  2. Click either link in the "What's Next" section
  3. Get a 404

Expected behavior:
Links navigate to the installation and architecture pages.

Actual behavior:
Links are broken — the ./docs/ prefix doubles the path segment.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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