Skip to content

Commit

Permalink
fix: fix broken links in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Devansu <devansuyadav@gmail.com>
  • Loading branch information
Devansu-Yadav committed Jan 5, 2023
1 parent 531e764 commit c01304d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions website/docs/api/misc/eslint-plugin/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ For more fine-grained control, you can also enable the plugin manually and confi

| Name | Description | |
| --- | --- | --- |
| [`@docusaurus/no-untranslated-text`](./no-untranslated-text.md) | Enforce text labels in JSX to be wrapped by translate calls | |
| [`@docusaurus/string-literal-i18n-messages`](./string-literal-i18n-messages.md) | Enforce translate APIs to be called on plain text labels ||
| [`@docusaurus/no-html-links`](./no-html-links.md) | Ensures @docusaurus/Link is used instead of `<a>` tags ||
| [`@docusaurus/prefer-docusaurus-heading`](./prefer-docusaurus-heading.md) | Ensures @theme/Heading is used instead of `<hn>` tags for headings ||
| [`@docusaurus/no-untranslated-text`](./no-untranslated-text.mdx) | Enforce text labels in JSX to be wrapped by translate calls | |
| [`@docusaurus/string-literal-i18n-messages`](./string-literal-i18n-messages.mdx) | Enforce translate APIs to be called on plain text labels ||
| [`@docusaurus/no-html-links`](./no-html-links.mdx) | Ensures @docusaurus/Link is used instead of `<a>` tags ||
| [`@docusaurus/prefer-docusaurus-heading`](./prefer-docusaurus-heading.mdx) | Ensures @theme/Heading is used instead of `<hn>` tags for headings ||

✅ = recommended

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading

# prefer-docusaurus-heading

Ensures that the `@theme/Heading` theme component provided by Docusaurus [`theme-classic`](../../themes/theme-classic.md) is used instead of `<hn>` tags for headings.
Ensures that the `@theme/Heading` theme component provided by Docusaurus [`theme-classic`](../../themes/theme-classic.mdx) is used instead of `<hn>` tags for headings.

## Rule Details {#details}

Expand Down

0 comments on commit c01304d

Please sign in to comment.