Skip to content

Commit 144547a

Browse files
authored
Fix go-import meta tag URL in index.html
1 parent 6c416f0 commit 144547a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/agent/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta name="go-import" content="dappco.re/go/agent mod https://github.com/dAppCore/agent.git">
4+
<meta name="go-import" content="dappco.re/go/agent mod https://github.com/dappcore/agent.git go/agent">
55
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/agent/tree/main/go">
66
</head>
77
<body>

0 commit comments

Comments
 (0)