diff --git a/doc/deployment.md b/doc/deployment.md
index 48aa4950f66ab2832035d882083496724d291e2e..bd28d3d5cab5f1f5f7c34e2aaf12ba2e833daec7 100644
--- a/doc/deployment.md
+++ b/doc/deployment.md
@@ -63,7 +63,7 @@ cd openslice
 Download the deployment / environment preparation script
 
 ```bash
-wget https://labs.etsi.org/rep/osl/code/org.etsi.osl.main/-/raw/main/compose/deploy.sh
+wget https://labs.etsi.org/rep/osl/code/org.etsi.osl.main/-/raw/develop/compose/deploy.sh
 ```
 Make it executable
 ```bash
@@ -84,7 +84,7 @@ We recommend:
 * develop branch for an experience with the latest features (for develop branch installation, it is strongly advisable that you may as well follow the [develop documentation](https://osl.etsi.org/documentation/develop/deployment/))
 
 ```bash
-sudo ./deploy.sh main #[or replace main with other branch name]
+sudo ./deploy.sh develop #[or replace main with other branch name]
 ```
 
 > **We recommend running the deploy.sh script with root permissions! In other case, some directories may not be accessible by the project building tools and hinder the smooth installation.**
@@ -500,10 +500,6 @@ See [NFV Orchestrator Configuration](./nfvoconfig.md).
 
 Openslice can be installed in a Kubernetes cluster. 
 
-**This is a work in progress, and should be used for stable deployments!**.
-
-Please reference "develop" tagged documentation for any latest progress.
-
 The related scripts are inside the kubernetes folder. Follow these steps along the lines. You need to configure the ingress properly depending on how you want to expose Openslice. 
 
 1 - Create an openslice namespace
diff --git a/doc/index.md b/doc/index.md
index e8c0cbc224a790cb4d22acc2ef3d2a0fdf3b1de3..0fabaa1f9acc09dabf868e542cc28c981224fe78 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -1,6 +1,6 @@
 <img src="images/openslice_logo.png" alt="drawing" width="200"/>
 
-version: 2023Q4 - Release 0
+version: 2024Q2 - SNAPSHOT
 
 The ETSI Software Development Group for OpenSlice (SDG OSL) is developing an open source service based Operations Support System (OSS) to deliver Network Slice as a Service (NSaaS) following specifications from major SDOs including ETSI, TM Forum and GSMA. See more details [here](https://osl.etsi.org/about/).