Skip to content

Commit 942886f

Browse files
authored
Merge pull request #7 from kubevirt-ui/fix-gif-lings
Fix gif links
2 parents 3b9e4a1 + fc8e4df commit 942886f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# kube-gateway-operator
55

6-
![alt gopher network](https://raw.githubusercontent.com/kubevirt-ui/kube-gateway/main/docs/network-side.png)
6+
![alt gopher network](https://raw.githubusercontent.com/kubevirt-ui/kube-gateway-operator/main/docs/network-side.png)
77

88
kube-gateway-operator installs and operate [kube-gateway](https://github.com/kubevirt-ui/kube-gateway), kube-gateway allow access k8s API using time limited access tokens, kube-gateway allow usage of one time access tokens to k8s resources.
99

@@ -38,7 +38,7 @@ export USERNAME=yaacov
3838
IMG=quay.io/$USERNAME/kube-gateway-operator:v0.0.1 make undeploy
3939
```
4040

41-
![alt install operator](https://raw.githubusercontent.com/kubevirt-ui/kube-gateway/main/docs/install-operator.gif)
41+
![alt install operator](https://raw.githubusercontent.com/kubevirt-ui/kube-gateway-operator/main/docs/install-operator.gif)
4242

4343
## Create GateServer and GateToken examples
4444

@@ -61,7 +61,7 @@ Example files:
6161
[gateserver.yaml](/config/samples/kubegateway_v1beta1_gateserver.yaml),
6262
[gatetoken.yaml](/config/samples/kubegateway_v1beta1_gatetoken.yaml)
6363

64-
![alt create signed link](https://raw.githubusercontent.com/kubevirt-ui/kube-gateway/main/docs/create-signed-link.gif)
64+
![alt create signed link](https://raw.githubusercontent.com/kubevirt-ui/kube-gateway-operator/main/docs/create-signed-link.gif)
6565

6666
## Building for local development
6767

0 commit comments

Comments
 (0)