From 7489f8729aad4ae4c09219eb2980f87a72554c72 Mon Sep 17 00:00:00 2001 From: Andrew Lyons Date: Wed, 20 Jul 2022 20:25:30 +0800 Subject: [PATCH] docs: fix anchor link (#7813) * docs: Correct link to document section The link to the public API surface had an erroneous extra # in the link preventing it from linking correctly. * fix prettier Co-authored-by: Joshua Chen --- website/community/5-release-process.md | 2 +- website/docs/deployment.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/community/5-release-process.md b/website/community/5-release-process.md index 6afe0421d2..c917959fc5 100644 --- a/website/community/5-release-process.md +++ b/website/community/5-release-process.md @@ -38,7 +38,7 @@ Whenever a new major version is released, we publish: :::tip -Read our [public API surface](##public-api-surface) section to clearly understand what we consider as a breaking change. +Read our [public API surface](#public-api-surface) section to clearly understand what we consider as a breaking change. ::: diff --git a/website/docs/deployment.mdx b/website/docs/deployment.mdx index 05706f628c..d285b6447f 100644 --- a/website/docs/deployment.mdx +++ b/website/docs/deployment.mdx @@ -327,7 +327,7 @@ cmd /C "set "GIT_USER=" && yarn deploy" ```powershell cmd /C 'set "GIT_USER=" && yarn deploy' -```` +``` ```mdx-code-block