This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch release-1.0 in repository https://gitbox.apache.org/repos/asf/flink.git
commit a1461a711ecd4d2a20f63a89b20d00338d09ac11 Author: Martijn Visser <[email protected]> AuthorDate: Tue Jan 20 10:37:16 2026 +0100 [FLINK-38914][docs] Add canonical tags pointing to stable docs All documentation pages now include a canonical link tag pointing to the stable version (flink-docs-stable). This prevents search engines from indexing duplicate content across master, release, and stable versions, consolidating SEO value on the stable docs where users should land. --- docs/_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 4556631d1e6..7143e740ea4 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -39,7 +39,7 @@ jira_url: "https://issues.apache.org/jira/browse/FLINK" github_url: "https://github.com/apache/flink" download_url: "http://flink.apache.org/downloads.html" -stable_baseurl: //ci.apache.org/projects/flink/flink-docs-stable +stable_baseurl: https://nightlies.apache.org/flink/flink-docs-stable # Setup quickstart uses this => to be changed FLINK_DOWNLOAD_URL_HADOOP1_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-1.0.3/flink-1.0.3-bin-hadoop1-scala_2.10.tgz" @@ -75,4 +75,4 @@ kramdown: host: 0.0.0.0 # please use a protocol relative URL here -baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.0 +baseurl: //nightlies.apache.org/flink/flink-docs-release-1.0
