Skip to content

Commit 53f659a

Browse files
Fix links in installation documentation for configuration and Docker sections (#302)
Co-authored-by: Carlos Lapao <cjlapao@gmail.com>
1 parent 9266ab4 commit 53f659a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/devops/getting-started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ touch /usr/local/bin/config.yaml
2626
open -a TextEdit /usr/local/bin/config.yaml
2727
```
2828

29-
You can then add the following basic configuration to the file, you can find more information about the configuration file in [here]({{ site.url }}{{ site.baseurl }}/docs/getting-started/configuration){:target="_blank"}.
29+
You can then add the following basic configuration to the file, you can find more information about the configuration file in [here]({{ site.url }}{{ site.baseurl }}/docs/devops/getting-started/configuration){:target="_blank"}.
3030

3131
```yaml
3232
environment:
@@ -62,4 +62,4 @@ We also make available a Postman collection that you can import and use to inter
6262

6363
### Running the service as a container
6464

65-
You can find more about how to run the service as a container in the [Docker documentation]({{ site.url }}{{ site.baseurl }}/docs/getting-started/docker/){:target="_blank"} win the Getting Started section.
65+
You can find more about how to run the service as a container in the [Docker documentation]({{ site.url }}{{ site.baseurl }}/docs/devops/getting-started/docker/){:target="_blank"} win the Getting Started section.

0 commit comments

Comments
 (0)