diff --git a/website/community/5-release-process.md b/website/community/5-release-process.md index 6afe0421d270..c917959fc552 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 05706f628c7a..d285b6447f3b 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