Skip to content

Commit ba71581

Browse files
imsduSimon Dumas
andauthored
Fix dead links in documentation (#5311)
Co-authored-by: Simon Dumas <simon.dumas@senscience.ai>
1 parent 533b1e6 commit ba71581

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/src/main/paradox/docs/delta/api/content-negotiation.md

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

33
When performing a request against Nexus Delta, clients can specify the desired format of the response they would like to receive.
44
This is done through a mechanism called **Content Negotiation**.
5-
Nexus Delta uses the HTTP @link:[Accept](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept){ open=new } Header in order to provide Content Negotiation capabilities.
5+
Nexus Delta uses the HTTP @link:[Accept](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Accept){ open=new } Header in order to provide Content Negotiation capabilities.
66

77
**Example**
88

docs/src/main/paradox/docs/delta/api/id-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The Nexus Fusion resolve page allows the user to authenticate (if they are not a
7171
call to the Nexus Delta `/v1/resolve/{resourceId}` with the user's authentication token.
7272

7373
All calls to the `/v1/resolve-proxy-pass` endpoint lead to
74-
@link:[303 See Other responses](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/303).
74+
@link:[303 See Other responses](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/303).
7575

7676
### Example
7777

docs/src/main/paradox/docs/releases/v1.11-to-v1.12-migration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# v1.11 To v1.12 Migration
22

33
# Schema changes
4-
Run the differents scripts starting with V1_12 in order:
5-
6-
https://github.com/BlueBrain/nexus/tree/$git.branch$/delta/sourcing-psql/src/main/resources/scripts/postgres/init
4+
Run the different scripts starting with V1_12 in order from [the repository](https://github.com/BlueBrain/nexus/tree/$git.branch$/delta/sourcing-psql/src/main/resources/scripts/postgres/init).
75

86
# Indexing in Elasticsearch and Blazegraph
97

0 commit comments

Comments
 (0)