From 0f92d1087c2e875556a8964f21927d12f66f241e Mon Sep 17 00:00:00 2001 From: AlephCubed <76791009+AlephCubed@users.noreply.github.com> Date: Mon, 26 May 2025 12:30:03 -0700 Subject: [PATCH] Fixed broken link in release content README. (#19375) The link went to a 404 page because it was missing an 's'. --- release-content/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-content/README.md b/release-content/README.md index 56fd2b8a06..c0cdd6a46a 100644 --- a/release-content/README.md +++ b/release-content/README.md @@ -1,3 +1,3 @@ # Release Content -This directory contains drafts of documentation for the current development cycle, which will be published to the website during the next release. You can find more information in the [release notes](./release_notes.md) and [migration guide](./migration_guide.md) files. +This directory contains drafts of documentation for the current development cycle, which will be published to the website during the next release. You can find more information in the [release notes](./release_notes.md) and [migration guides](./migration_guides.md) files.