Skip to content

Commit 1fb1015

Browse files
committed
Fix dead links
Signed-off-by: Hugues de Valon <[email protected]>
1 parent 5e1bacb commit 1fb1015

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Find here all the technical documentation of Parsec, alongside user and develope
77

88
Go straight to the [overview](overview.md) to learn more about the project! Then, depending on what
99
you want to know, you can go to the [users](parsec_users.md), [client
10-
developpers](parsec_client/README.d), [service developpers](parsec_service/README.md) or
10+
developpers](parsec_client/README.md), [service developpers](parsec_service/README.md) or
1111
[security](parsec_security/README.md) sections.
1212

1313
# Disclaimer

src/contributing/adding_new_operation_how_to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Create the specification page for the Parsec Book, under
1515
also be found in the menu on the left of all pages). Include operation details such as parameters,
1616
results, errors specific to the operation, a description, and a link to the
1717
[protobuf](#parsec-operations) contract (which will be created further on). Also update all API
18-
tables on the [Service API](../service_api_coverage.md) and [Client API](../clients_api_coverage.md)
19-
pages to reflect the new addition (create any API tables if they are missing).
18+
tables on the [Parsec Operations Coverage](../parsec_client/operations/service_api_coverage.md) page
19+
to reflect the new addition (create any API tables if they are missing).
2020

2121
The opcode used should be the next available one. To find this, go to
2222
[`parsec-interface-rs/src/requests/mod.rs`](https://github.com/parallaxsecond/parsec-interface-rs/blob/master/src/operations/mod.rs)

src/parsec_client/operations/psa_algorithm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Some of the algorithms defined here are deprecated and should not be used withou
77
is at the discretion of the system administrator whether those algorithms are permitted or not.
88

99
**Notice:** not all possible algorithms are currently supported by Parsec. Please see the [API
10-
coverage](../../service_api_coverage.md) for an overview of what Parsec currently supports. Some of
11-
the attributes might not be supported by some providers as it is not in their interface.
10+
coverage](service_api_coverage.md) for an overview of what Parsec currently supports. Some of the
11+
attributes might not be supported by some providers as it is not in their interface.
1212

1313
## Algorithm type
1414

src/parsec_client/operations/psa_key_attributes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ to do with that key.
66
Some of the algorithms defined here are deprecated and should not be used without a valid reason. It
77
is at the discretion of the system administrator whether those algorithms are permitted or not.
88

9-
**Notice:** not all possible attributes are currently supported by Parsec. Please see the [API
10-
coverage](../../service_api_coverage.md) for an overview of what Parsec currently supports. Some of
11-
the attributes might not be supported by some providers as it is not in their interface.
9+
**Notice:** not all possible attributes are currently supported by Parsec. Please see the
10+
[Operations Coverage](service_api_coverage.md) for an overview of what Parsec currently supports.
11+
Some of the attributes might not be supported by some providers as it is not in their interface.
1212

1313
## KeyAttributes type
1414

src/parsec_security/parsec_threat_model/threat_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ cleared.
325325
## Operational mitigations
326326

327327
Most of these operational mitigations are implemented when following the [Recommendations on a
328-
Secure Parsec Deployment guide](secure_deployment.md).
328+
Secure Parsec Deployment guide](../secure_deployment.md).
329329

330330
| ID | Justification | Details |
331331
|------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|

src/parsec_security/secure_deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The following recommendations should be applied in order for Parsec to respect some of the
44
operational mitigations. These recommendations have been thought of for a Linux system and should be
55
modified/ported for other operating systems. The linked [operational
6-
mitigations](parsec_thread_model/threat_model.md#operational-mitigations) are noted with `O-n`.
6+
mitigations](parsec_threat_model/threat_model.md#operational-mitigations) are noted with `O-n`.
77

88
- The service must be running as the `parsec` user (O-0).
99
- Key mappings must only be read/write by the `parsec` user (O-3).

src/parsec_service/install_parsec_linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Parsec can be built and installed as a Linux daemon using systemd. The daemon is a systemd user
44
daemon run by the `parsec` user. Some manual steps are needed to make sure that permissions are set
55
up correctly so that Parsec is installed respecting the operational mitigations of our [threat
6-
model](../threat_model/threat_model.md). Similarly to the threat model, this guide proposes
7-
different alternatives in case an Identity Provider is available or not. The role and description of
8-
an Identity Provider in Parsec is described in the [System
6+
model](../parsec_security/parsec_threat_model/threat_model.md). Similarly to the threat model, this
7+
guide proposes different alternatives in case an Identity Provider is available or not. The role and
8+
description of an Identity Provider in Parsec is described in the [System
99
Architecture](https://parallaxsecond.github.io/parsec-book/parsec_service/system_architecture.html)
1010
page. Currently, Parsec does not support integration with any Identity Provider. To securely install
1111
Parsec, please follow the steps of deployment **without an Identity Provider**.

0 commit comments

Comments
 (0)