1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

chore: fix broken /docs link

This commit is contained in:
Ivar Conradi Østhus 2021-03-23 12:18:05 +01:00
parent 7e7554c0ae
commit eca168c500
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
<script>
window.location = '/docs/user_guide/client_sdk';
</script>
Please see <a href="/docs/user_guide/client_sdk">/docs/user_guide/client_sdk</a>
<meta http-equiv="refresh" content="0; URL=/docs/user_guide/client_sdk">

View File

@ -0,0 +1,7 @@
<script>
window.location = '/docs/user_guide';
</script>
Please see <a href="/docs/user_guide">/docs/user_guide</a>
<meta http-equiv="refresh" content="0; URL=//docs/user_guide">