Skip to content

Commit

Permalink
fix: remove trailing slash
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 b824f8c commit 80ee175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<body>
<div class="content">
<h2>go.akashd.io/</h2>
<code>go get go.akashd.io/</code>
<code>import "go.akashd.io/"</code>
<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">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>
2 changes: 1 addition & 1 deletion sdk/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ <h2>go.akashd.io/sdk</h2>
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>

0 comments on commit 80ee175

Please sign in to comment.