From 730a5567c7ca2c80549f8606d04b006c5b60a747 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Mon, 23 Dec 2024 11:40:24 -0500 Subject: [PATCH] Backport of docs: fix broken link into release/1.20.x (#21977) backport of commit 5d32fe87cbd549e5823d301dbc4f462b6d43e691 Co-authored-by: Bhautik Co-authored-by: Abhishek Sahu --- website/content/docs/dynamic-app-config/sessions/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/dynamic-app-config/sessions/index.mdx b/website/content/docs/dynamic-app-config/sessions/index.mdx index 3eb26f558f52..5bbe65e8f11e 100644 --- a/website/content/docs/dynamic-app-config/sessions/index.mdx +++ b/website/content/docs/dynamic-app-config/sessions/index.mdx @@ -10,7 +10,7 @@ description: >- Consul provides a session mechanism which can be used to build distributed locks. Sessions act as a binding layer between nodes, health checks, and key/value data. They are designed to provide granular locking and are heavily inspired by -[The Chubby Lock Service for Loosely-Coupled Distributed Systems](http://research.google.com/archive/chubby.html). +[The Chubby Lock Service for Loosely-Coupled Distributed Systems](https://research.google/pubs/the-chubby-lock-service-for-loosely-coupled-distributed-systems/). ## Session Design