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:
parent
7e7554c0ae
commit
eca168c500
@ -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">
|
||||
|
@ -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">
|
Loading…
Reference in New Issue
Block a user