Wizard: Update docs after move to new preview
`/preview` is no longer used in url.
This commit is contained in:
parent
37dfe8584c
commit
933e65d590
7 changed files with 8 additions and 30 deletions
|
|
@ -11,11 +11,8 @@ import {
|
|||
selectPackages,
|
||||
selectRecommendedRepositories,
|
||||
} from '../../../../store/wizardSlice';
|
||||
import { useGetEnvironment } from '../../../../Utilities/useGetEnvironment';
|
||||
import { betaPath } from '../../utilities/betaPath';
|
||||
|
||||
const ManageRepositoriesButton = () => {
|
||||
const { isBeta } = useGetEnvironment();
|
||||
return (
|
||||
<Button
|
||||
component="a"
|
||||
|
|
@ -24,7 +21,7 @@ const ManageRepositoriesButton = () => {
|
|||
iconPosition="right"
|
||||
isInline
|
||||
icon={<ExternalLinkAltIcon />}
|
||||
href={betaPath(CONTENT_URL, isBeta())}
|
||||
href={CONTENT_URL}
|
||||
>
|
||||
Create and manage repositories here
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue