V2Wizard: Update links
There were incorrect links used for the content service, this fixes them.
This commit is contained in:
parent
923c4fc2d5
commit
f375fc5c41
1 changed files with 3 additions and 3 deletions
|
|
@ -250,7 +250,7 @@ const Packages = () => {
|
|||
component="a"
|
||||
target="_blank"
|
||||
href={
|
||||
isBeta() ? '/preview/settings/content' : '/settings/content'
|
||||
isBeta() ? '/preview/insights/content' : '/insights/content'
|
||||
}
|
||||
>
|
||||
your repositories
|
||||
|
|
@ -263,8 +263,8 @@ const Packages = () => {
|
|||
target="_blank"
|
||||
href={
|
||||
isBeta()
|
||||
? '/preview/settings/content/popular-repositories'
|
||||
: '/settings/content/popular-repositories'
|
||||
? '/preview/insights/content/popular-repositories'
|
||||
: '/insights/content/popular-repositories'
|
||||
}
|
||||
>
|
||||
popular repositories
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue