From 559ad6893d415a088b4188743269811e163eb6fc Mon Sep 17 00:00:00 2001 From: MoMo Date: Sat, 21 Feb 2026 00:14:57 +0200 Subject: [PATCH] Fix broken Creative Commons license link in README The link pointed to plotly/documentation/blob/source/LICENSE which no longer exists (the source branch was removed from the documentation repo). Replaced with a direct link to the CC BY 4.0 license page. Fixes #4662 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f117aca59..6ee878a7dfe 100644 --- a/README.md +++ b/README.md @@ -149,5 +149,5 @@ Code and documentation copyright 2019 Plotly, Inc. Code released under the [MIT license](https://github.com/plotly/plotly.py/blob/main/LICENSE.txt). -Docs released under the [Creative Commons license](https://github.com/plotly/documentation/blob/source/LICENSE). +Docs released under the [Creative Commons license](https://creativecommons.org/licenses/by/4.0/).