Skip to content

Commit 804ff77

Browse files
imsduSimon Dumas
andauthored
Fix bad links and ignoring anchors in github (#5211)
Co-authored-by: Simon Dumas <simon.dumas@epfl.ch>
1 parent aa0aba0 commit 804ff77

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

docs/ignore-paths.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ http://example.com/.*
55
https://github.com/BlueBrain/nexus/blob/master/delta/app/src/main/resources/app.conf
66
https://github.com/BlueBrain/nexus/blob/master/delta/plugins/blazegraph/src/main/resources/blazegraph.conf
77
https://github.com/BlueBrain/nexus/blob/master/delta/sdk/src/main/scala/ch/epfl/bluebrain/nexus/delta/sdk/model/ComponentDescription.scala
8+
https://github.com/BlueBrain/nexus/blob/master/tests/docker/docker-compose.yml.*
9+
https://github.com/BlueBrain/nexus/issues?.*
810
https://github.com/BlueBrain/nexus-js/blob/main/packages/nexus-link/README.md
911
https://github.com/BlueBrain/nexus-js/blob/main/packages/nexus-sdk/README.md
1012
https://github.com/BlueBrain/nexus-js/blob/main/packages/react-nexus/README.md
1113
https://github.com/BlueBrain/nexus-web/blob/main/README.md.*
1214
https://github.com/lightbend/config.*
13-
https://github.com/BlueBrain/nexus/issues?.*
15+
https://github.com/blazegraph/database/wiki/Hardware_Configuration.*
16+
https://github.com/blazegraph/database/wiki/REST_API.*
1417
https://www.janelia.org
1518
http://mouselight.janelia.org/
1619
http://ml-neuronbrowser.janelia.org

docs/src/main/paradox/docs/delta/plugins/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ as well as other plugins can be used here.
6767

6868
The plugin can also define instances of following traits/classes, which will be used in Delta:
6969

70-
- @link:[PriorityRoute](https://github.com/BlueBrain/nexus/blob/$git.branch$/delta/sdk/src/main/scala/ch/epfl/bluebrain/nexus/delta/sdk/PriorityRoute.scala){ open=new } - allows the plugin to define @link:[Akka HTTP Route](https://doc.akka.io/docs/akka-http/current/routing-dsl/index.html){ open=new } with priority. The priority is used
70+
- @link:[PriorityRoute](https://github.com/BlueBrain/nexus/blob/$git.branch$/delta/sdk/src/main/scala/ch/epfl/bluebrain/nexus/delta/sdk/PriorityRoute.scala){ open=new } - allows the plugin to define @link:[Akka HTTP Route](https://doc.akka.io/libraries/akka-http/current/routing-dsl/index.html){ open=new } with priority. The priority is used
7171
by Delta to prioritize route evaluation
7272
- @link:[ScopeInitialization](https://github.com/BlueBrain/nexus/blob/$git.branch$/delta/sdk/src/main/scala/ch/epfl/bluebrain/nexus/delta/sdk/ScopeInitialization.scala){ open=new } - allows the plugin to define hooks which will be run on organization and project creation.
7373
- @link:[ScopedEntityDefinition](https://github.com/BlueBrain/nexus/blob/$git.branch$/delta/sourcing-psql/src/main/scala/ch/epfl/bluebrain/nexus/delta/sourcing/ScopedEntityDefinition.scala){ open=new } - allows to define the required information to be able to handle a custom scoped entity

docs/src/main/paradox/docs/getting-started/running-nexus/blazegraph.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ does not allow large payloads.
9999
So even if it is possible to repopulate a Blazegraph instance from the primary store, it is better to perform backup using
100100
@link:[the online backup api endpoint](https://github.com/blazegraph/database/wiki/REST_API#online-backup).
101101

102-
@link:[Here](https://github.com/BlueBrain/nexus/blob/$git.branch$/kubernetes/backup-script.yaml) is an example of a backup script
103-
using this endpoint, compressing the resulting file and creating a checksum out it.
102+
@link:[Here](https://github.com/BlueBrain/nexus/blob/$git.branch$/kubernetes/blazegraph/backup-script.yaml) is an example of a backup script
103+
using this endpoint, compressing the resulting file and creating a checksum out of it.
104104

105105
The Nexus repository also provides:
106106

107-
* @link:[A Kubernetes cronjob to run it provided](https://github.com/BlueBrain/nexus/blob/$git.branch$/kubernetes/backup-cronjob.yaml).
108-
* @link:[A Kubernetes cronjob allowing to delete old backups](https://github.com/BlueBrain/nexus/blob/$git.branch$/kubernetes/backup-cronjob.yaml).
107+
* @link:[A Kubernetes cronjob to run it provided](https://github.com/BlueBrain/nexus/blob/$git.branch$/kubernetes/blazegraph/backup-cronjob.yaml).
108+
* @link:[A Kubernetes cronjob allowing to delete old backups](https://github.com/BlueBrain/nexus/blob/$git.branch$/kubernetes/blazegraph/deleter-cronjob.yaml).
109109

110110
@@@ note
111111

docs/src/main/paradox/docs/releases/v1.8-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ However, Cassandra became a growing problem for Nexus both in development and pr
3535
* The data modeling it imposes did not allow to accommodate the growing variety of present and future usages of Nexus,
3636
* The eventual consistency was another hurdle for the Nexus usages
3737

38-
* The @link:[akka-persistence](https://doc.akka.io/docs/akka/current/typed/index-persistence.html) library we relied on
38+
* The akka-persistence library we relied on
3939
which is part of the akka stack changed @link:[its license in September 2022](https://www.lightbend.com/blog/why-we-are-changing-the-license-for-akka),
4040
so we could not get new updates from it,
4141

0 commit comments

Comments
 (0)