1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: link to docs for empty apps

This commit is contained in:
Ivar Conradi Østhus 2021-05-05 10:33:40 +02:00
parent ec06e92ef7
commit 5585645999

View File

@ -16,7 +16,7 @@ const Empty = () => (
<br />
<br />
You can read more about how to use Unleash in your application in the{' '}
<a href="https://www.unleash-hosted.com/docs/use-feature-toggle">documentation.</a>
<a href="https://docs.getunleash.io/docs/sdks/">documentation.</a>
</section>
</React.Fragment>
);