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:
parent
b9c7ff06c5
commit
2c56f89bf2
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user