From 231bebe9f7abd7aff5e00e66f54a11cbb514712b Mon Sep 17 00:00:00 2001 From: Kody Jackson Date: Mon, 21 Jul 2025 07:54:59 -0500 Subject: [PATCH] Update licenses.mdx --- .../fundamentals/reference/policies-compliances/licenses.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/fundamentals/reference/policies-compliances/licenses.mdx b/src/content/docs/fundamentals/reference/policies-compliances/licenses.mdx index 932b7fa2445f056..5d58062943ff695 100644 --- a/src/content/docs/fundamentals/reference/policies-compliances/licenses.mdx +++ b/src/content/docs/fundamentals/reference/policies-compliances/licenses.mdx @@ -5,6 +5,6 @@ hidden: true --- -All documentation in the Cloudflare Workers documentation website, including reference documentation and tutorials, are licensed under the [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license. Any contributions to the [GitHub repository](https://github.com/cloudflare/workers-docs) for this project will be licensed under CC-BY-SA 4.0: thanks for your contributions! +All documentation in the Cloudflare Workers documentation website, including reference documentation and tutorials, are licensed under the [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license. Any contributions to the [GitHub repository](https://github.com/cloudflare/cloudflare-docs) for this project will be licensed under CC-BY-SA 4.0: thanks for your contributions! -Code contributions, such as snippets in the [Template Gallery](/fundamentals/api/reference/template/) and the code that serves this website via Cloudflare Workers, are licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) and [The MIT License](https://opensource.org/licenses/MIT). +Code contributions, such as snippets in the [Template Gallery](/workers/examples/) and the code that serves this website via Cloudflare Workers, are licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) and [The MIT License](https://opensource.org/licenses/MIT).