Skip to content

Commit

Permalink
docs: fix anchor link (#7813)
Browse files Browse the repository at this point in the history
* 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 <sidachen2003@gmail.com>
  • Loading branch information
andrewnicols and Josh-Cena authored Jul 20, 2022
1 parent 09326bd commit 7489f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/community/5-release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down
2 changes: 1 addition & 1 deletion website/docs/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ cmd /C "set "GIT_USER=<GITHUB_USERNAME>" && yarn deploy"

```powershell
cmd /C 'set "GIT_USER=<GITHUB_USERNAME>" && yarn deploy'
````
```

```mdx-code-block
</TabItem>
Expand Down

0 comments on commit 7489f87

Please sign in to comment.