Skip to content

Commit 6621125

Browse files
authored
docs: update previous version links (#116)
1 parent 25ea385 commit 6621125

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

_templates/sidebar-main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254

255255
<li class="toctree-l1"><a class="reference internal" href="docs/resources/source-code.html">Source
256256
Code</a></li>
257-
<li class="toctree-l1"><a class="reference external" href="https://dashplatform.readme.io/v0.23.0/docs">Previous Version
257+
<li class="toctree-l1"><a class="reference external" href="https://docs.dash.org/projects/platform/en/1.0.0/docs/">Previous Version
258258
of Docs</a></li>
259259
</ul>
260260
<p aria-level="2" class="caption" role="heading"><span class="caption-text">JavaScript SDK</span></p>

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Testnet Block Explorer <https://insight.testnet.networks.dash.org/insight/>
180180
Testnet Faucet <https://faucet.testnet.networks.dash.org/>
181181
JavaScript SDK <https://github.com/dashpay/platform/tree/master/packages/js-dash-sdk#readme>
182182
resources/source-code
183-
Previous Version of Docs <https://docs.dash.org/projects/platform/en/0.25.0/docs/>
183+
Previous Version of Docs <https://docs.dash.org/projects/platform/en/1.0.0/docs/>
184184
```
185185

186186
```{toctree}

docs/reference/dapi-endpoints-core-grpc-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ Note: The gRPCurl response `proTxHash` data is Base64 encoded.
824824

825825
## Deprecated Endpoints
826826

827-
The following endpoints were recently deprecated. See the [previous version of documentation](https://docs.dash.org/projects/platform/en/0.25.0/docs/reference/dapi-endpoints-core-grpc-endpoints.html) for additional information on these endpoints.
827+
The following endpoints were recently deprecated. See the [previous version of documentation](https://docs.dash.org/projects/platform/en/1.0.0/docs/reference/dapi-endpoints-core-grpc-endpoints.html) for additional information on these endpoints.
828828

829829
### getStatus
830830

docs/reference/dapi-endpoints-json-rpc-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ puts response.read_body
225225
## Deprecated Endpoints
226226

227227
The following endpoints were recently deprecated. See the [previous version of this
228-
documentation](https://docs.dash.org/projects/platform/en/0.25.0/docs/reference/dapi-endpoints-json-rpc-endpoints.html)
228+
documentation](https://docs.dash.org/projects/platform/en/1.0.0/docs/reference/dapi-endpoints-json-rpc-endpoints.html)
229229
for older references.
230230

231231
### getMnListDiff

docs/reference/dapi-endpoints-platform-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3515,7 +3515,7 @@ grpcurl -proto protos/platform/v0/platform.proto \
35153515

35163516
## Deprecated Endpoints
35173517

3518-
The following endpoints were recently deprecated. See the [previous version of documentation](https://docs.dash.org/projects/platform/en/0.25.0/docs/reference/dapi-endpoints-platform-endpoints.html) for additional information on these endpoints.
3518+
The following endpoints were recently deprecated. See the [previous version of documentation](https://docs.dash.org/projects/platform/en/1.0.0/docs/reference/dapi-endpoints-platform-endpoints.html) for additional information on these endpoints.
35193519

35203520
### getIdentities
35213521

0 commit comments

Comments
 (0)