Skip to content

Commit 3e60d0f

Browse files
author
Paulo Ribeiro
committed
doc: Fix broken link
1 parent 494859b commit 3e60d0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/configuration/caching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Codacy Self-hosted includes a built-in NFS server provisioner that deploys a sha
88

99
To use your own external NFS server:
1010

11-
1. Edit the file `values-production.yaml` that you [used to install Codacy](../../index.md#helm-upgrade).
11+
1. Edit the file `values-production.yaml` that you [used to install Codacy](../index.md#helm-upgrade).
1212

1313
1. Set `listener.nfsserverprovisioner.enabled: "false"` and define the remaining `listener.cache.*` values as described below:
1414

@@ -24,7 +24,7 @@ To use your own external NFS server:
2424
path: /var/nfs/data/ # External NFS server directory or file system to be mounted
2525
```
2626
27-
1. Apply the new configuration by performing a Helm upgrade. To do so execute the command [used to install Codacy](../../index.md#helm-upgrade):
27+
1. Apply the new configuration by performing a Helm upgrade. To do so execute the command [used to install Codacy](../index.md#helm-upgrade):
2828
2929
!!! important
3030
**If you're using MicroK8s** you must use the file `values-microk8s.yaml` together with the file `values-production.yaml`.

0 commit comments

Comments
 (0)