feat: add rel to <a> & few <Link> tags
This commit is contained in:
@@ -69,7 +69,10 @@ const WelcomePage = () => {
|
||||
the project and we have already begun work on various aspects
|
||||
of these phases. The best way to keep track of the progress is
|
||||
through the
|
||||
<Link href="https://github.com/spotify/backstage/milestones">
|
||||
<Link
|
||||
href="https://github.com/spotify/backstage/milestones"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Milestones
|
||||
</Link>
|
||||
.
|
||||
@@ -113,7 +116,10 @@ const WelcomePage = () => {
|
||||
</Typography>
|
||||
<Typography variant="body1" paragraph>
|
||||
We suggest you either check out the documentation for{' '}
|
||||
<Link href="https://github.com/spotify/backstage/blob/master/docs/plugins/create-a-plugin.md">
|
||||
<Link
|
||||
href="https://github.com/spotify/backstage/blob/master/docs/plugins/create-a-plugin.md"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
creating a plugin
|
||||
</Link>{' '}
|
||||
or have a look in the code for the{' '}
|
||||
@@ -121,7 +127,10 @@ const WelcomePage = () => {
|
||||
existing plugins
|
||||
</Link>{' '}
|
||||
in the directory{' '}
|
||||
<Link href="https://github.com/spotify/backstage/tree/master/plugins">
|
||||
<Link
|
||||
href="https://github.com/spotify/backstage/tree/master/plugins"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<code>plugins/</code>
|
||||
</Link>
|
||||
.
|
||||
@@ -135,7 +144,10 @@ const WelcomePage = () => {
|
||||
<Link href="https://backstage.io">backstage.io</Link>
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<Link href="https://github.com/spotify/backstage/blob/master/docs/plugins/create-a-plugin.md">
|
||||
<Link
|
||||
href="https://github.com/spotify/backstage/blob/master/docs/plugins/create-a-plugin.md"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Create a plugin
|
||||
</Link>
|
||||
</ListItem>
|
||||
|
||||
Reference in New Issue
Block a user