refactor(v2): make external links more secure (#2783)

This commit is contained in:
Alexey Pyltsyn 2020-05-22 06:18:27 +03:00 committed by GitHub
parent 70c201c24d
commit 7448501c7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -73,7 +73,7 @@ const Page = () => (
Check out my <Link to="/blog">blog</Link>!
</p>
<p>
{/* Note that external links still use `a` tags. */}
{/* Note that external links still use `a` tags, but automatically opens in new tab. */}
Follow me on <a href="https://twitter.com/docusaurus">Twitter</a>!
</p>
</div>