Closed wrussell1999 closed 5 days ago
Update: looks like some links do redirect to the correct workflows. Will investigate if it's blueprints that have been renamed.
https://kestra.io/blueprints/trigger/234-purge-execution-data-including-logs-metrics-and-outputs-on-a-schedule -> https://kestra.io/blueprints/purge
https://kestra.io/blueprints/225-run-multiple-python-scripts-in-parallel-on-aws-ecs-fargate-with-aws-batch this link doesn't work but this one does: https://kestra.io/blueprints/aws/225-run-multiple-python-scripts-in-parallel-on-aws-ecs-fargate-with-aws-batch
Seems if they have a category in the URL, it works. Otherwise it 404s. Removing those from the docs.
Description
Since moving Blueprints to GitHub, the URLs have changed. We need to set up a basic redirect to go to the blueprints page if the blueprint doesn't exist. Also, fix any broken doc links that use the old style.
Note: old style includes an
id
in the slug.