diff --git a/README.md b/README.md
index 497d3328b99ba970e8820419e3a0d148a99646e2..78c09742d664b22f12d772235786d6d4c5070368 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Autosubmit-Icon-Today
+# AutoIcon
 
 Available examples:
 - **real-from-ideal**: Start with a test simulation (ltestcase=.TRUE.) to produce a first-guess file and an analysis file to start a second simulation. 
@@ -12,7 +12,7 @@ With autosubmit installed, we can run these ICON workflows with **autosubmit** w
 ## 1. Create an experiment:
 
     ```bash
-    autosubmit expid -min -repo  https://gitlab.physik.uni-muenchen.de/w2w/autosubmit-icon-today.git -d "Launching an ICON experiment with autosubmit."
+    autosubmit expid -min -repo  https://gitlab.physik.uni-muenchen.de/w2w/autoicon.git -d "Launching an ICON experiment with autosubmit."
     ```
     
     This will create a new experiment folder and will give us the corresponding experiment id.
@@ -34,7 +34,7 @@ PROJECT:
   PROJECT_TYPE: "git"
   PROJECT_DESTINATION: "git_project"
 GIT:
-  PROJECT_ORIGIN: "https://gitlab.physik.uni-muenchen.de/w2w/autosubmit-icon-today.git"
+  PROJECT_ORIGIN: "https://gitlab.physik.uni-muenchen.de/w2w/autoicon.git"
   PROJECT_BRANCH: ""
   PROJECT_COMMIT: ""
   PROJECT_SUBMODULES: ""
@@ -69,7 +69,7 @@ PROJECT:
   PROJECT_TYPE: "git"
   PROJECT_DESTINATION: "git_project"
 GIT:
-  PROJECT_ORIGIN: "https://gitlab.physik.uni-muenchen.de/w2w/autosubmit-icon-today.git"
+  PROJECT_ORIGIN: "https://gitlab.physik.uni-muenchen.de/w2w/autoicon.git"
   PROJECT_BRANCH: "master"
   PROJECT_COMMIT: ""
   PROJECT_SUBMODULES: ""
@@ -122,7 +122,7 @@ Because we wanted to execute some of the lightweight runs on the login nodes of
 For example, if we use the platform **LMU**, we need to define **LMU_LOGIN** as well.
 
 ## 5. Github password-less access
-In order to get icon-sources through autosubmit, the password-less through ssh keys should be configured for dkrz gitlab. 
+In order to get icon-sources through autosubmit, the password-less through ssh keys should be configured for dkrz gitlab.
 
 ## 6. Create and run
-With this changes in the configuration should be already possible to create the experiment and run it. 
+With this changes in the configuration should be already possible to create the experiment and run it.
diff --git a/examples/01_real-from-ideal.sh b/examples/01_real-from-ideal.sh
index fc1969533c0e92bc009255f651d7a1967024df8d..0e7f3c2a85695554eda12ccf45fb692321b8fc3c 100755
--- a/examples/01_real-from-ideal.sh
+++ b/examples/01_real-from-ideal.sh
@@ -54,7 +54,7 @@ if [ ! -e autosubmit/autosubmit.db ]; then
   autosubmit install
 fi
 
-PROJECT_ORIGIN="https://gitlab.physik.uni-muenchen.de/w2w/autosubmit-icon-today.git"
+PROJECT_ORIGIN="https://gitlab.physik.uni-muenchen.de/w2w/autoicon.git"
 PROJECT_BRANCH="master"
 EXPID=rfi001
 
@@ -84,7 +84,7 @@ DEFAULT:
 
 PROJECT:
   PROJECT_TYPE: "git"
-  PROJECT_DESTINATION: "autosubmit-icon-today"
+  PROJECT_DESTINATION: "autoicon"
 GIT:
   PROJECT_ORIGIN: "$PROJECT_ORIGIN"
   PROJECT_BRANCH: "$PROJECT_BRANCH"