Skip to content

Commit 37e340e

Browse files
committed
fix: cosmos hub api docs broken urls
1 parent 759d714 commit 37e340e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/staking-api/cosmos-hub/native-staking/endpoints.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Need support for another network? Reach out at [admin@stakely.io](mailto:admin@s
4545

4646
If you are unsure which Cosmos networks are enabled for your account you can ask the API directly.
4747

48-
- Endpoint: <a href="/staking-api/api-reference#tag/cosmoshub/GET/api/v1/cosmos/native/networks" target="_blank" rel="noopener noreferrer"><code>/api/v1/cosmos/native/networks</code></a>
48+
- Endpoint: <a href="/staking-api/api-reference#tag/cosmoshub/GET/api/v1/cosmoshub/native/networks" target="_blank" rel="noopener noreferrer"><code>/api/v1/cosmoshub/native/networks</code></a>
4949
Each object in the response includes:
5050

5151
| Field | Description |
@@ -61,7 +61,7 @@ ____
6161

6262
Craft a stake transaction:
6363

64-
- Endpoint: <a href="/staking-api/api-reference#tag/cosmoshub/POST/api/v1/cosmos/native/action/stake" target="_blank" rel="noopener noreferrer"><code>/api/v1/cosmos/native/action/stake</code></a>
64+
- Endpoint: <a href="/staking-api/api-reference#tag/cosmoshub/POST/api/v1/cosmoshub/native/action/stake" target="_blank" rel="noopener noreferrer"><code>/api/v1/cosmoshub/native/action/stake</code></a>
6565

6666
#### Description
6767

@@ -81,7 +81,7 @@ ____
8181

8282
Craft an unstake transaction:
8383

84-
- Endpoint: <a href="/staking-api/api-reference#tag/cosmoshub/POST/api/v1/cosmos/native/action/unstake" target="_blank" rel="noopener noreferrer"><code>/api/v1/cosmos/native/action/unstake</code></a>
84+
- Endpoint: <a href="/staking-api/api-reference#tag/cosmoshub/POST/api/v1/cosmoshub/native/action/unstake" target="_blank" rel="noopener noreferrer"><code>/api/v1/cosmoshub/native/action/unstake</code></a>
8585

8686
#### Description
8787

@@ -101,7 +101,7 @@ ____
101101

102102
Craft a claim rewards transaction:
103103

104-
- Endpoint: <a href="/staking-api/api-reference#tag/cosmoshub/POST/api/v1/cosmos/native/action/claim-rewards" target="_blank" rel="noopener noreferrer"><code>/api/v1/cosmos/native/action/claim-rewards</code></a>
104+
- Endpoint: <a href="/staking-api/api-reference#tag/cosmoshub/POST/api/v1/cosmoshub/native/action/claim-rewards" target="_blank" rel="noopener noreferrer"><code>/api/v1/cosmoshub/native/action/claim-rewards</code></a>
105105

106106
#### Description
107107

@@ -121,7 +121,7 @@ ____
121121

122122
Gathers signature and unsigned tx:
123123

124-
- Endpoint: <a href="/staking-api/api-reference#tag/cosmoshub/POST/api/v1/cosmos/native/action/prepare" target="_blank" rel="noopener noreferrer"><code>/api/v1/cosmos/native/action/prepare</code></a>
124+
- Endpoint: <a href="/staking-api/api-reference#tag/cosmoshub/POST/api/v1/cosmoshub/native/action/prepare" target="_blank" rel="noopener noreferrer"><code>/api/v1/cosmoshub/native/action/prepare</code></a>
125125

126126
#### Description
127127

@@ -141,7 +141,7 @@ ____
141141

142142
Broadcast a signed transaction
143143

144-
- Endpoint: <a href="/staking-api/api-reference#tag/cosmoshub/POST/api/v1/cosmos/native/action/broadcast" target="_blank" rel="noopener noreferrer"><code>/api/v1/cosmos/native/action/broadcast</code></a>
144+
- Endpoint: <a href="/staking-api/api-reference#tag/cosmoshub/POST/api/v1/cosmoshub/native/action/broadcast" target="_blank" rel="noopener noreferrer"><code>/api/v1/cosmoshub/native/action/broadcast</code></a>
145145

146146
#### Description
147147

0 commit comments

Comments
 (0)