Skip to content

Conversation

@jbatesuk
Copy link
Contributor

Summary

Adds an nginx rewrite rule to redirect all URLs under /docs/machine-learning/ to /docs.

Background

The machine learning documentation has been removed. Without a redirect, users visiting any /docs/machine-learning/* URL will get a 404. This adds a permanent redirect to send them to the docs index instead.

Changes

  • nginx.conf: Added rewrite ^/docs/machine-learning(/.*)?$ /docs permanent;

@jbatesuk jbatesuk merged commit 0aa43c0 into main Feb 10, 2026
2 of 3 checks passed
@jbatesuk jbatesuk deleted the fix/redirect-removed-machine-learning-docs branch February 10, 2026 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants