Skip to content

Commit

Permalink
fix: remove trailing slash (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored May 10, 2024
1 parent 4300793 commit 1e5cd0a
Showing 1 changed file with 3 additions and 3 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://github.com/akash-network/akash-api">https://github.com/akash-network/akash-api</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>

0 comments on commit 1e5cd0a

Please sign in to comment.