mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 08:27:03 +02:00
chore: Rename Twitter links/labels to X (#10509)
This commit is contained in:
parent
a435fbd36e
commit
95e2d469e3
95 changed files with 217 additions and 218 deletions
|
@ -17,7 +17,7 @@ Examples of **incorrect** code for this rule:
|
|||
```html
|
||||
<a href="/page">go to page!</a>
|
||||
|
||||
<a href="https://twitter.com/docusaurus" target="_blank">Twitter</a>
|
||||
<a href="https://x.com/docusaurus" target="_blank">X</a>
|
||||
```
|
||||
|
||||
Examples of **correct** code for this rule:
|
||||
|
@ -27,7 +27,7 @@ import Link from '@docusaurus/Link'
|
|||
|
||||
<Link to="/page">go to page!</Link>
|
||||
|
||||
<Link to="https://twitter.com/docusaurus">Twitter</Link>
|
||||
<Link to="https://x.com/docusaurus">X</Link>
|
||||
```
|
||||
|
||||
## Rule Configuration {#configuration}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue