Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/src/commit/bbcb9505c28c44be29fdb9cf795183faa7d53d4b/Hardlinks/index.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/Hardlinks/index.html

15 lines
498 B

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<link rel="canonical" href="../File-and-Folder-Structure/">
<script>var anchor=window.location.hash.substr(1);location.href="../File-and-Folder-Structure/"+(anchor?"#"+anchor:"")</script>
<meta http-equiv="refresh" content="0; url=../File-and-Folder-Structure/">
</head>
<body>
You're being redirected to a <a href="../File-and-Folder-Structure/">new destination</a>.
</body>
</html>