diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57d7a70f..22a81bc9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,3 @@ # Contributing -Please see the [Contributing docs on Submariner's website](https://submariner.io/contributing/). +Please see the [Contributing docs on Submariner's website](https://submariner.io/for_developers/). diff --git a/README.md b/README.md index 24402585..09e318f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # submariner-charts -Please see the [Helm docs on Submariner's website](https://submariner.io/deployment/helm/). +Please see the [Helm docs on Submariner's website](https://submariner.io/operations/deployment/helm/). ## Dev workflow @@ -39,7 +39,7 @@ helm init --client-only ``` Serve the packaged charts through a local helm repository: - + ```bash docker run -d --rm --name helm-repo -p 8080:8080 -v $PWD:/charts -e DEBUG=true -e STORAGE=local -e STORAGE_LOCAL_ROOTDIR=/charts chartmuseum/chartmuseum ``` @@ -49,7 +49,7 @@ or ```bash sudo podman run -d --rm --name helm-repo -p 8080:8080 -v $PWD:/charts -e DEBUG=true -e STORAGE=local -e STORAGE_LOCAL_ROOTDIR=/charts chartmuseum/chartmuseum ``` - + Get the container internal ip: ```bash