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

View File

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