Skip to content

Commit b80a343

Browse files
committed
Fix docs links
1 parent caca828 commit b80a343

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/developer-guide.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ This page is intended for software developers;
66
it contains a high-level overview of the implementation.
77

88
For an overview of what Distributed Symmetric Key Establishment (DSKE) is and what problem it solves
9-
see the [introduction](/docs/what-is-dske-and-what-problem-does-it-solve.md).
9+
see the [introduction](what-is-dske-and-what-problem-does-it-solve.md).
1010

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

1414
If you just want hands-on instructions on how to get started running the code and generating keys
1515
with a minimum of background information see the
16-
[getting started guide](/docs/getting-started-guide.md).
16+
[getting started guide](getting-started-guide.md).
1717
Or, for more details see the
18-
[user guide](/docs/user-guide.md).
18+
[user guide](user-guide.md).
1919

2020
## Technology stack
2121

@@ -44,7 +44,7 @@ IETF draft
4444
[draft-mwag-dske-02](https://datatracker.ietf.org/doc/draft-mwag-dske/02/).
4545
It has been developed completely independently of the authors of the draft, based only on the public
4646
information in the draft.
47-
See [the DSKE protocol page](/docs/dske-protocol.md) for more details.
47+
See [the DSKE protocol page](dske-protocol.md) for more details.
4848

4949
## Proof of concept
5050

@@ -161,7 +161,7 @@ The clients provides the following API endpoints:
161161

162162
Only the in-band DSKE protocol API endpoints (`.../dske/api/...`) are authenticated
163163
using the authentication mechanism described in the
164-
[protocol guide](/docs/protocol-guide.md)
164+
[protocol guide](protocol-guide.md)
165165

166166
The out-of-band DSKE protocol API endpoints (`.../dske/oob/...`) are not authenticated.
167167
They only exist to simulate actions that would be some secure out-of-band physical distribution

docs/protocol-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ implemented in this repository.
77

88
If you are not yet familiar with the concepts of quantum-safe security, Post Quantum Cryptography
99
(PQC) or Quantum Key Distribution (QKD), it is helpful to first read the introduction:
10-
[what is DSKE and what problem does it solve?](/what-is-dske-and-what-problem-does-it-solve.md).
10+
[what is DSKE and what problem does it solve?](what-is-dske-and-what-problem-does-it-solve.md).
1111

1212
## High-level overview
1313

docs/user-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ It describes how to use the `manager.py` script to start and stop topologies and
77
keys.
88

99
For an overview of what Distributed Symmetric Key Establishment (DSKE) is and what problem it solves
10-
see the [introduction](/docs/what-is-dske-and-what-problem-does-it-solve.md).
10+
see the [introduction](what-is-dske-and-what-problem-does-it-solve.md).
1111

1212
If you just want hands-on instructions on how to get started running the code and generating keys
1313
with a minimum of background information see the
14-
[getting started guide](/docs/getting-started-guide.md).
14+
[getting started guide](getting-started-guide.md).
1515

1616
For a detailed description of the DSKE protocol, see the
17-
[protocol guide](/docs/protocol-guide.md).
17+
[protocol guide](protocol-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
## Topology file
2323

0 commit comments

Comments
 (0)