1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: update link to environment-docs

This commit is contained in:
Ivar Conradi Østhus 2021-10-26 12:48:40 +02:00
parent b9c7ff06c5
commit 2c56f89bf2
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,4 @@
/* eslint-disable react/jsx-no-target-blank */
import { Button } from '@material-ui/core';
import { useHistory } from 'react-router-dom';
import CheckMarkBadge from '../../../common/CheckmarkBadge/CheckMarkBadge';
@ -43,9 +44,8 @@ const CreateEnvironmentSuccess = ({
specified environment
</p>
<a
href="https://docs.getunleash.io/"
href="https://docs.getunleash.io/user_guide/environments"
target="_blank"
rel="noopener noreferrer"
className={styles.link}
>
Learn more
@ -64,9 +64,8 @@ const CreateEnvironmentSuccess = ({
adding new activation strategies on feature toggles.
</p>
<a
href="https://docs.getunleash.io/"
href="https://docs.getunleash.io/user_guide/environments"
target="_blank"
rel="noopener noreferrer"
className={styles.link}
>
Learn more

View File

@ -307,7 +307,7 @@ const FeatureStrategiesEnvironments = () => {
environment.
<a
className={styles.link}
href="https://docs.getunleash.ai"
href="https://docs.getunleash.io/user_guide/environments"
>
Read more here
</a>