Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 404s in _redirects #3761

Closed
Tracked by #3712 ...
hbelmiro opened this issue Jun 12, 2024 · 1 comment
Closed
Tracked by #3712 ...

Fix 404s in _redirects #3761

hbelmiro opened this issue Jun 12, 2024 · 1 comment

Comments

@hbelmiro
Copy link
Contributor

The following _redirects still 404:

  • /docs/pipelines/pipelines-samples/ /docs/components/pipelines/build-pipeline/

    • I am not sure the best place to point this one, perhaps just /docs/components/pipelines/overview/
  • /docs/components/pipelines /docs/components/pipelines/pipelines

    • This is not a 404, but a redundant redirect, so let's remove it.
  • /docs/components/pipelines/caching /docs/components/pipelines/overview/caching

  • /docs/components/pipelines/caching-v2 /docs/components/pipelines/overview/caching-v2

  • /docs/components/pipelines/multi-user /docs/components/pipelines/overview/multi-user

  • /docs/components/pipelines/pipeline-root /docs/components/pipelines/overview/pipeline-root

  • /docs/components/pipelines/pipelines-quickstart /docs/components/pipelines/overview/quickstart

  • /docs/pipelines/concepts/* /docs/components/pipelines/overview/concepts/:splat

    • This one will cause problems in the future, just update its target to /docs/components/pipelines/concepts (with no :spat)
  • /docs/pipelines/* /docs/components/pipelines/:splat

    • This one will cause problems in the future, just update its target to /docs/components/pipelines (with no :spat)

Contextualization: #3737 (review)
Should be fixed after #3737 gets merged.

/area pipelines

@kubeflow-bot kubeflow-bot added this to To Do in Needs Triage Jun 12, 2024
@hbelmiro hbelmiro changed the title [Pipelines] Fix 404s in _redirects Fix 404s in _redirects Jun 12, 2024
@hbelmiro
Copy link
Contributor Author

Fixed in #3737 (comment).

@hbelmiro hbelmiro closed this as not planned Won't fix, can't repro, duplicate, stale Jun 13, 2024
Needs Triage automation moved this from To Do to Closed Jun 13, 2024
@kubeflow-bot kubeflow-bot removed this from Closed in Needs Triage Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant