diff --git a/_docs/getting-started-create-project.md b/_docs/getting-started-create-project.md
index 5ca95fd..b57bb8e 100644
--- a/_docs/getting-started-create-project.md
+++ b/_docs/getting-started-create-project.md
@@ -31,7 +31,7 @@ You can use Context Mapper in Eclipse, Visual Studio Code, or the online IDE Git
* Alternatively, you can follow this procedure to install the plugin from update site URL directly:
1. Open the plugin installation dialog in Eclipse with the menu entry _Help -> Install New Software..._
2. Enter the following update site URL to the field _Work with:_ on the top of the dialog:
-
[https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/](https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/)
+
[https://contextmapper.org/eclipse-update-site/](https://contextmapper.org/eclipse-update-site/)
3. Select the two features _ContextMappingDSL_ and _ContextMappingDSL (Sources)_ and continue with _Next_.
4. Finish the plugin installation by completing the wizard.
diff --git a/_docs/getting-started.md b/_docs/getting-started.md
index c4ecc20..838008a 100644
--- a/_docs/getting-started.md
+++ b/_docs/getting-started.md
@@ -18,7 +18,7 @@ Or search for "Context Mapper" in the extension view of your visual studio code.
To start using Context Mapper in Eclipse, please install the plugin via the **Eclipse Marketplace** or our **update site**:
**Eclipse Marketplace: [Context Mapper](https://marketplace.eclipse.org/content/context-mapper/)**
- * Alternatively you can use the following update site URL for manual installation in Eclipse: [https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/](https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/)
+ * Alternatively you can use the following update site URL for manual installation in Eclipse: [https://contextmapper.org/eclipse-update-site/](https://contextmapper.org/eclipse-update-site/)
## Online IDE (Gitpod)
In case your project is hosted by GitHub, you can use [Gitpod](https://www.gitpod.io/) as online IDE. Our VS Code extension is published to the [Open VSX Registry](https://open-vsx.org/extension/contextmapper/context-mapper-vscode-extension) and can be found in the extensions in your [Gitpod](https://www.gitpod.io/).
diff --git a/_docs/ide-plugins-and-extensions/eclipse.md b/_docs/ide-plugins-and-extensions/eclipse.md
index 6ad0109..32b1952 100644
--- a/_docs/ide-plugins-and-extensions/eclipse.md
+++ b/_docs/ide-plugins-and-extensions/eclipse.md
@@ -10,7 +10,7 @@ This page contains FAQs and helpful tipps specific for the Context Mapper Eclips
The Context Mapper Eclipse plugin can be installed via the marketplace or by using the update site URL in your Eclipse directly:
* [Eclipse Marktplace](https://marketplace.eclipse.org/content/context-mapper)
- * Update site URL for manual installation: [https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/](https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/)
+ * Update site URL for manual installation: [https://contextmapper.org/eclipse-update-site/](https://contextmapper.org/eclipse-update-site/)
## Frequently Asked Questions (FAQs)
@@ -19,7 +19,7 @@ Open the [Eclipse Marketplace](https://marketplace.eclipse.org/content/context-m
Alternatively, use the following Eclipse Update site and install the plugin in Eclipse via *Help -> Install New Software...* (copy past the update site link).
-Update Site: [https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/](https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/)
+Update Site: [https://contextmapper.org/eclipse-update-site/](https://contextmapper.org/eclipse-update-site/)
### How do I create an Eclipse project with a new CML model to start modeling my Context Map?
Consult the page [Create CML Model](/docs/getting-started-create-project/). It describes how to setup your project to get started with modeling CML Context Maps.
diff --git a/_docs/index.md b/_docs/index.md
index d242e88..24053fd 100644
--- a/_docs/index.md
+++ b/_docs/index.md
@@ -14,7 +14,7 @@ The **[core component](/docs/language-reference/)** provides a DSL to create con
* Does not support all features we have in Eclipse yet. You can find a feature support table [here](/docs/ide/).
**Eclipse Marketplace: [Context Mapper](https://marketplace.eclipse.org/content/context-mapper/)**
- * Alternatively you can install the Eclipse plugin manually with the following update site URL: [https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/](https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/)
+ * Alternatively you can install the Eclipse plugin manually with the following update site URL: [https://contextmapper.org/eclipse-update-site/](https://contextmapper.org/eclipse-update-site/)
**Online IDE (Gitpod)**: In case you don't want to install Context Mapper locally and your project is hosted on Github, you can use [Gitpod](https://www.gitpod.io/) as online IDE with our VS Code extension.
* The extension is published to the [Open VSX Registry](https://open-vsx.org/extension/contextmapper/context-mapper-vscode-extension), so you can easily find the extension in Gitpod. Installation instructions can be found [here](/docs/online-ide/).