diff --git a/csi-plug-n-play/sidecars/soda-proxy/Readme.md b/csi-plug-n-play/sidecars/soda-proxy/Readme.md index 16ce5e99a..8148cafd6 100644 --- a/csi-plug-n-play/sidecars/soda-proxy/Readme.md +++ b/csi-plug-n-play/sidecars/soda-proxy/Readme.md @@ -13,7 +13,7 @@ cd $GOPATH/src/github.com/sodafoundation/nbp/csi-plug-n-play/sidecars/soda-proxy go build cmd/proxy.go ``` -Before running soda-proxy you need to export the below variables.(These are the same env variables which are required by osdsctl, for more reference you can see [this](https://github.com/sodafoundation/api/wiki/SODA-Projects-Cluster-Installation-through-Ansible#how-to-test-soda-projects-cluster)) +Before running soda-proxy you need to export the below variables.(These are the same env variables which are required by osdsctl, for more reference you can see [this](https://docs.sodafoundation.io/soda-gettingstarted/installation-using-ansible/#how-to-test-soda-projects-cluster)) ```go @@ -32,4 +32,4 @@ export OS_USER_DOMAIN_ID=default ``` -By default soda-proxy runs on `0.0.0.0:50029` \ No newline at end of file +By default soda-proxy runs on `0.0.0.0:50029`