diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index baf492422b..c59047e49c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,4 +6,4 @@ You can always reach out to ankit@signoz.io to understand more about the repo an - If you find any bugs, please create an issue - If you find anything missing in documentation, you can create an issue with label **documentation** -#### If you want to build any new feature, please create an issue with tag `enhancement` +#### If you want to build any new feature, please create an issue with label `enhancement` diff --git a/README.md b/README.md index f42de542f1..bb8ece4d4b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Deploy in Kubernetes using Helm. Below steps will install the SigNoz in platform ```console -git clone https://gitlab.com/signoz-oss/signoz.git && cd signoz +git clone https://github.com/SigNoz/signoz.git && cd signoz helm dependency update deploy/kubernetes/platform kubectl create ns platform helm -n platform install signoz deploy/kubernetes/platform