Skip to content

Commit

Permalink
fix: repo tree from repo url
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed May 10, 2024
1 parent acb57ec commit 29ee9e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>go.akashd.io/</title>
<meta name="go-import" content="go.akashd.io/ git https://github.com/akash-network/akash-api/tree/sdk-47">
<meta name="go-import" content="go.akashd.io/ git https://github.com/akash-network/akash-api">
<meta name="go-source" content="go.akashd.io/ https://github.com/akash-network/akash-api/tree/sdk-47 https://github.com/akash-network/akash-api/tree/sdk-47{/dir} https://github.com/akash-network/akash-api/blob/sdk-47{/dir}/{file}#L{line}">
<style>
* { font-family: sans-serif; }
Expand All @@ -19,7 +19,7 @@ <h2>go.akashd.io/</h2>
<code>go get go.akashd.io/</code>
<code>import "go.akashd.io/"</code>
Home: <a href="https://pkg.go.dev/go.akashd.io/">https://pkg.go.dev/go.akashd.io/</a><br/>
Source: <a href="https://github.com/akash-network/akash-api/tree/sdk-47">https://github.com/akash-network/akash-api/tree/sdk-47</a><br/>
Source: <a href="https://github.com/akash-network/akash-api">https://github.com/akash-network/akash-api</a><br/>
Sub-packages:<ul><li><a href="/sdk">go.akashd.io/sdk</a></li></ul></div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions sdk/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>go.akashd.io/sdk</title>
<meta name="go-import" content="go.akashd.io/ git https://github.com/akash-network/akash-api/tree/sdk-47">
<meta name="go-import" content="go.akashd.io/ git https://github.com/akash-network/akash-api">
<meta name="go-source" content="go.akashd.io/ https://github.com/akash-network/akash-api/tree/sdk-47 https://github.com/akash-network/akash-api/tree/sdk-47{/dir} https://github.com/akash-network/akash-api/blob/sdk-47{/dir}/{file}#L{line}">
<style>
* { font-family: sans-serif; }
Expand All @@ -19,7 +19,7 @@ <h2>go.akashd.io/sdk</h2>
<code>go get go.akashd.io/sdk</code>
<code>import "go.akashd.io/sdk"</code>
Home: <a href="https://pkg.go.dev/go.akashd.io/sdk">https://pkg.go.dev/go.akashd.io/sdk</a><br/>
Source: <a href="https://github.com/akash-network/akash-api/tree/sdk-47">https://github.com/akash-network/akash-api/tree/sdk-47</a><br/>
Source: <a href="https://github.com/akash-network/akash-api">https://github.com/akash-network/akash-api</a><br/>
Sub-packages:<ul><li><a href="/sdk">go.akashd.io/sdk</a></li></ul></div>
</body>
</html>
2 changes: 1 addition & 1 deletion vangen.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prefix": "",
"type": "git",
"main": false,
"url": "https://github.com/akash-network/akash-api/tree/sdk-47",
"url": "https://github.com/akash-network/akash-api",
"source": {
"home": "https://github.com/akash-network/akash-api/tree/sdk-47",
"dir": "https://github.com/akash-network/akash-api/tree/sdk-47{/dir}",
Expand Down

0 comments on commit 29ee9e0

Please sign in to comment.