Skip to content

Commit 51115f2

Browse files
committed
fix: correct Go vanity URLs — use actual GitHub repo names (go-io not io)
dAppCore repos use go- prefix (go-io, go-log, go-ws, etc.) but vanity URLs incorrectly pointed to dAppCore/io, dAppCore/log, etc. Co-Authored-By: Virgil <virgil@lethean.io>
1 parent 246327d commit 51115f2

9 files changed

Lines changed: 27 additions & 27 deletions

File tree

go/core/ai/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta name="go-import" content="dappco.re/go/core/ai git https://github.com/dAppCore/ai.git">
5-
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/ai">
4+
<meta name="go-import" content="dappco.re/go/core/ai git https://github.com/dAppCore/go-ai.git">
5+
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/go-ai">
66
</head>
77
<body>
8-
Redirecting to <a href="https://github.com/dAppCore/ai">github.com/dAppCore/ai</a>...
8+
Redirecting to <a href="https://github.com/dAppCore/go-ai">github.com/dAppCore/go-ai</a>...
99
</body>
1010
</html>

go/core/devops/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta name="go-import" content="dappco.re/go/core/devops git https://github.com/dAppCore/devops.git">
5-
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/devops">
4+
<meta name="go-import" content="dappco.re/go/core/devops git https://github.com/dAppCore/go-devops.git">
5+
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/go-devops">
66
</head>
77
<body>
8-
Redirecting to <a href="https://github.com/dAppCore/devops">github.com/dAppCore/devops</a>...
8+
Redirecting to <a href="https://github.com/dAppCore/go-devops">github.com/dAppCore/go-devops</a>...
99
</body>
1010
</html>

go/core/i18n/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta name="go-import" content="dappco.re/go/core/i18n git https://github.com/dAppCore/i18n.git">
5-
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/i18n">
4+
<meta name="go-import" content="dappco.re/go/core/i18n git https://github.com/dAppCore/go-i18n.git">
5+
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/go-i18n">
66
</head>
77
<body>
8-
Redirecting to <a href="https://github.com/dAppCore/i18n">github.com/dAppCore/i18n</a>...
8+
Redirecting to <a href="https://github.com/dAppCore/go-i18n">github.com/dAppCore/go-i18n</a>...
99
</body>
1010
</html>

go/core/io/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta name="go-import" content="dappco.re/go/core/io git https://github.com/dAppCore/io.git">
5-
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/io">
4+
<meta name="go-import" content="dappco.re/go/core/io git https://github.com/dAppCore/go-io.git">
5+
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/go-io">
66
</head>
77
<body>
8-
Redirecting to <a href="https://github.com/dAppCore/io">github.com/dAppCore/io</a>...
8+
Redirecting to <a href="https://github.com/dAppCore/go-io">github.com/dAppCore/go-io</a>...
99
</body>
1010
</html>

go/core/log/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta name="go-import" content="dappco.re/go/core/log git https://github.com/dAppCore/log.git">
5-
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/log">
4+
<meta name="go-import" content="dappco.re/go/core/log git https://github.com/dAppCore/go-log.git">
5+
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/go-log">
66
</head>
77
<body>
8-
Redirecting to <a href="https://github.com/dAppCore/log">github.com/dAppCore/log</a>...
8+
Redirecting to <a href="https://github.com/dAppCore/go-log">github.com/dAppCore/go-log</a>...
99
</body>
1010
</html>

go/core/process/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta name="go-import" content="dappco.re/go/core/process git https://github.com/dAppCore/process.git">
5-
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/process">
4+
<meta name="go-import" content="dappco.re/go/core/process git https://github.com/dAppCore/go-process.git">
5+
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/go-process">
66
</head>
77
<body>
8-
Redirecting to <a href="https://github.com/dAppCore/process">github.com/dAppCore/process</a>...
8+
Redirecting to <a href="https://github.com/dAppCore/go-process">github.com/dAppCore/go-process</a>...
99
</body>
1010
</html>

go/core/scm/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta name="go-import" content="dappco.re/go/core/scm git https://github.com/dAppCore/scm.git">
5-
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/scm">
4+
<meta name="go-import" content="dappco.re/go/core/scm git https://github.com/dAppCore/go-scm.git">
5+
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/go-scm">
66
</head>
77
<body>
8-
Redirecting to <a href="https://github.com/dAppCore/scm">github.com/dAppCore/scm</a>...
8+
Redirecting to <a href="https://github.com/dAppCore/go-scm">github.com/dAppCore/go-scm</a>...
99
</body>
1010
</html>

go/core/webview/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta name="go-import" content="dappco.re/go/core/webview git https://github.com/dAppCore/webview.git">
5-
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/webview">
4+
<meta name="go-import" content="dappco.re/go/core/webview git https://github.com/dAppCore/go-webview.git">
5+
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/go-webview">
66
</head>
77
<body>
8-
Redirecting to <a href="https://github.com/dAppCore/webview">github.com/dAppCore/webview</a>...
8+
Redirecting to <a href="https://github.com/dAppCore/go-webview">github.com/dAppCore/go-webview</a>...
99
</body>
1010
</html>

go/core/ws/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta name="go-import" content="dappco.re/go/core/ws git https://github.com/dAppCore/ws.git">
5-
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/ws">
4+
<meta name="go-import" content="dappco.re/go/core/ws git https://github.com/dAppCore/go-ws.git">
5+
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/go-ws">
66
</head>
77
<body>
8-
Redirecting to <a href="https://github.com/dAppCore/ws">github.com/dAppCore/ws</a>...
8+
Redirecting to <a href="https://github.com/dAppCore/go-ws">github.com/dAppCore/go-ws</a>...
99
</body>
1010
</html>

0 commit comments

Comments
 (0)