We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cf6818 + d34e626 commit 04331e5Copy full SHA for 04331e5
static/index.html
@@ -4,15 +4,15 @@
4
<meta charset="UTF-8" />
5
<meta
6
http-equiv="refresh"
7
- content="0; url=https://docs.defang.io/docs"
+ content="0; url=/docs"
8
/>
9
<script type="text/javascript">
10
- window.location.href = 'https://docs.defang.io/docs';
+ window.location.href = '/docs';
11
</script>
12
<title>Defang Docs</title>
13
</head>
14
<body>
15
If you are not redirected automatically, follow this
16
- <a href="https://docs.defang.io/docs">link</a>.
+ <a href="/docs">link</a>.
17
</body>
18
</html>
0 commit comments