Skip to content

Commit ee58e3a

Browse files
authored
Merge pull request #231 from ghga-de/fix/broken_links
broken links fixed
2 parents 369d8d7 + b2d2cce commit ee58e3a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.readme_generation/readme_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $config_description
5151
### Usage:
5252

5353
A template YAML for configuring the service can be found at
54-
[`./example-config.yaml`](./example-config.yaml).
54+
[`./example_config.yaml`](./example_config.yaml).
5555
Please adapt it, rename it to `.$shortname.yaml`, and place it in one of the following locations:
5656
- in the current working directory where you execute the service (on Linux: `./.$shortname.yaml`)
5757
- in your home directory (on Linux: `~/.$shortname.yaml`)
@@ -60,7 +60,7 @@ The config yaml will be automatically parsed by the service.
6060

6161
**Important: If you are using containers, the locations refer to paths within the container.**
6262

63-
All parameters mentioned in the [`./example-config.yaml`](./example-config.yaml)
63+
All parameters mentioned in the [`./example_config.yaml`](./example_config.yaml)
6464
could also be set using environment variables or file secrets.
6565

6666
For naming the environment variables, just prefix the parameter name with `${shortname}_`,
@@ -100,7 +100,7 @@ It installs the service with all development dependencies, and it installs pre-c
100100

101101
The installation is performed automatically when you build the devcontainer. However,
102102
if you update dependencies in the [`./pyproject.toml`](./pyproject.toml) or the
103-
[`./requirements-dev.txt`](./requirements-dev.txt), please run it again.
103+
[`lock/requirements-dev.txt`](./lock/requirements-dev.txt), please run it again.
104104

105105
## License
106106

@@ -109,5 +109,5 @@ This repository is free to use and modify according to the
109109

110110
## README Generation
111111

112-
This README file is auto-generated, please see [`readme_generation.md`](./readme_generation.md)
112+
This README file is auto-generated, please see [.readme_generation/README.md](./.readme_generation/README.md)
113113
for details.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The service requires the following configuration parameters:
226226
### Usage:
227227

228228
A template YAML for configuring the service can be found at
229-
[`./example-config.yaml`](./example-config.yaml).
229+
[`./example_config.yaml`](./example_config.yaml).
230230
Please adapt it, rename it to `.my_microservice.yaml`, and place it in one of the following locations:
231231
- in the current working directory where you execute the service (on Linux: `./.my_microservice.yaml`)
232232
- in your home directory (on Linux: `~/.my_microservice.yaml`)
@@ -235,7 +235,7 @@ The config yaml will be automatically parsed by the service.
235235

236236
**Important: If you are using containers, the locations refer to paths within the container.**
237237

238-
All parameters mentioned in the [`./example-config.yaml`](./example-config.yaml)
238+
All parameters mentioned in the [`./example_config.yaml`](./example_config.yaml)
239239
could also be set using environment variables or file secrets.
240240

241241
For naming the environment variables, just prefix the parameter name with `my_microservice_`,
@@ -283,7 +283,7 @@ It installs the service with all development dependencies, and it installs pre-c
283283

284284
The installation is performed automatically when you build the devcontainer. However,
285285
if you update dependencies in the [`./pyproject.toml`](./pyproject.toml) or the
286-
[`./requirements-dev.txt`](./requirements-dev.txt), please run it again.
286+
[`lock/requirements-dev.txt`](./lock/requirements-dev.txt), please run it again.
287287

288288
## License
289289

@@ -292,5 +292,5 @@ This repository is free to use and modify according to the
292292

293293
## README Generation
294294

295-
This README file is auto-generated, please see [`readme_generation.md`](./readme_generation.md)
295+
This README file is auto-generated, please see [.readme_generation/README.md](./.readme_generation/README.md)
296296
for details.

0 commit comments

Comments
 (0)