From 94ce718171e97efc8c749668ef438c08cb444a63 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Mon, 12 Jan 2026 08:40:17 -0800 Subject: [PATCH] Fix link due to trailing slashes. --- website/www/site/content/en/documentation/sdks/yaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/www/site/content/en/documentation/sdks/yaml.md b/website/www/site/content/en/documentation/sdks/yaml.md index 2d175a24e083..ef50e3065b4c 100644 --- a/website/www/site/content/en/documentation/sdks/yaml.md +++ b/website/www/site/content/en/documentation/sdks/yaml.md @@ -814,7 +814,7 @@ There are many more ways to import and even use template inheritance using Jinja as seen [here](https://jinja.palletsprojects.com/en/stable/templates/#import) and [here](https://jinja.palletsprojects.com/en/stable/templates/#inheritance). Note that for large chunks of functionality, we recommend packaging them up via -more reusable [yaml providers](yaml-providers) rather than using textual `%includes`. +more reusable [yaml providers](../yaml-providers) rather than using textual `%includes`. Full jinja pipeline examples can be found [here](https://github.com/apache/beam/tree/master/sdks/python/apache_beam/yaml/examples/transforms/jinja).