Skip to content

Commit

Permalink
Fix for all links pointing to the right directories now
Browse files Browse the repository at this point in the history
  • Loading branch information
AnumDastgir committed Aug 21, 2024
1 parent b32610c commit 32e1c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ In this section, you'll find examples of deploying PREvant in container environm
- For Docker, refer to [Docker example](examples/Docker/README.md)
- For Kubernetes (requires at least Kubernetes 1.15), refer to [Kubernetes example](examples/Kubernetes/README.md)

To customize the behavior of PREvant, you can mount a TOML file into the container at `/app/config.toml`. More details about the configuration can be found [here](api/README.md).
To customize the behavior of PREvant, you can mount a TOML file into the container at `/app/config.toml`. More details about the configuration can be found [here](docs/configuration.md).

# Requirements for Your Services

Expand Down Expand Up @@ -112,7 +112,7 @@ In order to generate the correct link to the API specification, PREvant adds fol

# Development

In the [Development](Develop.md) section, you can view the detailed guide on,
In the [Development](docs/Develop.md) section, you can view the detailed guide on,
how to develop/run PREvant.

Developers looking to contribute to PREvant can engage through GitHub by
Expand Down
File renamed without changes.

0 comments on commit 32e1c65

Please sign in to comment.