Skip to content

Commit 7ecf920

Browse files
author
Lukas Pühringer
authored
Merge pull request #1 from lukpueh/adopt-docs-move
Update redirect link and README to adopt docs move
2 parents 05e685f + 7c5a7b8 commit 7ecf920

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> [!NOTE]
44
> This repository implements a static client-side redirect from
55
> [lind-project.github.io](https://lind-project.github.io) to the project website
6-
> at [lind-project.github.io/lind-wasm-docs](https://lind-project.github.io/lind-wasm-docs).
6+
> at [lind-project.github.io/lind-wasm](https://lind-project.github.io/lind-wasm).
77
>
8-
> Project website assets can be found in the
9-
> [lind-wasm-docs](https://github.com/Lind-Project/lind-wasm-docs) repository.
8+
> Project website assets can be found in
9+
> [lind-wasm/docs](https://github.com/Lind-Project/lind-wasm/tree/main/docs).

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta http-equiv="refresh" content="0; url=https://lind-project.github.io/lind-wasm-docs">
4+
<meta http-equiv="refresh" content="0; url=https://lind-project.github.io/lind-wasm">
55
<title>Redirecting...</title>
66
</head>
77
<body>
8-
<p>If not redirected automatically, go to <a href="https://lind-project.github.io/lind-wasm-docs">lind-project.github.io/lind-wasm-docs</a>.</p>
8+
<p>If not redirected automatically, go to <a href="https://lind-project.github.io/lind-wasm">lind-project.github.io/lind-wasm</a>.</p>
99
</body>
1010
</html>

0 commit comments

Comments
 (0)