Skip to content

Commit 976ca46

Browse files
committed
Fix URL in index.html
1 parent 5f0f61b commit 976ca46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<head>
33
<!-- Note: cache control not reliable through meta. The below redirection may remain cached in browsers. -->
44
<!-- Alternatively, use JS. Also, consider https://github.com/rust-lang/cargo/issues/739 in the future. -->
5-
<meta http-equiv="refresh" content="0; url=/doc/gdnative" />
5+
<meta http-equiv="refresh" content="0; url=/docs/gdnative" />
66
</head>
77
</html>

0 commit comments

Comments
 (0)