Skip to content

Commit 2f051f1

Browse files
authored
Merge pull request #400 from Concordium/snm/FixBrokenDocLinks
Fix broken links in documentation
2 parents 145937c + a7565c1 commit 2f051f1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/pages/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This is the documentation for the Concordium Javascript SDK. Here we cover
22
the JS wrappers for interacting with the Concordium nodes.
33

44
Most functionality is provideded by the
5-
[GRPC-Client](../classes/grpc.ConcordiumGRPCClient.html)
5+
[GRPC-Client](./classes/grpc.ConcordiumGRPCClient.html)
66
however there exists additional helper functions, for example to help with
77
creating {@page transactions.md transactions}, or {@page identity-proofs.md
88
creating identity proof statements}, or {@page utility-functions.md general

docs/pages/misc-pages/grpc-v1.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ JSON-RPC server](https://github.com/Concordium/concordium-json-rpc)
77
Currently the client only supports the following entrypoints, with the same
88
interface as the grpc v1 node client:
99

10-
- [sendTransaction](./grpc-v1.md#send-account-transaction)
11-
- [getTransactionStatus](./grpc-v1.md#gettransactionstatus)
12-
- [getInstanceInfo](./grpc-v1.md#getInstanceInfo)
13-
- [getConsensusStatus](./grpc-v1.md#getconsensusstatus)
14-
- [getAccountInfo](./grpc-v1.md#getAccountInfo)
15-
- [getCryptographicParameters](./grpc-v1.md#getcryptographicparameters)
16-
- [invokeContract](./grpc-v1.md#invokecontract)
17-
- [getModuleSource](./grpc-v1.md#getModuleSource)
10+
- [sendTransaction](#send-account-transaction)
11+
- [getTransactionStatus](#gettransactionstatus)
12+
- [getInstanceInfo](#getinstanceinfo)
13+
- [getConsensusStatus](#getconsensusstatus)
14+
- [getAccountInfo](#getaccountinfo)
15+
- [getCryptographicParameters](#getcryptographicparameters)
16+
- [invokeContract](#invokecontract)
17+
- [getModuleSource](#getmodulesource)
1818

1919
**Table of Contents:**
2020

0 commit comments

Comments
 (0)