Skip to content

Commit ba2754d

Browse files
Fix repo internal links
Fix links to this repo by removing URL-part.
1 parent 932ddfe commit ba2754d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This partnership project involving CSC and Hewlett Packard Enterprise aims to en
1313

1414
### Architecture
1515

16-
In-depth architecture documentation is available [here](https://github.com/CSCfi/HPCS/docs/architecture/architecture.md)
16+
In-depth architecture documentation is available [here](/docs/architecture/architecture.md)
1717

1818
## Demonstration
1919

@@ -45,7 +45,7 @@ docker pull ghcr.io/cscfi/hpcs/job-prep:latest
4545

4646
Information about the Spire-Server, the HPCS-Server and the Vault depends on the respective server installation setup choices. For more information on the configuration, please contact your HPCS-Server service provider.
4747

48-
The client configuration is made of 4 main sections, in INI format. In depth description of the configuration files is available [here](https://github.com/CSCfi/HPCS/docs/configuration).
48+
The client configuration is made of 4 main sections, in INI format. In depth description of the configuration files is available [here](/docs/configuration).
4949

5050
Example of client configuration :
5151

@@ -78,7 +78,7 @@ It's composed of 3 sections, covering the three main steps of the process.
7878
- Prepare, encrypt and ship the input data under `./workdir/jp2a_input` for the user `etellier` on node `nid003044`
7979
- Run the `jp2a` preapred image on the supercomputer `nid003044` node, specifying application args `/sd-container/encrypted/jp2a_input/image.png --width=100 --output=/sd-container/output/result` (the `jp2a_input` prepared dataset will be available under `/sd-container/encrypted/jp2a_input` at runtime). You also can specify your verifications scripts to run before and after the application here : `[-i/-o] /pfs/lustrep4/scratch/project_462000031/etellier/verification_scripts`
8080

81-
In depth documentation of the cli of the 3 parts are available [here](https://github.com/CSCfi/HPCS/docs/cli).
81+
In depth documentation of the cli of the 3 parts are available [here](/docs/cli).
8282

8383
```yaml
8484
version: '2.4'
@@ -479,7 +479,7 @@ Pull server's image using Docker pull :
479479
docker pull ghcr.io/cscfi/hpcs/server:latest
480480
```
481481

482-
The server configuration is made of 2 main sections, in INI format. In depth description of the configuration files is available [here](https://github.com/CSCfi/HPCS/docs/configuration).
482+
The server configuration is made of 2 main sections, in INI format. In depth description of the configuration files is available [here](/docs/configuration).
483483

484484
You'll be able to configure your Spire Server interfacing specifying :
485485
- Address and port of the spire-server API.
@@ -539,7 +539,7 @@ plugins {
539539

540540
To run the server as a standalone Docker, we recommend using docker-compose.
541541

542-
An in depth documentation of the server's cli is available [here](https://github.com/CSCfi/HPCS/docs/configuration).
542+
An in depth documentation of the server's cli is available [here](/docs/configuration).
543543

544544
This docker-compose file specifies the proper spire-agent configuration to use, the mountpoint of the spire-server directory and the path to the mounted hpcs configuration.
545545

0 commit comments

Comments
 (0)