Skip to content

Commit e316760

Browse files
Sebbo92dchaykin
authored andcommitted
Fix links
1 parent bc86095 commit e316760

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
@@ -24,7 +24,7 @@ A picture serves to illustrate the communication:
2424

2525
### Creating a Kubernetes cluster
2626

27-
`kind` unfortunately doesn´t use the environment variable `GOPATH`, so we have to update this in [cluster/config.yaml#L21](config.yaml):
27+
`kind` unfortunately doesn´t use the environment variable `GOPATH`, so we have to update this in [config.yaml](cluster/config.yaml#L21):
2828

2929
```sh
3030
`sed -i.bak 's|'{GOPATH}'|'${GOPATH}'|g' cluster/config.yaml`
@@ -34,7 +34,7 @@ A picture serves to illustrate the communication:
3434

3535

3636

37-
You can also open [cluster/config.yaml#L21](config.yaml) and replace `{GOPATH}` with the absolute path manually:
37+
You can also open [config.yaml](cluster/config.yaml#L21) and replace `{GOPATH}` with the absolute path manually:
3838

3939
extraMounts:
4040
- hostPath: {GOPATH}/src

0 commit comments

Comments
 (0)