Skip to content

Commit 7603937

Browse files
authored
Merge pull request mikkeloscar#53 from abuechler/patch-1
Fix broken link
2 parents 41668f6 + e2504a0 commit 7603937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ $ make
6363
## Setup
6464

6565
The `pdb-controller` can be run as a deployment in the cluster. See
66-
[deployment.yaml](/Docs/deployment.yaml) for an example.
66+
[deployment.yaml](docs/deployment.yaml) for an example.
6767

6868
Deploy it by running:
6969

7070
```bash
71-
$ kubectl apply -f Docs/deployment.yaml
71+
$ kubectl apply -f docs/deployment.yaml
7272
```
7373

7474
## TODO

0 commit comments

Comments
 (0)