Skip to content

Commit caca828

Browse files
committed
Fix links in docs
1 parent 9be70b8 commit caca828

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/getting-started-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ We walk you through the steps for installing the code and producing some keys
88
using the Distributed Symmetric Key Establishment (DSKE) protocol.
99

1010
For an overview of what DSKE is and what problem it solves see the
11-
[introduction](/docs/what-is-dske-and-what-problem-does-it-solve.md).
11+
[introduction](what-is-dske-and-what-problem-does-it-solve.md).
1212

1313
For a detailed description of the DSKE protocol, see the
14-
[protocol guide](/docs/protocol-guide.md).
14+
[protocol guide](protocol-guide.md).
1515

1616
For full reference documentation for the commands used in these steps, see the
17-
[user guide](/docs/user-guide.md).
17+
[user guide](user-guide.md).
1818

1919
If you are a software developer and would like more details about the implementation, see the
20-
[developer guide](/docs/developer-guide.md).
20+
[developer guide](developer-guide.md).
2121

2222
## Installation
2323

@@ -186,7 +186,7 @@ Key values match
186186
## Explore the protocol messages in WireShark
187187

188188
You can explore the protocol messages in WireShark:
189-
The protocol is explained in the [protocol guide](/docs/protocol-guide.md).
189+
The protocol is explained in the [protocol guide](protocol-guide.md).
190190

191191
![Wireshark trace)](figures/wireshark-trace.png)
192192

0 commit comments

Comments
 (0)