From 2fce0787003f01be9d9532a5eb06cadc5f4abe44 Mon Sep 17 00:00:00 2001 From: Tatsuya Fujisaki <1838962+tatsuyafujisaki@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:11:42 +0900 Subject: [PATCH] Fix a broken link in the style guide --- content/programming-guides/style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/programming-guides/style.md b/content/programming-guides/style.md index 413ace22..0c374a16 100644 --- a/content/programming-guides/style.md +++ b/content/programming-guides/style.md @@ -127,7 +127,7 @@ For more service-related guidance, see and [Don't Include Primitive Types in a Top-level Request or Response Proto](/programming-guides/api#dont-include-primitive-types) in the API Best Practices topic, and -[Define Messages in Separate Files](/programming-guides/dos-donts.md#separate-files) +[Define Message Types in Separate Files](/programming-guides/dos-donts#separate-files) in Proto Best Practices. ## Things to Avoid {#avoid}