From 3c6797b5216327806f65e18b663ebd9e68920244 Mon Sep 17 00:00:00 2001 From: Faseela K Date: Mon, 30 Oct 2023 16:19:33 +0100 Subject: [PATCH] Fix incorrect link about code-blocks (#14073) Signed-off-by: Faseela K --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0880067c4b..f12acb957c 100644 --- a/README.md +++ b/README.md @@ -261,5 +261,5 @@ checking errors that emerge. while section headings should use first letter capitalization only (e.g. "This is a valid heading"). - Ensure that preformatted text blocks that reference files from the Istio GitHub repos use the @@ syntax -to produce links to the content. See [here](https://istio.io/about/contribute/creating-and-editing-pages/#links-to-github-files) +to produce links to the content. See [here](https://preliminary.istio.io/latest/docs/releases/contribute/code-blocks/#link-2-files) for context.