diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
index 89008f532e18cba070c755c8cd95128557320f33..0b6adb2d45a56a7bd54afad396aaf0460cedb5c3 100644
--- a/.gitlab/issue_templates/bug.md
+++ b/.gitlab/issue_templates/bug.md
@@ -1,24 +1 @@
-# What's happening?
-
-Describe in a few words what's happening
-
-## Steps to reproduce
-
-How one can reproduce the issue - this is very important
-
-1. Step 1
-2. Step 2
-3. Step 3
-
-## Relevant logs and/or screenshots
-
-If possible, please add a screenshot.
-
-## Your Environment
-
-(Include relevant details about the environment you experienced the bug in)
-
-* Browser name and version:
-* Operating System and version (desktop or mobile):
-
-/label ~BUG
+Please go to https://git.startinblox.com/blox
\ No newline at end of file
diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md
index f9544309777a4890439d337796109c8b8823aea5..0b6adb2d45a56a7bd54afad396aaf0460cedb5c3 100644
--- a/.gitlab/issue_templates/feature.md
+++ b/.gitlab/issue_templates/feature.md
@@ -1,20 +1 @@
-# What needs to be done
-
-## Technical details
-
-Are there any technical details worth mentioning?
-
-## Test cases
-
-Describe here the tests needed in order to validate this feature
-
-1. Step 1
-2. Step 2
-3. Step 3
-
-## Links & Mockups
-
-1. Link to user story in wiki
-2. other related Gitlab issues
-
-/label ~Feature request
+Please go to https://git.startinblox.com/blox
\ No newline at end of file
diff --git a/.gitlab/issue_templates/new_instance.md b/.gitlab/issue_templates/new_instance.md
index 2cf64a0227b7d7858ffbf1cb82b050eea4522451..875bcb8cfa75b76bd5d0531cfcac1444490d9f05 100644
--- a/.gitlab/issue_templates/new_instance.md
+++ b/.gitlab/issue_templates/new_instance.md
@@ -1,16 +1 @@
-# Please fill all these info
-
-## General info
-
-- Name of the instance:
-- Domain: .hubl.world
-
-## Cosmetics
-
-- Logo:
-
-- Favicon:
-
-- 4 Colors:
-
-/label ~"New Instance"
+Please ask on https://git.startinblox.com/blox/platform/deploy/issues
\ No newline at end of file
diff --git a/config.sample.json b/config.sample.json
index f09838359075f587b30be0b2202a373e51bd8cba..b8e2bd19752fa836ad617a47ce5eb797d2c2428e 100644
--- a/config.sample.json
+++ b/config.sample.json
@@ -1,7 +1,7 @@
 {
   "client": {
     "name": "Sample of a functional Orbit",
-    "logo": "https://cdn.startinblox.com/logos/webp/hubl.webp"
+    "logo": "https://cdn.startinblox.com/logos/webp/startinblox.webp"
   },
   "components": [{
       "type": "registering",
diff --git a/internal/docker/README.md b/internal/docker/README.md
index 6e656a3cc5108576ea2e6a4b9359f0102fa8d448..9f998e5494a1cb00aaacc9d369ccee3fdf9bae2e 100644
--- a/internal/docker/README.md
+++ b/internal/docker/README.md
@@ -7,6 +7,6 @@ $ curl -LO https://git.startinblox.com/djangoldp-packages/djangoldp/raw/master/D
 
 And build it along with the `settings.yml` file:
 ```
-# docker build -t registry.startinblox.com/applications/hubl/djangoldp:2.1 .
-# docker push registry.startinblox.com/applications/hubl/djangoldp:2.1
+# docker build -t registry.startinblox.com/applications/orbit/djangoldp:2.1 .
+# docker push registry.startinblox.com/applications/orbit/djangoldp:2.1
 ```
diff --git a/package.json b/package.json
index 99894ebf7da75bcfc19e9cc214b0ed8028dc8594..c457553a93d4199e478ca546f5eadc6402009bd3 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "license": "MIT",
   "repository": {
     "type": "git",
-    "url": "https://git.startinblox.com/applications/hubl.git"
+    "url": "https://git.startinblox.com/applications/orbit.git"
   },
   "scripts": {
     "prebuild": "rimraf build",
diff --git a/src/components/sw-toolbox.js b/src/components/sw-toolbox.js
index d91f5fa11fcf7ca9877aeda25ddf4b5208dd90f4..953515796d8e6af0a5252da79f9787583881db6d 100644
--- a/src/components/sw-toolbox.js
+++ b/src/components/sw-toolbox.js
@@ -16,7 +16,7 @@ if ('serviceWorker' in navigator) {
           backdrop: false,
           title: "",
           text: orbit.intl.t('serviceWorker.newUpdate') + ". " + orbit.intl.t('serviceWorker.wantToUpdate'),
-          imageUrl: orbit.client.logo || 'https://cdn.startinblox.com/logos/webp/hubl.webp',
+          imageUrl: orbit.client.logo || 'https://cdn.startinblox.com/logos/webp/startinblox.webp',
           imageAlt: orbit.client.name,
           showCancelButton: true,
           confirmButtonClass: 'button text-xsmall text-bold text-center reversed color-secondary bordered icon icon-check icon-margin-right-xsmall no-background-image',