Skip to content
Success

Console Output

Push event to branch master
Started by GitLab push by Harald Mackamul
Querying the current revision of branch master...
Current revision of branch master is 72d354e1045c188ac1fd069564bcbb17a08f27c9
Obtained Jenkinsfile from 72d354e1045c188ac1fd069564bcbb17a08f27c9
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Created Pod: kubernetes app4mc/hugo-agent-97jb7-6d2xl
Agent hugo-agent-97jb7-6d2xl is provisioned from template hugo-agent-97jb7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.app4mc.svc.cluster.local/app4mc/job/build-and-publish-website/job/master/3/"
    runUrl: "job/build-and-publish-website/job/master/3/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-97jb7-6d2xl"
  namespace: "app4mc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.app4mc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hugo-agent-97jb7-6d2xl"
    - name: "JENKINS_NAME"
      value: "hugo-agent-97jb7-6d2xl"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.app4mc.svc.cluster.local/app4mc/"
    - name: "HOME"
      value: "/home/jenkins/agent"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    image: "eclipsecbi/hugo:0.42.1"
    name: "hugo"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on hugo-agent-97jb7-6d2xl in /home/jenkins/agent/workspace/build-and-publish-website_master
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build-and-publish-website_master/hugo
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential gitlab-bot-ssh
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git
 > git init /home/jenkins/agent/workspace/build-and-publish-website_master/hugo # timeout=10
Fetching upstream changes from git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitLab bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/build-and-publish-website_master/hugo@tmp/jenkins-gitclient-ssh9807295665043661583.key
Verifying host key using known hosts file
 > git fetch --no-tags --force --progress -- git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 72d354e1045c188ac1fd069564bcbb17a08f27c9 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 72d354e1045c188ac1fd069564bcbb17a08f27c9 # timeout=10
Commit message: "Cleaned up brackets"
First time build. Skipping changelog.
[GitLab Pipeline Status] Notifying branch build status: RUNNING build-and-publish-website/master #3: Build started...
[GitLab Pipeline Status] Notified
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout www repo)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build-and-publish-website_master/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials app4mc-bot (GitLab bot (SSH))
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-W5AZ3o2QDsa0/agent.145
SSH_AGENT_PID=147
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build-and-publish-website_master/www@tmp/private_key_4906717646559918276.key (app4mc-bot@eclipse.org)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.git .
Cloning into '.'...
+ git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 147 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (master) with Hugo)
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build-and-publish-website_master/hugo/websites/www.eclipse.org-app4mc-hugo/site
[Pipeline] {
[Pipeline] sh
+ hugo -b https://eclipse.dev/app4mc/
[?25lBuilding sites … [?25h

                   | EN   
+------------------+-----+
  Pages            |  55  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 481  
  Processed images |   0  
  Aliases          |   0  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 1942 ms
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (staging) with Hugo)
Stage "Build website (staging) with Hugo" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push to $env.BRANCH_NAME branch)
[Pipeline] sh
+ rm -rf www/404.html www/community www/css www/doc-app4mc.sim www/documentation www/downloads www/gettingstarted www/gs-create-model www/help www/history www/images www/index.html www/index.xml www/models www/news www/sitemap.xml www/snippets
+ cp -Rvf hugo/websites/www.eclipse.org-app4mc-hugo/site/public/404.html hugo/websites/www.eclipse.org-app4mc-hugo/site/public/community hugo/websites/www.eclipse.org-app4mc-hugo/site/public/css hugo/websites/www.eclipse.org-app4mc-hugo/site/public/doc-app4mc.sim hugo/websites/www.eclipse.org-app4mc-hugo/site/public/documentation hugo/websites/www.eclipse.org-app4mc-hugo/site/public/downloads hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gettingstarted hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gs-create-model hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help hugo/websites/www.eclipse.org-app4mc-hugo/site/public/history hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.html hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.xml hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news hugo/websites/www.eclipse.org-app4mc-hugo/site/public/sitemap.xml hugo/websites/www.eclipse.org-app4mc-hugo/site/public/snippets www/
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/404.html' -> 'www/404.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/community' -> 'www/community'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/community/index.html' -> 'www/community/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/css' -> 'www/css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/css/syntax.css' -> 'www/css/syntax.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/doc-app4mc.sim' -> 'www/doc-app4mc.sim'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/doc-app4mc.sim/index.html' -> 'www/doc-app4mc.sim/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/documentation' -> 'www/documentation'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/documentation/index.html' -> 'www/documentation/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/downloads' -> 'www/downloads'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/downloads/index.html' -> 'www/downloads/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gettingstarted' -> 'www/gettingstarted'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gettingstarted/index.html' -> 'www/gettingstarted/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gs-create-model' -> 'www/gs-create-model'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gs-create-model/index.html' -> 'www/gs-create-model/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help' -> 'www/help'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest' -> 'www/help/latest'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/index.html' -> 'www/help/latest/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css' -> 'www/help/latest/css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/frames.css' -> 'www/help/latest/css/frames.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/help.css' -> 'www/help/latest/css/help.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/toc-icons.png' -> 'www/help/latest/css/toc-icons.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/toc-style.css' -> 'www/help/latest/css/toc-style.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images' -> 'www/help/latest/images'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/01-create-new-example.png' -> 'www/help/latest/images/01-create-new-example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/02-select-democar-example.png' -> 'www/help/latest/images/02-select-democar-example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/03_democar-example-finish.png' -> 'www/help/latest/images/03_democar-example-finish.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amalthea_models.png' -> 'www/help/latest/images/amalthea_models.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amalthea_models_actions.png' -> 'www/help/latest/images/amalthea_models_actions.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amalthea_system_model.png' -> 'www/help/latest/images/amalthea_system_model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amxmi_and_atdb_context_menu_import.png' -> 'www/help/latest/images/amxmi_and_atdb_context_menu_import.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amxmi_and_atdb_result.png' -> 'www/help/latest/images/amxmi_and_atdb_result.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amxmi_input_test1model.png' -> 'www/help/latest/images/amxmi_input_test1model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/app4mc-logo-g.png' -> 'www/help/latest/images/app4mc-logo-g.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/app4mc_platform_features.png' -> 'www/help/latest/images/app4mc_platform_features.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/app4mcsim-flow.png' -> 'www/help/latest/images/app4mcsim-flow.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_db_schema.svg' -> 'www/help/latest/images/atdb_db_schema.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_example_btf_visual.png' -> 'www/help/latest/images/atdb_example_btf_visual.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_import_wizard_open.png' -> 'www/help/latest/images/atdb_import_wizard_open.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_in_metric_viewer.png' -> 'www/help/latest/images/atdb_in_metric_viewer.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_to_amxmi_context_menu_import.png' -> 'www/help/latest/images/atdb_to_amxmi_context_menu_import.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_to_amxmi_import_result.png' -> 'www/help/latest/images/atdb_to_amxmi_import_result.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_to_amxmi_input.png' -> 'www/help/latest/images/atdb_to_amxmi_input.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/btf_to_atdb_import_dialog.png' -> 'www/help/latest/images/btf_to_atdb_import_dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/code_profile_1.png' -> 'www/help/latest/images/code_profile_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/code_profile_2.png' -> 'www/help/latest/images/code_profile_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/code_validation_1.png' -> 'www/help/latest/images/code_validation_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_runnable.png' -> 'www/help/latest/images/datadependency_runnable.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_rwdependency.png' -> 'www/help/latest/images/datadependency_rwdependency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_screenshot.png' -> 'www/help/latest/images/datadependency_screenshot.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_sequence.png' -> 'www/help/latest/images/datadependency_sequence.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_stimulus.png' -> 'www/help/latest/images/datadependency_stimulus.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_sync.png' -> 'www/help/latest/images/datadependency_sync.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_task.png' -> 'www/help/latest/images/datadependency_task.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/dev_model_qualified_name.png' -> 'www/help/latest/images/dev_model_qualified_name.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_beta.png' -> 'www/help/latest/images/deviation_beta.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_boundaries.png' -> 'www/help/latest/images/deviation_boundaries.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_gauss.png' -> 'www/help/latest/images/deviation_gauss.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_histogram.png' -> 'www/help/latest/images/deviation_histogram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_statistics.png' -> 'www/help/latest/images/deviation_statistics.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_weibull.png' -> 'www/help/latest/images/deviation_weibull.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_graphical_content.png' -> 'www/help/latest/images/emf-viewers_graphical_content.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_graphical_hierarchy.png' -> 'www/help/latest/images/emf-viewers_graphical_hierarchy.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_graphical_references.png' -> 'www/help/latest/images/emf-viewers_graphical_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_meta-model-explorer_1.png' -> 'www/help/latest/images/emf-viewers_meta-model-explorer_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_meta-model-explorer_2.png' -> 'www/help/latest/images/emf-viewers_meta-model-explorer_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_meta-model-explorer_3.png' -> 'www/help/latest/images/emf-viewers_meta-model-explorer_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_toolchain.png' -> 'www/help/latest/images/emf-viewers_toolchain.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_updatesite.png' -> 'www/help/latest/images/emf-viewers_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/eventchain_map.png' -> 'www/help/latest/images/eventchain_map.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_1_diagram.png' -> 'www/help/latest/images/example_hw_example_1_diagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_1_editor.png' -> 'www/help/latest/images/example_hw_example_1_editor.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_2_diagram.png' -> 'www/help/latest/images/example_hw_example_2_diagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_2_editor.png' -> 'www/help/latest/images/example_hw_example_2_editor.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes.png' -> 'www/help/latest/images/example_numeric_modes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_do-b.png' -> 'www/help/latest/images/example_numeric_modes_do-b.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_event-stimuli.png' -> 'www/help/latest/images/example_numeric_modes_event-stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_gen-x.png' -> 'www/help/latest/images/example_numeric_modes_gen-x.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_modes.png' -> 'www/help/latest/images/example_numeric_modes_modes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_runn-b.png' -> 'www/help/latest/images/example_numeric_modes_runn-b.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_scheduler_hierarchical.png' -> 'www/help/latest/images/example_scheduler_hierarchical.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_scheduler_legend.png' -> 'www/help/latest/images/example_scheduler_legend.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_scheduler_partitioned_fpp.svg' -> 'www/help/latest/images/example_scheduler_partitioned_fpp.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_installer.png' -> 'www/help/latest/images/examples_installer.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_run_eclipse_appication_1.png' -> 'www/help/latest/images/examples_run_eclipse_appication_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_run_eclipse_appication_2.png' -> 'www/help/latest/images/examples_run_eclipse_appication_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_standard.png' -> 'www/help/latest/images/examples_standard.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_switch_perspective.png' -> 'www/help/latest/images/examples_switch_perspective.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_updatesite.png' -> 'www/help/latest/images/examples_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/file-open-dialog.png' -> 'www/help/latest/images/file-open-dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_access_path_example.png' -> 'www/help/latest/images/hw_access_path_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_connection_handler_example.png' -> 'www/help/latest/images/hw_connection_handler_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_connection_handler_parallel_accesses_1.png' -> 'www/help/latest/images/hw_connection_handler_parallel_accesses_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_connection_handler_parallel_accesses_3.png' -> 'www/help/latest/images/hw_connection_handler_parallel_accesses_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_domain_example.png' -> 'www/help/latest/images/hw_domain_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_feature_example.png' -> 'www/help/latest/images/hw_feature_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_memory_address_example.png' -> 'www/help/latest/images/hw_memory_address_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_port_example.png' -> 'www/help/latest/images/hw_port_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_port_example_i_r.png' -> 'www/help/latest/images/hw_port_example_i_r.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_port_example_i_r_with_delegated_ports.png' -> 'www/help/latest/images/hw_port_example_i_r_with_delegated_ports.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_structure_example.png' -> 'www/help/latest/images/hw_structure_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hwmodel_hwblockdiagram.png' -> 'www/help/latest/images/hwmodel_hwblockdiagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/linked_files_creation.png' -> 'www/help/latest/images/linked_files_creation.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mapping_schedulers.png' -> 'www/help/latest/images/mapping_schedulers.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/metric-viewer_open.png' -> 'www/help/latest/images/metric-viewer_open.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/metric-viewer_table.png' -> 'www/help/latest/images/metric-viewer_table.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/metric-viewer_table_collapsed.png' -> 'www/help/latest/images/metric-viewer_table_collapsed.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/migration-menu-dialog.png' -> 'www/help/latest/images/migration-menu-dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/migration-result.png' -> 'www/help/latest/images/migration-result.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/migration_flow.png' -> 'www/help/latest/images/migration_flow.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model__activations.png' -> 'www/help/latest/images/model__activations.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model__stimuli.png' -> 'www/help/latest/images/model__stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_classifier.png' -> 'www/help/latest/images/model_common_classifier.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_conditions.png' -> 'www/help/latest/images/model_common_conditions.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_conditions_references.png' -> 'www/help/latest/images/model_common_conditions_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_custom_property.png' -> 'www/help/latest/images/model_common_custom_property.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_custom_property_value.png' -> 'www/help/latest/images/model_common_custom_property_value.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_data_rate.png' -> 'www/help/latest/images/model_common_data_rate.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_data_size.png' -> 'www/help/latest/images/model_common_data_size.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_beta.png' -> 'www/help/latest/images/model_common_deviation_beta.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_boundaries_1.png' -> 'www/help/latest/images/model_common_deviation_boundaries_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_boundaries_2.png' -> 'www/help/latest/images/model_common_deviation_boundaries_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_normal.png' -> 'www/help/latest/images/model_common_deviation_normal.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_time_histogram.png' -> 'www/help/latest/images/model_common_deviation_time_histogram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_uniform.png' -> 'www/help/latest/images/model_common_deviation_uniform.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_weibull.png' -> 'www/help/latest/images/model_common_deviation_weibull.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviations_abstract.png' -> 'www/help/latest/images/model_common_deviations_abstract.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviations_time.png' -> 'www/help/latest/images/model_common_deviations_time.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_elements.png' -> 'www/help/latest/images/model_common_elements.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_elements_namespace_member.png' -> 'www/help/latest/images/model_common_elements_namespace_member.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_frequency.png' -> 'www/help/latest/images/model_common_frequency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_interfaces_base_objects.png' -> 'www/help/latest/images/model_common_interfaces_base_objects.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_statistic.png' -> 'www/help/latest/images/model_common_statistic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_tag.png' -> 'www/help/latest/images/model_common_tag.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_ticks.png' -> 'www/help/latest/images/model_common_ticks.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_time.png' -> 'www/help/latest/images/model_common_time.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components.png' -> 'www/help/latest/images/model_components.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_common.png' -> 'www/help/latest/images/model_components_common.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_component_references.png' -> 'www/help/latest/images/model_components_component_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_composition.png' -> 'www/help/latest/images/model_components_composition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_connector.png' -> 'www/help/latest/images/model_components_connector.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_example.png' -> 'www/help/latest/images/model_components_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_example_treeview.png' -> 'www/help/latest/images/model_components_example_treeview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_interface.png' -> 'www/help/latest/images/model_components_interface.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_isystem.png' -> 'www/help/latest/images/model_components_isystem.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_config_overview.png' -> 'www/help/latest/images/model_config_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_config_sample.png' -> 'www/help/latest/images/model_config_sample.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints.png' -> 'www/help/latest/images/model_constraints.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity.png' -> 'www/help/latest/images/model_constraints_affinity.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity_data.png' -> 'www/help/latest/images/model_constraints_affinity_data.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity_process.png' -> 'www/help/latest/images/model_constraints_affinity_process.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity_runnable.png' -> 'www/help/latest/images/model_constraints_affinity_runnable.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_data_age.png' -> 'www/help/latest/images/model_constraints_data_age.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_data_coherency.png' -> 'www/help/latest/images/model_constraints_data_coherency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_data_stability.png' -> 'www/help/latest/images/model_constraints_data_stability.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_delayconstraint_onetoone.png' -> 'www/help/latest/images/model_constraints_delayconstraint_onetoone.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_delayconstraint_reaction.png' -> 'www/help/latest/images/model_constraints_delayconstraint_reaction.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_delayconstraint_uniquereaction.png' -> 'www/help/latest/images/model_constraints_delayconstraint_uniquereaction.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain.png' -> 'www/help/latest/images/model_constraints_eventchain.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_eventgroups.png' -> 'www/help/latest/images/model_constraints_eventchain_eventgroups.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_example.png' -> 'www/help/latest/images/model_constraints_eventchain_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_parallel.png' -> 'www/help/latest/images/model_constraints_eventchain_parallel.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_segments.png' -> 'www/help/latest/images/model_constraints_eventchain_segments.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_sequence.png' -> 'www/help/latest/images/model_constraints_eventchain_sequence.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_activatetoactivate.png' -> 'www/help/latest/images/model_constraints_metric_activatetoactivate.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_coreexecutiontime.png' -> 'www/help/latest/images/model_constraints_metric_coreexecutiontime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_endtoend.png' -> 'www/help/latest/images/model_constraints_metric_endtoend.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_endtostart.png' -> 'www/help/latest/images/model_constraints_metric_endtostart.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_grossexecutiontime.png' -> 'www/help/latest/images/model_constraints_metric_grossexecutiontime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_lateness.png' -> 'www/help/latest/images/model_constraints_metric_lateness.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_netexecutiontime.png' -> 'www/help/latest/images/model_constraints_metric_netexecutiontime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_parkingtime.png' -> 'www/help/latest/images/model_constraints_metric_parkingtime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_pollingtime.png' -> 'www/help/latest/images/model_constraints_metric_pollingtime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_readytime.png' -> 'www/help/latest/images/model_constraints_metric_readytime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_responsetime.png' -> 'www/help/latest/images/model_constraints_metric_responsetime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_runningtime.png' -> 'www/help/latest/images/model_constraints_metric_runningtime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_startdelay.png' -> 'www/help/latest/images/model_constraints_metric_startdelay.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_starttostart.png' -> 'www/help/latest/images/model_constraints_metric_starttostart.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_waitingtime.png' -> 'www/help/latest/images/model_constraints_metric_waitingtime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_requirements.png' -> 'www/help/latest/images/model_constraints_requirements.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_runnable_sequencing.png' -> 'www/help/latest/images/model_constraints_runnable_sequencing.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_runnable_sequencing_basic.png' -> 'www/help/latest/images/model_constraints_runnable_sequencing_basic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_runnable_sequencing_scope.png' -> 'www/help/latest/images/model_constraints_runnable_sequencing_scope.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_delay.png' -> 'www/help/latest/images/model_constraints_timing_delay.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_latency.png' -> 'www/help/latest/images/model_constraints_timing_latency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_repetition.png' -> 'www/help/latest/images/model_constraints_timing_repetition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_sync.png' -> 'www/help/latest/images/model_constraints_timing_sync.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_custom_entity.png' -> 'www/help/latest/images/model_custom_entity.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_dependencies.png' -> 'www/help/latest/images/model_dependencies.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_entity_event.svg' -> 'www/help/latest/images/model_events_entity_event.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_event.svg' -> 'www/help/latest/images/model_events_event.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_process.svg' -> 'www/help/latest/images/model_events_process.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_trigger_event.svg' -> 'www/help/latest/images/model_events_trigger_event.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_access.png' -> 'www/help/latest/images/model_hw_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_definition.png' -> 'www/help/latest/images/model_hw_definition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_main.png' -> 'www/help/latest/images/model_hw_main.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_module.png' -> 'www/help/latest/images/model_hw_module.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_mapping_allocation.svg' -> 'www/help/latest/images/model_mapping_allocation.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_mapping_overview.svg' -> 'www/help/latest/images/model_mapping_overview.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_migration_sequence_diagram.png' -> 'www/help/latest/images/model_migration_sequence_diagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_data_consistency.png' -> 'www/help/latest/images/model_os_data_consistency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_operatingsystem.png' -> 'www/help/latest/images/model_os_operatingsystem.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_osoverhead.png' -> 'www/help/latest/images/model_os_osoverhead.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_overview.svg' -> 'www/help/latest/images/model_os_overview.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_scheduler.svg' -> 'www/help/latest/images/model_os_scheduler.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_scheduler_association.svg' -> 'www/help/latest/images/model_os_scheduler_association.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_scheduling_parameters.svg' -> 'www/help/latest/images/model_os_scheduling_parameters.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_semaphore.png' -> 'www/help/latest/images/model_os_semaphore.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_propertyconstraints_example.png' -> 'www/help/latest/images/model_propertyconstraints_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_propertyconstraints_overview.png' -> 'www/help/latest/images/model_propertyconstraints_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_section.png' -> 'www/help/latest/images/model_section.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_section_memory.png' -> 'www/help/latest/images/model_section_memory.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli.png' -> 'www/help/latest/images/model_stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_1.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_2.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_3.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_4.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_5.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks.png' -> 'www/help/latest/images/model_stimuli_clocks.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_sine.png' -> 'www/help/latest/images/model_stimuli_clocks_sine.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_steplist.png' -> 'www/help/latest/images/model_stimuli_clocks_steplist.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_triangle.png' -> 'www/help/latest/images/model_stimuli_clocks_triangle.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_triangle_example.png' -> 'www/help/latest/images/model_stimuli_clocks_triangle_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_triangle_example_scenario.png' -> 'www/help/latest/images/model_stimuli_clocks_triangle_example_scenario.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_modevaluelist.png' -> 'www/help/latest/images/model_stimuli_modevaluelist.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic.png' -> 'www/help/latest/images/model_stimuli_periodic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic_burst.png' -> 'www/help/latest/images/model_stimuli_periodic_burst.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic_jitter.png' -> 'www/help/latest/images/model_stimuli_periodic_jitter.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic_relative.png' -> 'www/help/latest/images/model_stimuli_periodic_relative.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_single.png' -> 'www/help/latest/images/model_stimuli_single.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_stimuli.png' -> 'www/help/latest/images/model_stimuli_stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_synthetic.png' -> 'www/help/latest/images/model_stimuli_synthetic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_variablerate.png' -> 'www/help/latest/images/model_stimuli_variablerate.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activation.png' -> 'www/help/latest/images/model_sw_activation.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items.svg' -> 'www/help/latest/images/model_sw_activity_graph_items.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__calls.png' -> 'www/help/latest/images/model_sw_activity_graph_items__calls.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__channel_access.png' -> 'www/help/latest/images/model_sw_activity_graph_items__channel_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__execution_need.png' -> 'www/help/latest/images/model_sw_activity_graph_items__execution_need.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__group.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__group.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__label_access.png' -> 'www/help/latest/images/model_sw_activity_graph_items__label_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__mode_label_access.png' -> 'www/help/latest/images/model_sw_activity_graph_items__mode_label_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__probability_switch.png' -> 'www/help/latest/images/model_sw_activity_graph_items__probability_switch.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__semaphore_access.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__semaphore_access.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__switch.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__switch.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__triggers.png' -> 'www/help/latest/images/model_sw_activity_graph_items__triggers.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__whileloop.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__whileloop.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activitygraph_item_container.png' -> 'www/help/latest/images/model_sw_activitygraph_item_container.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activitygraph_structure.png' -> 'www/help/latest/images/model_sw_activitygraph_structure.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_channel.png' -> 'www/help/latest/images/model_sw_channel.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_data_dependency.png' -> 'www/help/latest/images/model_sw_data_dependency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_dataflow_overview.png' -> 'www/help/latest/images/model_sw_dataflow_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_depends_on.png' -> 'www/help/latest/images/model_sw_depends_on.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_hw_features_executionneed.png' -> 'www/help/latest/images/model_sw_hw_features_executionneed.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_label.png' -> 'www/help/latest/images/model_sw_label.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_condition.png' -> 'www/help/latest/images/model_sw_local_mode_condition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_label_call_context.png' -> 'www/help/latest/images/model_sw_local_mode_label_call_context.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_label_counter.png' -> 'www/help/latest/images/model_sw_local_mode_label_counter.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_value.png' -> 'www/help/latest/images/model_sw_local_mode_value.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_value_hierarchy.png' -> 'www/help/latest/images/model_sw_local_mode_value_hierarchy.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_memory_inf.png' -> 'www/help/latest/images/model_sw_memory_inf.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_mode_assignment.png' -> 'www/help/latest/images/model_sw_mode_assignment.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_modecondition.png' -> 'www/help/latest/images/model_sw_modecondition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_modes.png' -> 'www/help/latest/images/model_sw_modes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_modes_overview.png' -> 'www/help/latest/images/model_sw_modes_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_osevents.png' -> 'www/help/latest/images/model_sw_osevents.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_process_chain.png' -> 'www/help/latest/images/model_sw_process_chain.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_process_prototype.png' -> 'www/help/latest/images/model_sw_process_prototype.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_runnable_overview.png' -> 'www/help/latest/images/model_sw_runnable_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_statistic.png' -> 'www/help/latest/images/model_sw_statistic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_task_isr.png' -> 'www/help/latest/images/model_sw_task_isr.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_type_sample.png' -> 'www/help/latest/images/model_sw_type_sample.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_type_system.png' -> 'www/help/latest/images/model_sw_type_system.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_transient_backpointer_ui.png' -> 'www/help/latest/images/model_transient_backpointer_ui.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_gantt.png' -> 'www/help/latest/images/modeling_1_gantt.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_hw.png' -> 'www/help/latest/images/modeling_1_hw.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_mapping.png' -> 'www/help/latest/images/modeling_1_mapping.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_runnables.png' -> 'www/help/latest/images/modeling_1_runnables.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_schedulers.png' -> 'www/help/latest/images/modeling_1_schedulers.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_stimuli.png' -> 'www/help/latest/images/modeling_1_stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_tasks.png' -> 'www/help/latest/images/modeling_1_tasks.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_gantt.png' -> 'www/help/latest/images/modeling_2_gantt.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_hw.png' -> 'www/help/latest/images/modeling_2_hw.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_mapping.png' -> 'www/help/latest/images/modeling_2_mapping.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_runnables.png' -> 'www/help/latest/images/modeling_2_runnables.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_scheduler.png' -> 'www/help/latest/images/modeling_2_scheduler.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_stimuli.png' -> 'www/help/latest/images/modeling_2_stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_tasks.png' -> 'www/help/latest/images/modeling_2_tasks.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server.png' -> 'www/help/latest/images/modeling_example_client_server.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_1.png' -> 'www/help/latest/images/modeling_example_client_server_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_2.png' -> 'www/help/latest/images/modeling_example_client_server_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_3.png' -> 'www/help/latest/images/modeling_example_client_server_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_4.png' -> 'www/help/latest/images/modeling_example_client_server_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_5.png' -> 'www/help/latest/images/modeling_example_client_server_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_6.png' -> 'www/help/latest/images/modeling_example_client_server_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_7.png' -> 'www/help/latest/images/modeling_example_client_server_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_8.png' -> 'www/help/latest/images/modeling_example_client_server_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_9.png' -> 'www/help/latest/images/modeling_example_client_server_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop.png' -> 'www/help/latest/images/modeling_example_feedback_loop.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_1.png' -> 'www/help/latest/images/modeling_example_feedback_loop_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_2.png' -> 'www/help/latest/images/modeling_example_feedback_loop_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_3.png' -> 'www/help/latest/images/modeling_example_feedback_loop_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_4.png' -> 'www/help/latest/images/modeling_example_feedback_loop_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_5.png' -> 'www/help/latest/images/modeling_example_feedback_loop_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_6.png' -> 'www/help/latest/images/modeling_example_feedback_loop_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_7.png' -> 'www/help/latest/images/modeling_example_feedback_loop_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_8.png' -> 'www/help/latest/images/modeling_example_feedback_loop_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_9.png' -> 'www/help/latest/images/modeling_example_feedback_loop_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_1.png' -> 'www/help/latest/images/modeling_example_periodic_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_2.png' -> 'www/help/latest/images/modeling_example_periodic_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_3.png' -> 'www/help/latest/images/modeling_example_periodic_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_4.png' -> 'www/help/latest/images/modeling_example_periodic_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_5.png' -> 'www/help/latest/images/modeling_example_periodic_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_6.png' -> 'www/help/latest/images/modeling_example_periodic_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_7.png' -> 'www/help/latest/images/modeling_example_periodic_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_8.png' -> 'www/help/latest/images/modeling_example_periodic_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_9.png' -> 'www/help/latest/images/modeling_example_periodic_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine.png' -> 'www/help/latest/images/modeling_example_state_machine.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_1.png' -> 'www/help/latest/images/modeling_example_state_machine_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_2.png' -> 'www/help/latest/images/modeling_example_state_machine_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_3.png' -> 'www/help/latest/images/modeling_example_state_machine_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_4.png' -> 'www/help/latest/images/modeling_example_state_machine_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_5.png' -> 'www/help/latest/images/modeling_example_state_machine_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_6.png' -> 'www/help/latest/images/modeling_example_state_machine_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_7.png' -> 'www/help/latest/images/modeling_example_state_machine_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_8.png' -> 'www/help/latest/images/modeling_example_state_machine_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_9.png' -> 'www/help/latest/images/modeling_example_state_machine_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_1.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_2.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_3.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_4.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_5.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_6.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_7.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_8.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_9.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example1.svg' -> 'www/help/latest/images/mta3example1.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example2.svg' -> 'www/help/latest/images/mta3example2.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example3.svg' -> 'www/help/latest/images/mta3example3.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example4.svg' -> 'www/help/latest/images/mta3example4.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example5.svg' -> 'www/help/latest/images/mta3example5.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example6.svg' -> 'www/help/latest/images/mta3example6.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example7.svg' -> 'www/help/latest/images/mta3example7.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/namespace_references.png' -> 'www/help/latest/images/namespace_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/object_references.png' -> 'www/help/latest/images/object_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/osbuffering_migration_071_072.png' -> 'www/help/latest/images/osbuffering_migration_071_072.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/process_prototypes.png' -> 'www/help/latest/images/process_prototypes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/profile_selection_dialog.png' -> 'www/help/latest/images/profile_selection_dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/project_rightclick_import.png' -> 'www/help/latest/images/project_rightclick_import.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/runnable_labelaccess.png' -> 'www/help/latest/images/runnable_labelaccess.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/runnable_labeldependencies.png' -> 'www/help/latest/images/runnable_labeldependencies.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/runnable_sharedlabels.png' -> 'www/help/latest/images/runnable_sharedlabels.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/swmodel_label_dependencies.png' -> 'www/help/latest/images/swmodel_label_dependencies.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/swmodel_statistics.png' -> 'www/help/latest/images/swmodel_statistics.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/transformation_framework_updatesite.png' -> 'www/help/latest/images/transformation_framework_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/transformation_sim_updatesite.png' -> 'www/help/latest/images/transformation_sim_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/transformation_slg_updatesite.png' -> 'www/help/latest/images/transformation_slg_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_add_schedule_points.png' -> 'www/help/latest/images/uml_add_schedule_points.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_add_schedule_points_mwe2.png' -> 'www/help/latest/images/uml_add_schedule_points_mwe2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_context.png' -> 'www/help/latest/images/uml_context.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_default_context.png' -> 'www/help/latest/images/uml_default_context.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_reader.png' -> 'www/help/latest/images/uml_model_reader.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_reader_mwe2.png' -> 'www/help/latest/images/uml_model_reader_mwe2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_writer.png' -> 'www/help/latest/images/uml_model_writer.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_writer_mwe2.png' -> 'www/help/latest/images/uml_model_writer_mwe2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_component.png' -> 'www/help/latest/images/uml_workflow_component.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_component_mwe2.png' -> 'www/help/latest/images/uml_workflow_component_mwe2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_overview.png' -> 'www/help/latest/images/uml_workflow_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_overview_sequence.png' -> 'www/help/latest/images/uml_workflow_overview_sequence.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user-scheduling-hierarchy.svg' -> 'www/help/latest/images/user-scheduling-hierarchy.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user-scheduling-sched-allocation.png' -> 'www/help/latest/images/user-scheduling-sched-allocation.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user-scheduling-task-allocation.svg' -> 'www/help/latest/images/user-scheduling-task-allocation.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel.png' -> 'www/help/latest/images/user_channel.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel_access.png' -> 'www/help/latest/images/user_channel_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel_operations.png' -> 'www/help/latest/images/user_channel_operations.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel_transmission_example.png' -> 'www/help/latest/images/user_channel_transmission_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_editor_with_central_model.png' -> 'www/help/latest/images/user_editor_with_central_model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_commands.png' -> 'www/help/latest/images/user_guide_editor_commands.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_search_input.png' -> 'www/help/latest/images/user_guide_editor_search_input.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_search_result1.png' -> 'www/help/latest/images/user_guide_editor_search_result1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_search_result2.png' -> 'www/help/latest/images/user_guide_editor_search_result2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_showtypes.png' -> 'www/help/latest/images/user_guide_editor_showtypes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_structure.png' -> 'www/help/latest/images/user_guide_editor_structure.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_folder_scope.png' -> 'www/help/latest/images/user_guide_folder_scope.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_namespace_support.png' -> 'www/help/latest/images/user_guide_namespace_support.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_namespace_support_xmlcontent.png' -> 'www/help/latest/images/user_guide_namespace_support_xmlcontent.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_package_support.png' -> 'www/help/latest/images/user_guide_package_support.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_step1_create-project.png' -> 'www/help/latest/images/user_guide_step1_create-project.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_step2_create-folder.png' -> 'www/help/latest/images/user_guide_step2_create-folder.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_step3_create-model.png' -> 'www/help/latest/images/user_guide_step3_create-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_access_paths.png' -> 'www/help/latest/images/user_hw_access_paths.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_definition_example.png' -> 'www/help/latest/images/user_hw_definition_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_feature_runnable_connection.png' -> 'www/help/latest/images/user_hw_feature_runnable_connection.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_feature_runnable_example.png' -> 'www/help/latest/images/user_hw_feature_runnable_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_latencies.png' -> 'www/help/latest/images/user_hw_latencies.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_model_class_diagram.png' -> 'www/help/latest/images/user_hw_model_class_diagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_recipe_concept.png' -> 'www/help/latest/images/user_recipe_concept.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_amalthea.png' -> 'www/help/latest/images/user_section_amalthea.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_label_ref_to_memsection.png' -> 'www/help/latest/images/user_section_label_ref_to_memsection.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_linker_memsection.png' -> 'www/help/latest/images/user_section_linker_memsection.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_virtual_to_physical.png' -> 'www/help/latest/images/user_section_virtual_to_physical.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_data_dependency_view.png' -> 'www/help/latest/images/user_sw_data_dependency_view.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_new_runnable_item.png' -> 'www/help/latest/images/user_sw_new_runnable_item.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt.png' -> 'www/help/latest/images/user_sw_runtime_gantt.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_runnable.png' -> 'www/help/latest/images/user_sw_runtime_gantt_runnable.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_semaphore.png' -> 'www/help/latest/images/user_sw_runtime_gantt_semaphore.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_signal.png' -> 'www/help/latest/images/user_sw_runtime_gantt_signal.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_task.png' -> 'www/help/latest/images/user_sw_runtime_gantt_task.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_timing_model_example.png' -> 'www/help/latest/images/user_timing_model_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/visualization-plugin-content.png' -> 'www/help/latest/images/visualization-plugin-content.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/visualization-view.png' -> 'www/help/latest/images/visualization-view.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/vm_arguments_configuration.png' -> 'www/help/latest/images/vm_arguments_configuration.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc' -> 'www/help/latest/javadoc'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/stylesheet.css' -> 'www/help/latest/javadoc/stylesheet.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model' -> 'www/help/latest/javadoc/model'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/AmaltheaIndex.html' -> 'www/help/latest/javadoc/model/AmaltheaIndex.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/AmaltheaMerger.html' -> 'www/help/latest/javadoc/model/AmaltheaMerger.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/AmaltheaServices.html' -> 'www/help/latest/javadoc/model/AmaltheaServices.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/package-summary.html' -> 'www/help/latest/javadoc/model/package-summary.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder' -> 'www/help/latest/javadoc/model/builder'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/AmaltheaBuilder.html' -> 'www/help/latest/javadoc/model/builder/AmaltheaBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/CommonElementsBuilder.html' -> 'www/help/latest/javadoc/model/builder/CommonElementsBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/ConstraintsBuilder.html' -> 'www/help/latest/javadoc/model/builder/ConstraintsBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/DatatypeBuilder.html' -> 'www/help/latest/javadoc/model/builder/DatatypeBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/HardwareBuilder.html' -> 'www/help/latest/javadoc/model/builder/HardwareBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/InstructionsBuilder.html' -> 'www/help/latest/javadoc/model/builder/InstructionsBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/MappingBuilder.html' -> 'www/help/latest/javadoc/model/builder/MappingBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/OperatingSystemBuilder.html' -> 'www/help/latest/javadoc/model/builder/OperatingSystemBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/SoftwareBuilder.html' -> 'www/help/latest/javadoc/model/builder/SoftwareBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/StimuliBuilder.html' -> 'www/help/latest/javadoc/model/builder/StimuliBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/package-summary.html' -> 'www/help/latest/javadoc/model/builder/package-summary.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io' -> 'www/help/latest/javadoc/model/io'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/AmaltheaFileHelper.html' -> 'www/help/latest/javadoc/model/io/AmaltheaFileHelper.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/AmaltheaLoader.html' -> 'www/help/latest/javadoc/model/io/AmaltheaLoader.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/AmaltheaWriter.html' -> 'www/help/latest/javadoc/model/io/AmaltheaWriter.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/package-summary.html' -> 'www/help/latest/javadoc/model/io/package-summary.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util' -> 'www/help/latest/javadoc/model/util'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/ConstraintsUtil.html' -> 'www/help/latest/javadoc/model/util/ConstraintsUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/CustomPropertyUtil.html' -> 'www/help/latest/javadoc/model/util/CustomPropertyUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/DeploymentUtil.html' -> 'www/help/latest/javadoc/model/util/DeploymentUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/FactoryUtil.html' -> 'www/help/latest/javadoc/model/util/FactoryUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/HardwareUtil.html' -> 'www/help/latest/javadoc/model/util/HardwareUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/InstructionsUtil.html' -> 'www/help/latest/javadoc/model/util/InstructionsUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/ModelUtil.html' -> 'www/help/latest/javadoc/model/util/ModelUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.AccessDirection.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.AccessDirection.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.PositionType.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.PositionType.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.TimeType.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.TimeType.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/SoftwareUtil.html' -> 'www/help/latest/javadoc/model/util/SoftwareUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/TimeUtil.html' -> 'www/help/latest/javadoc/model/util/TimeUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/WeibullUtil.Parameters.html' -> 'www/help/latest/javadoc/model/util/WeibullUtil.Parameters.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/WeibullUtil.html' -> 'www/help/latest/javadoc/model/util/WeibullUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/package-summary.html' -> 'www/help/latest/javadoc/model/util/package-summary.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/zip' -> 'www/help/latest/zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/zip/ecore-definitions.zip' -> 'www/help/latest/zip/ecore-definitions.zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/zip/xml-definitions.zip' -> 'www/help/latest/zip/xml-definitions.zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/history' -> 'www/history'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/history/index.html' -> 'www/history/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images' -> 'www/images'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/logo.png' -> 'www/images/logo.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/system-model.png' -> 'www/images/system-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim' -> 'www/images/doc-app4mc.sim'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/adding-update-sites.png' -> 'www/images/doc-app4mc.sim/adding-update-sites.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/app4mcsim-flow.png' -> 'www/images/doc-app4mc.sim/app4mcsim-flow.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/install-new-software.png' -> 'www/images/doc-app4mc.sim/install-new-software.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/install-transformation-sim.png' -> 'www/images/doc-app4mc.sim/install-transformation-sim.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/install-transformation.png' -> 'www/images/doc-app4mc.sim/install-transformation.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-build.png' -> 'www/images/doc-app4mc.sim/sim-build.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-configure.png' -> 'www/images/doc-app4mc.sim/sim-configure.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-run.png' -> 'www/images/doc-app4mc.sim/sim-run.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-trace.png' -> 'www/images/doc-app4mc.sim/sim-trace.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-validations.png' -> 'www/images/doc-app4mc.sim/sim-validations.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/simulation-model-folder.png' -> 'www/images/doc-app4mc.sim/simulation-model-folder.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/simulation-model-refresh.png' -> 'www/images/doc-app4mc.sim/simulation-model-refresh.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/tranformation-context.png' -> 'www/images/doc-app4mc.sim/tranformation-context.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/transformation-dialog.png' -> 'www/images/doc-app4mc.sim/transformation-dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model' -> 'www/images/gs-create-model'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/01-create-project.png' -> 'www/images/gs-create-model/01-create-project.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/02-create-folder.png' -> 'www/images/gs-create-model/02-create-folder.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/03-create-folder.png' -> 'www/images/gs-create-model/03-create-folder.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/04-create-model.png' -> 'www/images/gs-create-model/04-create-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/05-create-model.png' -> 'www/images/gs-create-model/05-create-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/06-create-sw-model.png' -> 'www/images/gs-create-model/06-create-sw-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/07-create-label.png' -> 'www/images/gs-create-model/07-create-label.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/08-create-runnables.png' -> 'www/images/gs-create-model/08-create-runnables.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/09-create-runnable1-label-access.png' -> 'www/images/gs-create-model/09-create-runnable1-label-access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/10-create-runnable1-label-access.png' -> 'www/images/gs-create-model/10-create-runnable1-label-access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/11-create-runnables-final.png' -> 'www/images/gs-create-model/11-create-runnables-final.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/12-create-task-runnable-calls.png' -> 'www/images/gs-create-model/12-create-task-runnable-calls.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/13-create-stimuli.png' -> 'www/images/gs-create-model/13-create-stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/14-task1-stimulus-2.png' -> 'www/images/gs-create-model/14-task1-stimulus-2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/15-hardware.png' -> 'www/images/gs-create-model/15-hardware.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/16-operating-system.png' -> 'www/images/gs-create-model/16-operating-system.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/17-constraints.png' -> 'www/images/gs-create-model/17-constraints.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/18-mapping.png' -> 'www/images/gs-create-model/18-mapping.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/hardware-visualization.png' -> 'www/images/gs-create-model/hardware-visualization.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/training-overview-model.png' -> 'www/images/gs-create-model/training-overview-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/ui-edit-button.png' -> 'www/images/gs-create-model/ui-edit-button.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history' -> 'www/images/history'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/de.png' -> 'www/images/history/de.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/es.png' -> 'www/images/history/es.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/fi.png' -> 'www/images/history/fi.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/pt.png' -> 'www/images/history/pt.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/se.png' -> 'www/images/history/se.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/tr.png' -> 'www/images/history/tr.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news' -> 'www/images/news'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news/EBEAS_Designflow_small.png' -> 'www/images/news/EBEAS_Designflow_small.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news/a4mcar.png' -> 'www/images/news/a4mcar.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news/hwoverview.png' -> 'www/images/news/hwoverview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.html' -> 'www/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.xml' -> 'www/index.xml'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models' -> 'www/models'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models/org.eclipse.app4mc.amalthea.solution-1.1.0.zip' -> 'www/models/org.eclipse.app4mc.amalthea.solution-1.1.0.zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models/org.eclipse.app4mc.amalthea.solution-2.2.0.zip' -> 'www/models/org.eclipse.app4mc.amalthea.solution-2.2.0.zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news' -> 'www/news'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/index.html' -> 'www/news/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/index.xml' -> 'www/news/index.xml'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-11-30-release-3-0-0' -> 'www/news/2022-11-30-release-3-0-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-11-30-release-3-0-0/index.html' -> 'www/news/2022-11-30-release-3-0-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2023-06-30-release-3-1-0' -> 'www/news/2023-06-30-release-3-1-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2023-06-30-release-3-1-0/index.html' -> 'www/news/2023-06-30-release-3-1-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-07-31-release-2-2-0' -> 'www/news/2022-07-31-release-2-2-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-07-31-release-2-2-0/index.html' -> 'www/news/2022-07-31-release-2-2-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-11-30-release-2-0-0' -> 'www/news/2021-11-30-release-2-0-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-11-30-release-2-0-0/index.html' -> 'www/news/2021-11-30-release-2-0-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-04-30-release-1-1-0' -> 'www/news/2021-04-30-release-1-1-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-04-30-release-1-1-0/index.html' -> 'www/news/2021-04-30-release-1-1-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-12-01-release-1-0-0' -> 'www/news/2020-12-01-release-1-0-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-12-01-release-1-0-0/index.html' -> 'www/news/2020-12-01-release-1-0-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-08-03-release-0-9-9' -> 'www/news/2020-08-03-release-0-9-9'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-08-03-release-0-9-9/index.html' -> 'www/news/2020-08-03-release-0-9-9/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-20-gsoc-2020' -> 'www/news/2020-05-20-gsoc-2020'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-20-gsoc-2020/index.html' -> 'www/news/2020-05-20-gsoc-2020/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-04-release-0-9-8' -> 'www/news/2020-05-04-release-0-9-8'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-04-release-0-9-8/index.html' -> 'www/news/2020-05-04-release-0-9-8/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-04-30-release-2-1-0' -> 'www/news/2022-04-30-release-2-1-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-04-30-release-2-1-0/index.html' -> 'www/news/2022-04-30-release-2-1-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-07-31-release-1-2-0' -> 'www/news/2021-07-31-release-1-2-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-07-31-release-1-2-0/index.html' -> 'www/news/2021-07-31-release-1-2-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-02-03-release-0-9-7' -> 'www/news/2020-02-03-release-0-9-7'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-02-03-release-0-9-7/index.html' -> 'www/news/2020-02-03-release-0-9-7/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-02-04-release-0-9-3' -> 'www/news/2019-02-04-release-0-9-3'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-02-04-release-0-9-3/index.html' -> 'www/news/2019-02-04-release-0-9-3/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-11-06-release-0-9-2' -> 'www/news/2018-11-06-release-0-9-2'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-11-06-release-0-9-2/index.html' -> 'www/news/2018-11-06-release-0-9-2/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-11-04-release-0-9-6' -> 'www/news/2019-11-04-release-0-9-6'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-11-04-release-0-9-6/index.html' -> 'www/news/2019-11-04-release-0-9-6/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-08-02-release-0-9-5' -> 'www/news/2019-08-02-release-0-9-5'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-08-02-release-0-9-5/index.html' -> 'www/news/2019-08-02-release-0-9-5/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-05-02-release-0-9-4' -> 'www/news/2019-05-02-release-0-9-4'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-05-02-release-0-9-4/index.html' -> 'www/news/2019-05-02-release-0-9-4/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-04-30-release-0-9-0' -> 'www/news/2018-04-30-release-0-9-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-04-30-release-0-9-0/index.html' -> 'www/news/2018-04-30-release-0-9-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-02-13_seerts_workshop_ulm' -> 'www/news/2018-02-13_seerts_workshop_ulm'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-02-13_seerts_workshop_ulm/index.html' -> 'www/news/2018-02-13_seerts_workshop_ulm/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-01-31_release_0-8-3' -> 'www/news/2018-01-31_release_0-8-3'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-01-31_release_0-8-3/index.html' -> 'www/news/2018-01-31_release_0-8-3/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-11-14_a4mcar_transfer_to_polarsys_rover' -> 'www/news/2017-11-14_a4mcar_transfer_to_polarsys_rover'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html' -> 'www/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-10-30_release_0-8-2' -> 'www/news/2017-10-30_release_0-8-2'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-10-30_release_0-8-2/index.html' -> 'www/news/2017-10-30_release_0-8-2/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-23_gsoc_2017_rover' -> 'www/news/2017-05-23_gsoc_2017_rover'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-23_gsoc_2017_rover/index.html' -> 'www/news/2017-05-23_gsoc_2017_rover/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-10_digital_innovation_forum_2017' -> 'www/news/2017-05-10_digital_innovation_forum_2017'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-10_digital_innovation_forum_2017/index.html' -> 'www/news/2017-05-10_digital_innovation_forum_2017/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-04-28_release_0-8-0' -> 'www/news/2017-04-28_release_0-8-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-04-28_release_0-8-0/index.html' -> 'www/news/2017-04-28_release_0-8-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-08-01-release-0-9-1' -> 'www/news/2018-08-01-release-0-9-1'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-08-01-release-0-9-1/index.html' -> 'www/news/2018-08-01-release-0-9-1/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-01-31_release_0-7-2' -> 'www/news/2017-01-31_release_0-7-2'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-01-31_release_0-7-2/index.html' -> 'www/news/2017-01-31_release_0-7-2/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-11-04_milestone_release_0-7-1' -> 'www/news/2016-11-04_milestone_release_0-7-1'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-11-04_milestone_release_0-7-1/index.html' -> 'www/news/2016-11-04_milestone_release_0-7-1/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-03-29_conferences_2017' -> 'www/news/2017-03-29_conferences_2017'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-03-29_conferences_2017/index.html' -> 'www/news/2017-03-29_conferences_2017/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground' -> 'www/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html' -> 'www/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-09-28_itea-review' -> 'www/news/2016-09-28_itea-review'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-09-28_itea-review/index.html' -> 'www/news/2016-09-28_itea-review/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-08-05_capra_project_created' -> 'www/news/2016-08-05_capra_project_created'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-08-05_capra_project_created/index.html' -> 'www/news/2016-08-05_capra_project_created/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-07-05_fmtv_challenge' -> 'www/news/2016-07-05_fmtv_challenge'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-07-05_fmtv_challenge/index.html' -> 'www/news/2016-07-05_fmtv_challenge/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-27_summer_school_automotive_2016' -> 'www/news/2016-06-27_summer_school_automotive_2016'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-27_summer_school_automotive_2016/index.html' -> 'www/news/2016-06-27_summer_school_automotive_2016/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-08_eclipsecon_france_2016_capra' -> 'www/news/2016-06-08_eclipsecon_france_2016_capra'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-08_eclipsecon_france_2016_capra/index.html' -> 'www/news/2016-06-08_eclipsecon_france_2016_capra/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-04-07_parallel_2016_app4mc_platform' -> 'www/news/2016-04-07_parallel_2016_app4mc_platform'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-04-07_parallel_2016_app4mc_platform/index.html' -> 'www/news/2016-04-07_parallel_2016_app4mc_platform/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-02-12_embedded_world_2016_app4mc' -> 'www/news/2016-02-12_embedded_world_2016_app4mc'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-02-12_embedded_world_2016_app4mc/index.html' -> 'www/news/2016-02-12_embedded_world_2016_app4mc/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-12-02_ese_2015_app4mc_talk' -> 'www/news/2015-12-02_ese_2015_app4mc_talk'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-12-02_ese_2015_app4mc_talk/index.html' -> 'www/news/2015-12-02_ese_2015_app4mc_talk/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk' -> 'www/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html' -> 'www/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-03-26_newsletter_article_amathea4public' -> 'www/news/2015-03-26_newsletter_article_amathea4public'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-03-26_newsletter_article_amathea4public/index.html' -> 'www/news/2015-03-26_newsletter_article_amathea4public/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-08-12_creation_review_passed' -> 'www/news/2015-08-12_creation_review_passed'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-08-12_creation_review_passed/index.html' -> 'www/news/2015-08-12_creation_review_passed/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-06-11_project_proposal_posted' -> 'www/news/2015-06-11_project_proposal_posted'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-06-11_project_proposal_posted/index.html' -> 'www/news/2015-06-11_project_proposal_posted/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/sitemap.xml' -> 'www/sitemap.xml'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/snippets' -> 'www/snippets'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/snippets/index.html' -> 'www/snippets/index.html'
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build-and-publish-website_master/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials app4mc-bot (GitLab bot (SSH))
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-Q4sTXTTFpC1w/agent.197
SSH_AGENT_PID=199
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build-and-publish-website_master/www@tmp/private_key_11537557626258628492.key (app4mc-bot@eclipse.org)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git add -A
+ git diff --cached --exit-code
diff --git a/404.html b/404.html
index 46281e8..ba65668 100644
--- a/404.html
+++ b/404.html
@@ -15,18 +15,18 @@
   <meta name="twitter:description" content="APP4MC website">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/app4mc/" />
+  <meta property="og:url" content="https://eclipse.dev/app4mc/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/app4mc/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/app4mc/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -80,8 +80,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -97,7 +97,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -106,7 +106,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -115,7 +115,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -124,7 +124,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -133,7 +133,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -151,9 +151,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -220,8 +220,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -246,7 +246,7 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
diff --git a/community/index.html b/community/index.html
index e4f742f..ee2354d 100644
--- a/community/index.html
+++ b/community/index.html
@@ -29,18 +29,18 @@ Mailing list
 AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/community/" />
+  <meta property="og:url" content="https://eclipse.dev/community/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/community/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/community/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -94,8 +94,8 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -111,7 +111,7 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -120,7 +120,7 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -129,7 +129,7 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -138,7 +138,7 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -147,7 +147,7 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -165,9 +165,9 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -234,8 +234,8 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -260,12 +260,12 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/community/">Community</a>
+        <a href="https://eclipse.dev/app4mc/community/">Community</a>
       </li>
       
       </ol>
@@ -330,7 +330,7 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -343,7 +343,7 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -356,7 +356,7 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -366,7 +366,7 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/doc-app4mc.sim/index.html b/doc-app4mc.sim/index.html
index 0becd83..4055671 100644
--- a/doc-app4mc.sim/index.html
+++ b/doc-app4mc.sim/index.html
@@ -15,18 +15,18 @@
   <meta name="twitter:description" content="Overview APP4MC.sim is a simulation framework for effective and early analysis of the runtime behavior of AMALTHEA models. It allows the consideration of software aspects and also the investigation of …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/doc-app4mc.sim/" />
+  <meta property="og:url" content="https://eclipse.dev/doc-app4mc.sim/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/doc-app4mc.sim/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/doc-app4mc.sim/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -80,8 +80,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -97,7 +97,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -106,7 +106,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -115,7 +115,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -124,7 +124,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -133,7 +133,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -151,9 +151,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -220,8 +220,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -246,12 +246,12 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/doc-app4mc.sim/">Documentation APP4MC.sim</a>
+        <a href="https://eclipse.dev/app4mc/doc-app4mc.sim/">Documentation APP4MC.sim</a>
       </li>
       
       </ol>
@@ -283,7 +283,7 @@
 
 <p>The <strong>simulation</strong> step is carried out by the APP4MC.sim simulator. For that, first, the simulation model generated in the transformation step and the source code of APP4MC.sim are used to build the simulation project. After that, the simulation can be performed which generates one or multiple trace files (in .vcd and .btf formats).<br />
 &nbsp;
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/app4mcsim-flow.png" class="img-responsive"> </div></p>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/app4mcsim-flow.png" class="img-responsive"> </div></p>
 
 <hr />
 
@@ -316,7 +316,7 @@
 
 <ol>
 <li>From the <strong>Help</strong> menu, select the item <strong>Install New Software</strong> to open the <strong>Install</strong> window<br />
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/install-new-software.png" class="img-responsive"> </div></li>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/install-new-software.png" class="img-responsive"> </div></li>
 <li>On the opened dialog, click <strong>Manage&hellip;</strong></li>
 <li>On the new dialog, enable the <strong>APP4MC Model Transformation P2 Updatesite</strong> and the <strong>APP4MC AMALTHEA to SystemC transformation P2 Updatesite</strong> (see the image below).<br />
 <strong>Note:</strong> If the updatesites are not available in the list, add them using the <strong>Add&hellip;</strong> button and then check the box next to the newly added items.
@@ -328,7 +328,7 @@
 <a href="https://download.eclipse.org/app4mc/components/addon/transformation.sim.app4mc/snapshot/p2repo">https://download.eclipse.org/app4mc/components/addon/transformation.sim.app4mc/snapshot/p2repo</a></li>
 </ul></li>
 <li>Click <strong>Apply and Close</strong>
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/adding-update-sites.png" class="img-responsive"> </div></li>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/adding-update-sites.png" class="img-responsive"> </div></li>
 </ol></li>
 
 <li><p>Install the transformation framework</p>
@@ -339,7 +339,7 @@
 <li>Click <strong>Next &gt; Next &gt; Finish</strong><br />
 <strong>Note:</strong> The installation may take a few seconds (progress state is shown in the APP4MC status bar at the lower-right corner of APP4MC)</li>
 <li>After the installation is complete, you will be prompted to restart the APP4MC platform. Click <strong>Restart Now</strong> on the opened prompt to proceed with the restart<br />
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/install-transformation.png" class="img-responsive"> </div></li>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/install-transformation.png" class="img-responsive"> </div></li>
 </ol></li>
 
 <li><p>Install the AMALTHEA-to-SystemC transformation framework</p>
@@ -350,7 +350,7 @@
 <li>Click <strong>Next &gt; Next &gt; Finish</strong><br />
 <strong>Note:</strong> The installation may take a few seconds (progress state is shown in the APP4MC status bar at the lower-right corner of APP4MC)</li>
 <li>After the installation is complete, you will be prompted to restart the APP4MC platform. Click <strong>Restart Now</strong> on the opened prompt to proceed with the restart<br />
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/install-transformation-sim.png" class="img-responsive"> </div></li>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/install-transformation-sim.png" class="img-responsive"> </div></li>
 </ol></li>
 
 <li><p>Clone the APP4MC.sim repository (recursively with the submodules) from the <a href="https://gitlab.eclipse.org/eclipse/app4mc/org.eclipse.app4mc.tools.simulation.git">APP4MC.sim Eclipse Repository</a>. Then, update the repository and switch to the version compatible with APP4MC 2.0.0 as follows</p>
@@ -369,7 +369,7 @@
 
 <ol>
 <li><p>Open AMALTHEA model in the standard AMALTHEA tree editor and validate it for APP4MC.sim using the <strong>APP4MC.sim Validations</strong> as shown in the following image.<br />
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/sim-validations.png" class="img-responsive"> </div></p></li>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/sim-validations.png" class="img-responsive"> </div></p></li>
 
 <li><p>In the Project Explorer, under the context menu of the model, select <strong>Amalthea &gt; Transformation</strong>   <br>
 <strong>Note:</strong> The transformation option will not be available if your model is at an older version of AMALTHEA compared to the APP4MC platform. To solve the issue, migrate the model to the platform&rsquo;s version as follows:</p>
@@ -378,7 +378,7 @@
 <li>In the Project Explorer, under the context menu of the model, select <strong>Amalthea &gt; Model Migration</strong></li>
 <li>Click on <strong>Migrate Model</strong> and then <strong>OK</strong></li>
 <li>In the Project Explorer, under the context menu of the migrated model, select <strong>Amalthea &gt; Transformation</strong><br />
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/tranformation-context.png" class="img-responsive"> </div></li>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/tranformation-context.png" class="img-responsive"> </div></li>
 </ol></li>
 
 <li><p>In the opened AMALTHEA transformation dialog, provide the information required for the transformation</p>
@@ -390,14 +390,14 @@
 <li><strong>Trace folder</strong>: Optionally provide the target directory for the traces generated during the simulation (default set to .\traces)</li>
 <li><strong>Model to Text Transformation</strong>: Check the box for <strong>Amalthea to APP4MC.sim project transformation</strong></li>
 <li>click <strong>OK</strong><br />
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/transformation-dialog.png" class="img-responsive"> </div></li>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/transformation-dialog.png" class="img-responsive"> </div></li>
 </ol></li>
 
 <li><p>Once the transformation is complete, the generated simulation model files will be available at the output folder specified in the previous step. The generated sub-directory &ldquo;APP4MCSIM&rdquo; contains the transformation outputs required for timing simulation using APP4MC.sim.
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/simulation-model-folder.png" class="img-responsive"> </div>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/simulation-model-folder.png" class="img-responsive"> </div>
 <br>
 <strong>Note:</strong> If the output folder is not shown in the Project Explorer, refresh the parent directory of the target output folder from its context menu.<br />
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/simulation-model-refresh.png" class="img-responsive"> </div></p></li>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/simulation-model-refresh.png" class="img-responsive"> </div></p></li>
 </ol>
 
 <hr />
@@ -421,19 +421,19 @@
 <ol>
 <li>Switch the working directory to the transformation output sub-directory &ldquo;APP4MCSIM&rdquo;</li>
 <li>Configure the project using the command <code>build.bat --configure</code><br />
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/sim-configure.png" class="img-responsive"> </div></li>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/sim-configure.png" class="img-responsive"> </div></li>
 <li>Once the configuration has finished, build the project using the command <code>build.bat --build</code><br />
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/sim-build.png" class="img-responsive"> </div></li>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/sim-build.png" class="img-responsive"> </div></li>
 </ol></li>
 
 <li><p>Run the simulation</p>
 
 <ol>
 <li>Run the simulation using the command <code>run.bat</code><br />
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/sim-run.png" class="img-responsive"> </div></li>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/sim-run.png" class="img-responsive"> </div></li>
 <li>Optionally, you can change the simulation duration and/or the trace directory at this point by directly running the command highlighted in the snapshot above with modified values passed to arguments <code>-t</code> (simulation duration in ms) and <code>-o</code> (output trace directory)</li>
 <li>After the simulation has finished, the generated trace file is available in the trace output directory
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/doc-app4mc.sim/sim-trace.png" class="img-responsive"> </div></li>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/doc-app4mc.sim/sim-trace.png" class="img-responsive"> </div></li>
 </ol></li>
 </ol>
   
diff --git a/documentation/index.html b/documentation/index.html
index ed0f7e3..d141df6 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -27,18 +27,18 @@ APP4MC 3.1.0 - Help (zip archive)
 Previous versions (zip archive only): …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/documentation/" />
+  <meta property="og:url" content="https://eclipse.dev/documentation/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/documentation/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/documentation/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -92,8 +92,8 @@ Previous versions (zip archive only): …">
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -109,7 +109,7 @@ Previous versions (zip archive only): …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -118,7 +118,7 @@ Previous versions (zip archive only): …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -127,7 +127,7 @@ Previous versions (zip archive only): …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -136,7 +136,7 @@ Previous versions (zip archive only): …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -145,7 +145,7 @@ Previous versions (zip archive only): …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -163,9 +163,9 @@ Previous versions (zip archive only): …">
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -232,8 +232,8 @@ Previous versions (zip archive only): …">
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -258,12 +258,12 @@ Previous versions (zip archive only): …">
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/documentation/">Documentation</a>
+        <a href="https://eclipse.dev/app4mc/documentation/">Documentation</a>
       </li>
       
       </ol>
@@ -294,7 +294,7 @@ Previous versions (zip archive only): …">
 
 <h4 id="app4mc"><strong>APP4MC</strong></h4>
 
-<p><a href="https://www.eclipse.org/app4mc/help/latest/index.html" target="_blank">APP4MC 3.1.0 - Online Help</a> (opens in new tab)</p>
+<p><a href="https://eclipse.dev/app4mc/help/latest/index.html" target="_blank">APP4MC 3.1.0 - Online Help</a> (opens in new tab)</p>
 
 <p><a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-3.1.0-help.zip">APP4MC 3.1.0 - Help</a> (zip archive)</p>
 
@@ -356,7 +356,7 @@ Previous versions (zip archive only): …">
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -369,7 +369,7 @@ Previous versions (zip archive only): …">
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -382,7 +382,7 @@ Previous versions (zip archive only): …">
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -392,7 +392,7 @@ Previous versions (zip archive only): …">
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/downloads/index.html b/downloads/index.html
index 9f2d458..4c23600 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -27,18 +27,18 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
  APP4MC …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/downloads/" />
+  <meta property="og:url" content="https://eclipse.dev/downloads/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/downloads/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/downloads/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -92,8 +92,8 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -109,7 +109,7 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -118,7 +118,7 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -127,7 +127,7 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -136,7 +136,7 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -145,7 +145,7 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -163,9 +163,9 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -232,8 +232,8 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -258,12 +258,12 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/downloads/">Downloads</a>
+        <a href="https://eclipse.dev/app4mc/downloads/">Downloads</a>
       </li>
       
       </ol>
diff --git a/gettingstarted/index.html b/gettingstarted/index.html
index 5af27de..eb81e4a 100644
--- a/gettingstarted/index.html
+++ b/gettingstarted/index.html
@@ -22,18 +22,18 @@ start tutorial">
 Tutorial 1 - Create an AMALTHEA model The purpose of this tutorial is to get familiar with the structure of the …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/gettingstarted/" />
+  <meta property="og:url" content="https://eclipse.dev/gettingstarted/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/gettingstarted/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/gettingstarted/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -87,8 +87,8 @@ Tutorial 1 - Create an AMALTHEA model The purpose of this tutorial is to get fam
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -104,7 +104,7 @@ Tutorial 1 - Create an AMALTHEA model The purpose of this tutorial is to get fam
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -113,7 +113,7 @@ Tutorial 1 - Create an AMALTHEA model The purpose of this tutorial is to get fam
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -122,7 +122,7 @@ Tutorial 1 - Create an AMALTHEA model The purpose of this tutorial is to get fam
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -131,7 +131,7 @@ Tutorial 1 - Create an AMALTHEA model The purpose of this tutorial is to get fam
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -140,7 +140,7 @@ Tutorial 1 - Create an AMALTHEA model The purpose of this tutorial is to get fam
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -158,9 +158,9 @@ Tutorial 1 - Create an AMALTHEA model The purpose of this tutorial is to get fam
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -227,8 +227,8 @@ Tutorial 1 - Create an AMALTHEA model The purpose of this tutorial is to get fam
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -253,12 +253,12 @@ Tutorial 1 - Create an AMALTHEA model The purpose of this tutorial is to get fam
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/gettingstarted/">Getting Started</a>
+        <a href="https://eclipse.dev/app4mc/gettingstarted/">Getting Started</a>
       </li>
       
       </ol>
@@ -303,7 +303,7 @@ and several model files.<br />
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -316,7 +316,7 @@ and several model files.<br />
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -329,7 +329,7 @@ and several model files.<br />
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -339,7 +339,7 @@ and several model files.<br />
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/gs-create-model/index.html b/gs-create-model/index.html
index b5c0cac..a1df478 100644
--- a/gs-create-model/index.html
+++ b/gs-create-model/index.html
@@ -19,18 +19,18 @@ The following image is a simplified overview of the model that will be created i
   <meta name="twitter:description" content="General model content The purpose of this session is to get familiar with the structure of the AMALTHEA model itself as well as the currently available editor. Therefore, a new model should be created …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/gs-create-model/" />
+  <meta property="og:url" content="https://eclipse.dev/gs-create-model/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/gs-create-model/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/gs-create-model/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -84,8 +84,8 @@ The following image is a simplified overview of the model that will be created i
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -101,7 +101,7 @@ The following image is a simplified overview of the model that will be created i
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -110,7 +110,7 @@ The following image is a simplified overview of the model that will be created i
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -119,7 +119,7 @@ The following image is a simplified overview of the model that will be created i
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -128,7 +128,7 @@ The following image is a simplified overview of the model that will be created i
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -137,7 +137,7 @@ The following image is a simplified overview of the model that will be created i
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -155,9 +155,9 @@ The following image is a simplified overview of the model that will be created i
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -224,8 +224,8 @@ The following image is a simplified overview of the model that will be created i
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -250,12 +250,12 @@ The following image is a simplified overview of the model that will be created i
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/gs-create-model/">Getting Started with APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/gs-create-model/">Getting Started with APP4MC</a>
       </li>
       
       </ol>
@@ -279,7 +279,7 @@ The following image is a simplified overview of the model that will be created i
 
 <p>The following image is a simplified overview of the model that will be created in this session.</p>
 
-<div style="text-align: center"><img src="https://www.eclipse.org/app4mc/images/gs-create-model/training-overview-model.png" class="img-responsive"> </div>
+<div style="text-align: center"><img src="https://eclipse.dev/app4mc/images/gs-create-model/training-overview-model.png" class="img-responsive"> </div>
 
 <hr />
 
@@ -295,7 +295,7 @@ and select <strong>Project</strong>. Then click <strong>Next</strong></li>
 <li>On the second page of the wizard fill the <strong>Project name</strong> field
 with <em>org.eclipse.app4mc.amalthea.training.model</em>, then click <strong>Finish</strong><br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/01-create-project.png" class="img-responsive"><br /></li>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/01-create-project.png" class="img-responsive"><br /></li>
 <li>The project created should appear in the <strong>Model Explorer</strong> view<br />
 <br /></li>
 </ul></li>
@@ -306,10 +306,10 @@ with <em>org.eclipse.app4mc.amalthea.training.model</em>, then click <strong>Fin
 <li>Select the created project</li>
 <li>In the context menu (right mouse button) select <strong>New &gt; Folder</strong><br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/02-create-folder.png" class="img-responsive"><br /></li>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/02-create-folder.png" class="img-responsive"><br /></li>
 <li>Fill the text field <strong>Folder name</strong> with <em>model1</em>, then click <strong>Finish</strong><br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/03-create-folder.png" class="img-responsive"><br /></li>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/03-create-folder.png" class="img-responsive"><br /></li>
 </ul></li>
 
 <li><p>Create a new AMALTHEA model</p>
@@ -318,7 +318,7 @@ with <em>org.eclipse.app4mc.amalthea.training.model</em>, then click <strong>Fin
 <li>Select the folder named <em>model1</em></li>
 <li>In the context menu, select <strong>New &gt; AMALTHEA Model</strong><br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/04-create-model.png" class="img-responsive"><br /></li>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/04-create-model.png" class="img-responsive"><br /></li>
 <li>In the dialog
 
 <ul>
@@ -327,7 +327,7 @@ with <em>org.eclipse.app4mc.amalthea.training.model</em>, then click <strong>Fin
 </ul></li>
 <li>The model is created and the standard AMALTHEA tree editor can be opened.<br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/05-create-model.png" class="img-responsive"><br /></li>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/05-create-model.png" class="img-responsive"><br /></li>
 </ul></li>
 </ol>
 
@@ -339,7 +339,7 @@ with <em>org.eclipse.app4mc.amalthea.training.model</em>, then click <strong>Fin
 <li><p>Right-click on the AMALTHEA model on the tree editor then select the menu item <strong>New Child &gt; SW Model</strong>.<br />
 It will add a child node named <strong>Software</strong> to the model<br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/06-create-sw-model.png" class="img-responsive"></p></li>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/06-create-sw-model.png" class="img-responsive"></p></li>
 
 <li><p>Create a label named <em>LabelA</em></p>
 
@@ -350,7 +350,7 @@ This will add a new child under <strong>Labels</strong>.</li>
 <li>Click on the cell next to the property named <strong>Name</strong> and fill it with <em>LabelA</em>.<br />
 Press enter. The label item in the tree editor should be renamed <em>LabelA</em>.<br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/07-create-label.png" class="img-responsive"><br /></li>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/07-create-label.png" class="img-responsive"><br /></li>
 </ul></li>
 
 <li><p>Create a label named <em>LabelB</em></p></li>
@@ -366,7 +366,7 @@ This will add a new child under <strong>Runnables</strong></li>
 
 <li><p>Create 2 additional runnables named respectively <em>Runnable2</em> and <em>Runnable3</em>.<br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/08-create-runnables.png" class="img-responsive"></p></li>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/08-create-runnables.png" class="img-responsive"></p></li>
 
 <li><p>Select the runnable named <em>Runnable1</em></p>
 
@@ -388,9 +388,9 @@ This will add a new child under <strong>Runnables</strong></li>
 <li>Select for the <strong>Access</strong> property the value <em>write</em></li>
 <li>Select for the <strong>Data</strong> property the value <em>Label LabelA</em><br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/09-create-runnable1-label-access.png" class="img-responsive"><br />
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/09-create-runnable1-label-access.png" class="img-responsive"><br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/10-create-runnable1-label-access.png" class="img-responsive"><br />
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/10-create-runnable1-label-access.png" class="img-responsive"><br />
 <br /></li>
 </ul></li>
 </ul></li>
@@ -410,7 +410,7 @@ This will add a new child under <strong>Runnables</strong></li>
 <li>Create a <em>read access to LabelB</em></li>
 <li>Create <em>10 constant ticks</em><br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/11-create-runnables-final.png" class="img-responsive"><br />
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/11-create-runnables-final.png" class="img-responsive"><br />
 <br /></li>
 </ul></li>
 
@@ -452,7 +452,7 @@ and set the <strong>Runnable</strong> property to <em>Runnable Runnable1</em>.<b
 <li>Right-click on the task named <em>Task3</em> then select the menu item <strong>New Child &gt; Activity Graph</strong></li>
 <li>Create a Runnable Call to <em>Runnable3</em><br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/12-create-task-runnable-calls.png" class="img-responsive"></li>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/12-create-task-runnable-calls.png" class="img-responsive"></li>
 </ul></li>
 </ol>
 
@@ -485,7 +485,7 @@ It will add a child node named <strong>Stimuli</strong> to the model.</li>
 <li>Right-click on the Stimuli Model and select the menu item <strong>New Child &gt; Stimuli &gt; Inter Process Stimulus</strong></li>
 <li>Select the Inter Process Stimulus node and name it <strong>Stimulus3</strong><br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/13-create-stimuli.png" class="img-responsive"/><br />
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/13-create-stimuli.png" class="img-responsive"/><br />
 <br /></li>
 </ul></li>
 </ul></li>
@@ -495,11 +495,11 @@ It will add a child node named <strong>Stimuli</strong> to the model.</li>
 <ul>
 <li>Retrieve and select the task <em>Task1</em> which is located under the nodes AMALTHEA / Softwares / Tasks.<br /></li>
 <li>On the <strong>Properties</strong>, select Stimuli and click on the button next to the field to open relationship dialog<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/ui-edit-button.png"/><br /></li>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/ui-edit-button.png"/><br /></li>
 <li>Select the Stimulus <em>Periodic Stimulus Stimulus1</em></li>
 <li>Press the <strong>Add</strong> button<br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/14-task1-stimulus-2.png" class="img-responsive"/><br /></li>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/14-task1-stimulus-2.png" class="img-responsive"/><br /></li>
 <li>Press <strong>OK</strong> to close the dialog.</li>
 </ul></li>
 
@@ -661,7 +661,7 @@ located at the cores with the proper latency access paths</p></li>
 
 <p>At this point you should get a contents tree which looks like that:<br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/15-hardware.png" class="img-responsive"></p>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/15-hardware.png" class="img-responsive"></p>
 
 <hr />
 
@@ -714,7 +714,7 @@ then set the <strong>Definition</strong> property to <em>OSEK</em><br />
 
 <p>At this point you should get a contents tree which looks like that:<br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/16-operating-system.png" class="img-responsive"></p>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/16-operating-system.png" class="img-responsive"></p>
 
 <hr />
 
@@ -809,7 +809,7 @@ It will add a child node named <strong>Constraints</strong> to the model</p></li
 
 <p>At this point your model should look like this:<br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/17-constraints.png" class="img-responsive"></p>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/17-constraints.png" class="img-responsive"></p>
 
 <hr />
 
@@ -869,7 +869,7 @@ the menu item <strong>New Child &gt; Memory Mapping</strong></li>
 
 <p>At this point your model should look like this:<br />
 &nbsp;<br />
-<img src="https://www.eclipse.org/app4mc/images/gs-create-model/18-mapping.png" class="img-responsive"></p>
+<img src="https://eclipse.dev/app4mc/images/gs-create-model/18-mapping.png" class="img-responsive"></p>
 
 <hr />
 
@@ -878,8 +878,8 @@ the menu item <strong>New Child &gt; Memory Mapping</strong></li>
 <p>The solution project for this exercise is available:</p>
 
 <ul>
-<li><a href="https://www.eclipse.org/app4mc/models/org.eclipse.app4mc.amalthea.solution-1.1.0.zip">org.eclipse.app4mc.amalthea.solution1 (for APP4MC 1.1)</a></li>
-<li><a href="https://www.eclipse.org/app4mc/models/org.eclipse.app4mc.amalthea.solution-2.2.0.zip">org.eclipse.app4mc.amalthea.solution1 (for APP4MC 2.2)</a></li>
+<li><a href="https://eclipse.dev/app4mc/models/org.eclipse.app4mc.amalthea.solution-1.1.0.zip">org.eclipse.app4mc.amalthea.solution1 (for APP4MC 1.1)</a></li>
+<li><a href="https://eclipse.dev/app4mc/models/org.eclipse.app4mc.amalthea.solution-2.2.0.zip">org.eclipse.app4mc.amalthea.solution1 (for APP4MC 2.2)</a></li>
 </ul>
 
 <p>You can use the older model and migrate it to a newer version.</p>
diff --git a/history/index.html b/history/index.html
index 43984d3..fde452c 100644
--- a/history/index.html
+++ b/history/index.html
@@ -10,25 +10,26 @@
   <title>History | The Eclipse Foundation</title>
   <meta property="og:title" content="History | The Eclipse Foundation" />
   <meta name="twitter:title" content="History | The Eclipse Foundation" />
-  <meta name="description" content="AMALTHEA AMALTHEA was a ITEA 2 funded European project that developed an open and expandable tool platform for automotive embedded-system engineering based on model-driven methodology. Specific features include support for multi-core systems combined with AUTOSAR compatibility and product-line engineering. The resulting tool platform is distributed under an Eclipse public license.
-Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Countries Finland Germany Turkey  AMALTHEA4public AMALTHEA4public is a second ITEA 2 funded European project.">
-  <meta property="og:description" content="AMALTHEA AMALTHEA was a ITEA 2 funded European project that developed an open and expandable tool platform for automotive embedded-system engineering based on model-driven methodology. Specific features include support for multi-core systems combined with AUTOSAR compatibility and product-line engineering. The resulting tool platform is distributed under an Eclipse public license.
-Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Countries Finland Germany Turkey  AMALTHEA4public AMALTHEA4public is a second ITEA 2 funded European project.">
-  <meta name="twitter:description" content="AMALTHEA AMALTHEA was a ITEA 2 funded European project that developed an open and expandable tool platform for automotive embedded-system engineering based on model-driven methodology. Specific …">
+  <meta name="description" content="Main development The development of the common data model and the tool platform happened mainly in 3 European ITEA projects.
+AMALTHEA AMALTHEA was a ITEA 2 funded European project that developed an open and expandable tool platform for automotive embedded-system engineering based on model-driven methodology. Specific features include support for multi-core systems combined with AUTOSAR compatibility and product-line engineering. The resulting tool platform is distributed under an Eclipse public license.">
+  <meta property="og:description" content="Main development The development of the common data model and the tool platform happened mainly in 3 European ITEA projects.
+AMALTHEA AMALTHEA was a ITEA 2 funded European project that developed an open and expandable tool platform for automotive embedded-system engineering based on model-driven methodology. Specific features include support for multi-core systems combined with AUTOSAR compatibility and product-line engineering. The resulting tool platform is distributed under an Eclipse public license.">
+  <meta name="twitter:description" content="Main development The development of the common data model and the tool platform happened mainly in 3 European ITEA projects.
+AMALTHEA AMALTHEA was a ITEA 2 funded European project that developed an …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/history/" />
+  <meta property="og:url" content="https://eclipse.dev/history/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/history/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/history/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -82,8 +83,8 @@ Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Count
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -99,7 +100,7 @@ Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Count
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -108,7 +109,7 @@ Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Count
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -117,7 +118,7 @@ Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Count
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -126,7 +127,7 @@ Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Count
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -135,7 +136,7 @@ Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Count
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -153,9 +154,9 @@ Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Count
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li class="active"><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li class="active"><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -222,8 +223,8 @@ Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Count
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -248,12 +249,12 @@ Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Count
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/history/">History</a>
+        <a href="https://eclipse.dev/app4mc/history/">History</a>
       </li>
       
       </ol>
@@ -271,13 +272,17 @@ Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Count
         
         
 
-<hr />
+<p><br></p>
+
+<h2 id="main-development"><em>Main development</em></h2>
 
-<h3 id="amalthea">AMALTHEA</h3>
+<p>The development of the common data model and the tool platform happened mainly in 3 European ITEA projects.</p>
 
 <hr />
 
-<p><a href="https://itea3.org/project/amalthea.html">AMALTHEA</a> was a ITEA 2 funded European project
+<h3 id="amalthea"><strong>AMALTHEA</strong></h3>
+
+<p><a href="https://itea4.org/project/amalthea.html"><strong>AMALTHEA</strong></a> was a ITEA 2 funded European project
 that developed an open and expandable tool platform for automotive embedded-system engineering
 based on model-driven methodology.
 Specific features include support for multi-core systems combined with AUTOSAR compatibility
@@ -291,25 +296,23 @@ The resulting tool platform is distributed under an Eclipse public license.</p>
   <dd>ITEA 2 Call 4</dd>
   <dt>Partners</dt>
   <dd>15</dd>
-  <dt>Effort</dt>
-  <dd>58.39 <abbr title="Person Year">PY</abbr> </dd>
   <dt>Countries</dt>
-  <dd><img src="https://www.eclipse.org/app4mc/images/history/fin.png" width="15"> <a href="https://itea3.org/country/finland.html">Finland</a></dd>
-  <dd><img src="https://www.eclipse.org/app4mc/images/history/deu.png" width="15"> <a href="https://itea3.org/country/germany.html">Germany</a></dd>
-  <dd><img src="https://www.eclipse.org/app4mc/images/history/tur.png" width="15"> <a href="https://itea3.org/country/turkey.html" >Turkey</a></dd>
+  <dd><img src="https://eclipse.dev/app4mc/images/history/fi.png" width="15"> <a href="https://itea4.org/country/finland.html">Finland</a></dd>
+  <dd><img src="https://eclipse.dev/app4mc/images/history/de.png" width="15"> <a href="https://itea4.org/country/germany.html">Germany</a></dd>
+  <dd><img src="https://eclipse.dev/app4mc/images/history/tr.png" width="15"> <a href="https://itea4.org/country/turkiye.html">Türkiye</a></dd>
 </dl>
 
 <hr />
 
-<h3 id="amalthea4public">AMALTHEA4public</h3>
+<h3 id="amalthea4public"><strong>AMALTHEA4public</strong></h3>
 
-<hr />
-
-<p><a href="https://itea3.org/project/amalthea4public.html">AMALTHEA4public</a> is a second ITEA 2 funded European project.
+<p><a href="https://itea4.org/project/amalthea4public.html"><strong>AMALTHEA4public</strong></a> was a second ITEA 2 funded European project.
 It has the goal to integrate the results of various publicly funded projects with new developments.
 The intention is to position the open-source tool framework as a de-facto standard for future
 software engineering design flows for automotive and other embedded systems.</p>
 
+<p>Further info: <a href="http://www.amalthea-project.org/">AMALTHEA/AMALTHEA4public website</a></p>
+
 <dl class="dl-horizontal">
   <dt>Period</dt>
   <dd>Sep 2014 - Aug 2017</dd>
@@ -317,13 +320,80 @@ software engineering design flows for automotive and other embedded systems.</p>
   <dd>ITEA 2 Call 8</dd>
   <dt>Partners</dt>
   <dd>20</dd>
-  <dt>Effort</dt>
-  <dd>80.90 <abbr title="Person Year">PY</abbr> </dd>
   <dt>Countries</dt>
-  <dd><img src="https://www.eclipse.org/app4mc/images/history/deu.png" width="15"> <a href="https://itea3.org/country/germany.html">Germany</a></dd>
-  <dd><img src="https://www.eclipse.org/app4mc/images/history/esp.png" width="15"> <a href="https://itea3.org/country/spain.html"  >Spain</a></dd>
-  <dd><img src="https://www.eclipse.org/app4mc/images/history/swe.png" width="15"> <a href="https://itea3.org/country/sweden.html" >Sweden</a></dd>
-  <dd><img src="https://www.eclipse.org/app4mc/images/history/tur.png" width="15"> <a href="https://itea3.org/country/turkey.html" >Turkey</a></dd>
+  <dd><img src="https://eclipse.dev/app4mc/images/history/de.png" width="15"> <a href="https://itea4.org/country/germany.html">Germany</a></dd>
+  <dd><img src="https://eclipse.dev/app4mc/images/history/es.png" width="15"> <a href="https://itea4.org/country/spain.html">Spain</a></dd>
+  <dd><img src="https://eclipse.dev/app4mc/images/history/se.png" width="15"> <a href="https://itea4.org/country/sweden.html">Sweden</a></dd>
+  <dd><img src="https://eclipse.dev/app4mc/images/history/tr.png" width="15"> <a href="https://itea4.org/country/turkiye.html">Türkiye</a></dd>
+</dl>
+
+<hr />
+
+<h3 id="panorama"><strong>PANORAMA</strong></h3>
+
+<p><a href="https://itea4.org/project/panorama.html"><strong>PANORAMA</strong></a> was a  ITEA 3 funded European project.
+The goal was to research model-based methods and tools to master development of heterogeneous embedded hardware/software systems. The enhanced meta-model and the related tool framework is a common and open platform to support collaborative development.</p>
+
+<p>Further info: <a href="https://panorama-research.org/">PANORAMA website</a></p>
+
+<dl class="dl-horizontal">
+  <dt>Period</dt>
+  <dd>Apr 2019 - Sep 2022</dd>
+  <dt>Call</dt>
+  <dd>ITEA 3 Call 4</dd>
+  <dt>Partners</dt>
+  <dd>23</dd>
+  <dt>Countries</dt>
+  <dd><img src="https://eclipse.dev/app4mc/images/history/fi.png" width="15"> <a href="https://itea4.org/country/finland.html">Finland</a></dd>
+  <dd><img src="https://eclipse.dev/app4mc/images/history/de.png" width="15"> <a href="https://itea4.org/country/germany.html">Germany</a></dd>
+  <dd><img src="https://eclipse.dev/app4mc/images/history/pt.png" width="15"> <a href="https://itea4.org/country/portugal.html">Portugal</a></dd>
+  <dd><img src="https://eclipse.dev/app4mc/images/history/se.png" width="15"> <a href="https://itea4.org/country/sweden.html">Sweden</a></dd>
+  <dd><img src="https://eclipse.dev/app4mc/images/history/tr.png" width="15"> <a href="https://itea4.org/country/turkiye.html">Türkiye</a></dd>
+</dl>
+
+<p><br><br></p>
+
+<h2 id="application"><em>Application</em></h2>
+
+<p>The common data model and the tool platform was used and extended in several other publicly funded projects.</p>
+
+<hr />
+
+<h3 id="aramis-ii"><strong>ARAMiS II</strong></h3>
+
+<p>ARAMiS II aimed at development processes, tools and platforms for the efficient use of multicore architectures available in industry.
+The development process with its methods, tools and platform adaptations was evaluated in ten representative Use Cases from the application domains automotive, avionics, and industrial automation and corresponding demonstrators.</p>
+
+<p>Further info: <a href="https://www.aramis2.com">ARAMiS II website</a></p>
+
+<dl class="dl-horizontal">
+  <dt>Period</dt>
+  <dd>Oct 2016 - Sep 2019</dd>
+  <dt>Partners</dt>
+  <dd>32 (see: <a href="https://www.aramis2.com/partners/">consortium</a>)</dd>
+  <dt>Countries</dt>
+  <dd>Germany</dd>
+</dl>
+
+<hr />
+
+<h3 id="ampere"><strong>AMPERE</strong></h3>
+
+<p><a href="https://cordis.europa.eu/project/id/871669"><strong>AMPERE</strong></a> was developing a new generation of software programming environments for low-energy and highly parallel and heterogeneous computing architectures.</p>
+
+<p>The AMALTHEA data model was extended to handle different execution contexts and a code generation for the Robot Operating System (ROS2 / MicroROS) was added.</p>
+
+<p>Further info: <a href="https://ampere-euproject.eu">AMPERE website</a></p>
+
+<dl class="dl-horizontal">
+  <dt>Period</dt>
+  <dd>Jan 2020 - Jun 2023</dd>
+  <dt>Call</dt>
+  <dd>Horizon 2020</dd>
+  <dt>Partners</dt>
+  <dd>9 (see: <a href="https://ampere-euproject.eu/about/partners">consortium</a>)</dd>
+  <dt>Countries</dt>
+  <dd>Czechia, France, Germany, Italy, Portugal, Spain, Switzerland</dd>
 </dl>
   
         
diff --git a/images/history/de.png b/images/history/de.png
new file mode 100644
index 0000000..eaae16d
Binary files /dev/null and b/images/history/de.png differ
diff --git a/images/history/deu.png b/images/history/deu.png
deleted file mode 100644
index 57496b5..0000000
Binary files a/images/history/deu.png and /dev/null differ
diff --git a/images/history/es.png b/images/history/es.png
new file mode 100644
index 0000000..5230631
Binary files /dev/null and b/images/history/es.png differ
diff --git a/images/history/esp.png b/images/history/esp.png
deleted file mode 100644
index 5ab8e79..0000000
Binary files a/images/history/esp.png and /dev/null differ
diff --git a/images/history/fi.png b/images/history/fi.png
new file mode 100644
index 0000000..b06b521
Binary files /dev/null and b/images/history/fi.png differ
diff --git a/images/history/fin.png b/images/history/fin.png
deleted file mode 100644
index 767974a..0000000
Binary files a/images/history/fin.png and /dev/null differ
diff --git a/images/history/pt.png b/images/history/pt.png
new file mode 100644
index 0000000..d47f938
Binary files /dev/null and b/images/history/pt.png differ
diff --git a/images/history/se.png b/images/history/se.png
new file mode 100644
index 0000000..55e53f8
Binary files /dev/null and b/images/history/se.png differ
diff --git a/images/history/swe.png b/images/history/swe.png
deleted file mode 100644
index 4858d84..0000000
Binary files a/images/history/swe.png and /dev/null differ
diff --git a/images/history/tr.png b/images/history/tr.png
new file mode 100644
index 0000000..745d867
Binary files /dev/null and b/images/history/tr.png differ
diff --git a/images/history/tur.png b/images/history/tur.png
deleted file mode 100644
index 76bad9a..0000000
Binary files a/images/history/tur.png and /dev/null differ
diff --git a/index.html b/index.html
index 484c1d4..5691134 100644
--- a/index.html
+++ b/index.html
@@ -19,18 +19,18 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
   <meta name="twitter:description" content="Eclipse APP4MC is a platform for engineering embedded multi- and many-core software systems. The platform enables the creation and management of complex tool chains including simulation and …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/" />
+  <meta property="og:url" content="https://eclipse.dev/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -84,8 +84,8 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -101,7 +101,7 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -110,7 +110,7 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -119,7 +119,7 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -128,7 +128,7 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -137,7 +137,7 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -155,9 +155,9 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -224,8 +224,8 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -301,7 +301,7 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -314,7 +314,7 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -327,7 +327,7 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -337,7 +337,7 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/index.xml b/index.xml
index 9ae91b2..8c07044 100644
--- a/index.xml
+++ b/index.xml
@@ -2,22 +2,32 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Eclipse APP4MC on Application Platform Project for MultiCore (APP4MC)</title>
-    <link>https://www.eclipse.org/app4mc/</link>
+    <link>https://eclipse.dev/app4mc/</link>
     <description>Recent content in Eclipse APP4MC on Application Platform Project for MultiCore (APP4MC)</description>
     <generator>Hugo -- gohugo.io</generator>
     <managingEditor>webdev@eclipse-foundation.org (Susan Iwai)</managingEditor>
     <webMaster>webdev@eclipse-foundation.org (Susan Iwai)</webMaster>
     <lastBuildDate>Thu, 05 Apr 2018 15:50:25 -0400</lastBuildDate>
     
-	<atom:link href="https://www.eclipse.org/app4mc/index.xml" rel="self" type="application/rss+xml" />
+	<atom:link href="https://eclipse.dev/app4mc/index.xml" rel="self" type="application/rss+xml" />
     
     
+    <item>
+      <title>History</title>
+      <link>https://eclipse.dev/app4mc/history/</link>
+      <pubDate>Tue, 22 Aug 2023 00:00:00 +0000</pubDate>
+      <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
+      <guid>https://eclipse.dev/app4mc/history/</guid>
+      <description>Main development The development of the common data model and the tool platform happened mainly in 3 European ITEA projects.
+AMALTHEA AMALTHEA was a ITEA 2 funded European project that developed an open and expandable tool platform for automotive embedded-system engineering based on model-driven methodology. Specific features include support for multi-core systems combined with AUTOSAR compatibility and product-line engineering. The resulting tool platform is distributed under an Eclipse public license.</description>
+    </item>
+    
     <item>
       <title>Downloads</title>
-      <link>https://www.eclipse.org/app4mc/downloads/</link>
+      <link>https://eclipse.dev/app4mc/downloads/</link>
       <pubDate>Fri, 30 Jun 2023 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/downloads/</guid>
+      <guid>https://eclipse.dev/app4mc/downloads/</guid>
       <description>Release 3.1.0 2023-06-30 &amp;nbsp;&amp;nbsp; - &amp;nbsp;&amp;nbsp; based on Eclipse 2020-06 Minimum Java runtime is Java 11.
 Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
  APP4MC Platform 3.1.0 for OSX (64 Bit) - Zip-archive (400 MB)
@@ -26,31 +36,21 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
  for offline installation: Zip-archive of APP4MC 3.1.0 p2 repository</description>
     </item>
     
-    <item>
-      <title>History</title>
-      <link>https://www.eclipse.org/app4mc/history/</link>
-      <pubDate>Wed, 16 Sep 2015 11:09:06 +0200</pubDate>
-      <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/history/</guid>
-      <description>AMALTHEA AMALTHEA was a ITEA 2 funded European project that developed an open and expandable tool platform for automotive embedded-system engineering based on model-driven methodology. Specific features include support for multi-core systems combined with AUTOSAR compatibility and product-line engineering. The resulting tool platform is distributed under an Eclipse public license.
-Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Countries Finland Germany Turkey  AMALTHEA4public AMALTHEA4public is a second ITEA 2 funded European project.</description>
-    </item>
-    
     <item>
       <title>Snippets</title>
-      <link>https://www.eclipse.org/app4mc/snippets/</link>
+      <link>https://eclipse.dev/app4mc/snippets/</link>
       <pubDate>Fri, 01 May 2020 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/snippets/</guid>
+      <guid>https://eclipse.dev/app4mc/snippets/</guid>
       <description> Java 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22  /** * Basic validations for AMALTHEA */ @ValidationGroup( severity = Severity.ERROR, validations = { AmBasicQuantity.class, AmBasicTimeRange.class } ) @ValidationGroup( severity = Severity.WARNING, validations = { AmBasicCustomPropertyKey.class } ) public class BasicProfile implements IProfile { // Do nothing }   </description>
     </item>
     
     <item>
       <title>APP4MC - Release 3.1.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/</link>
       <pubDate>Fri, 30 Jun 2023 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -58,10 +58,10 @@ Period Jul 2011 - Apr 2014 Call ITEA 2 Call 4 Partners 15 Effort 58.39 PY  Count
     
     <item>
       <title>Documentation</title>
-      <link>https://www.eclipse.org/app4mc/documentation/</link>
+      <link>https://eclipse.dev/app4mc/documentation/</link>
       <pubDate>Fri, 02 Dec 2022 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/documentation/</guid>
+      <guid>https://eclipse.dev/app4mc/documentation/</guid>
       <description>Sign up on the APP4MC mailing list for the latest news about APP4MC.
 Help APP4MC APP4MC 3.1.0 - Online Help (opens in new tab)
 APP4MC 3.1.0 - Help (zip archive)
@@ -71,10 +71,10 @@ Previous versions (zip archive only): 3.0.0 - 2.2.0 - 2.1.0 - 2.0.0 - 1.2.0 - 1.
     
     <item>
       <title>APP4MC - Release 3.0.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/</link>
       <pubDate>Wed, 30 Nov 2022 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -82,10 +82,10 @@ Previous versions (zip archive only): 3.0.0 - 2.2.0 - 2.1.0 - 2.0.0 - 1.2.0 - 1.
     
     <item>
       <title>APP4MC - Release 2.2.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/</link>
       <pubDate>Sun, 31 Jul 2022 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -93,19 +93,19 @@ Previous versions (zip archive only): 3.0.0 - 2.2.0 - 2.1.0 - 2.0.0 - 1.2.0 - 1.
     
     <item>
       <title>Documentation APP4MC.sim</title>
-      <link>https://www.eclipse.org/app4mc/doc-app4mc.sim/</link>
+      <link>https://eclipse.dev/app4mc/doc-app4mc.sim/</link>
       <pubDate>Tue, 12 Jul 2022 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/doc-app4mc.sim/</guid>
+      <guid>https://eclipse.dev/app4mc/doc-app4mc.sim/</guid>
       <description>Overview APP4MC.sim is a simulation framework for effective and early analysis of the runtime behavior of AMALTHEA models. It allows the consideration of software aspects and also the investigation of effects caused by concurrent accesses to shared hardware resources, especially memory in multi-core architectures. At its core, APP4MC.sim is based on the SystemC library with TLM extensions, which provides a solid foundation due to its widespread use and large user community.</description>
     </item>
     
     <item>
       <title>Getting Started</title>
-      <link>https://www.eclipse.org/app4mc/gettingstarted/</link>
+      <link>https://eclipse.dev/app4mc/gettingstarted/</link>
       <pubDate>Tue, 12 Jul 2022 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/gettingstarted/</guid>
+      <guid>https://eclipse.dev/app4mc/gettingstarted/</guid>
       <description>This tutorial will get you started with APP4MC. It is based on APP4MC version 2.2.0.
 Tutorial 1 - Create an AMALTHEA model The purpose of this tutorial is to get familiar with the structure of the AMALTHEA model itself as well as the currently available editor.
 It contains step by step directions to create a project, a model folder and several model files.
@@ -114,10 +114,10 @@ start tutorial</description>
     
     <item>
       <title>Getting Started with APP4MC</title>
-      <link>https://www.eclipse.org/app4mc/gs-create-model/</link>
+      <link>https://eclipse.dev/app4mc/gs-create-model/</link>
       <pubDate>Tue, 12 Jul 2022 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/gs-create-model/</guid>
+      <guid>https://eclipse.dev/app4mc/gs-create-model/</guid>
       <description>General model content The purpose of this session is to get familiar with the structure of the AMALTHEA model itself as well as the currently available editor. Therefore, a new model should be created in its own project using the following steps and content.
 The following image is a simplified overview of the model that will be created in this session.
  General model setup  Create a new general project named org.</description>
@@ -125,10 +125,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 2.1.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2022-04-30-release-2-1-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2022-04-30-release-2-1-0/</link>
       <pubDate>Sat, 30 Apr 2022 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2022-04-30-release-2-1-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2022-04-30-release-2-1-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -136,10 +136,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 2.0.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2021-11-30-release-2-0-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2021-11-30-release-2-0-0/</link>
       <pubDate>Tue, 30 Nov 2021 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2021-11-30-release-2-0-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2021-11-30-release-2-0-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -147,10 +147,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 1.2.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2021-07-31-release-1-2-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2021-07-31-release-1-2-0/</link>
       <pubDate>Sat, 31 Jul 2021 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2021-07-31-release-1-2-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2021-07-31-release-1-2-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -158,10 +158,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 1.1.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2021-04-30-release-1-1-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2021-04-30-release-1-1-0/</link>
       <pubDate>Fri, 30 Apr 2021 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2021-04-30-release-1-1-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2021-04-30-release-1-1-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -169,10 +169,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 1.0.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2020-12-01-release-1-0-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2020-12-01-release-1-0-0/</link>
       <pubDate>Tue, 01 Dec 2020 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2020-12-01-release-1-0-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2020-12-01-release-1-0-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -180,10 +180,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.9.9 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2020-08-03-release-0-9-9/</link>
+      <link>https://eclipse.dev/app4mc/news/2020-08-03-release-0-9-9/</link>
       <pubDate>Mon, 03 Aug 2020 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2020-08-03-release-0-9-9/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2020-08-03-release-0-9-9/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -191,10 +191,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>Eclipse APP4MC accepted for GSoC 2020</title>
-      <link>https://www.eclipse.org/app4mc/news/2020-05-20-gsoc-2020/</link>
+      <link>https://eclipse.dev/app4mc/news/2020-05-20-gsoc-2020/</link>
       <pubDate>Wed, 20 May 2020 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2020-05-20-gsoc-2020/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2020-05-20-gsoc-2020/</guid>
       <description>&lt;p&gt;Once again Eclipse APP4MC projects have been accepted for inclusion in the Google Summer of Code (GSoC).&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -202,10 +202,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.9.8 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2020-05-04-release-0-9-8/</link>
+      <link>https://eclipse.dev/app4mc/news/2020-05-04-release-0-9-8/</link>
       <pubDate>Mon, 04 May 2020 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2020-05-04-release-0-9-8/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2020-05-04-release-0-9-8/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -213,10 +213,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.9.7 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2020-02-03-release-0-9-7/</link>
+      <link>https://eclipse.dev/app4mc/news/2020-02-03-release-0-9-7/</link>
       <pubDate>Mon, 03 Feb 2020 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2020-02-03-release-0-9-7/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2020-02-03-release-0-9-7/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -224,10 +224,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.9.6 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2019-11-04-release-0-9-6/</link>
+      <link>https://eclipse.dev/app4mc/news/2019-11-04-release-0-9-6/</link>
       <pubDate>Mon, 04 Nov 2019 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2019-11-04-release-0-9-6/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2019-11-04-release-0-9-6/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -235,10 +235,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.9.5 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2019-08-02-release-0-9-5/</link>
+      <link>https://eclipse.dev/app4mc/news/2019-08-02-release-0-9-5/</link>
       <pubDate>Fri, 02 Aug 2019 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2019-08-02-release-0-9-5/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2019-08-02-release-0-9-5/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -246,10 +246,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.9.4 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2019-05-02-release-0-9-4/</link>
+      <link>https://eclipse.dev/app4mc/news/2019-05-02-release-0-9-4/</link>
       <pubDate>Thu, 02 May 2019 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2019-05-02-release-0-9-4/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2019-05-02-release-0-9-4/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -257,10 +257,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.9.3 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2019-02-04-release-0-9-3/</link>
+      <link>https://eclipse.dev/app4mc/news/2019-02-04-release-0-9-3/</link>
       <pubDate>Mon, 04 Feb 2019 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2019-02-04-release-0-9-3/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2019-02-04-release-0-9-3/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -268,10 +268,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.9.2 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2018-11-06-release-0-9-2/</link>
+      <link>https://eclipse.dev/app4mc/news/2018-11-06-release-0-9-2/</link>
       <pubDate>Tue, 06 Nov 2018 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2018-11-06-release-0-9-2/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2018-11-06-release-0-9-2/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -279,10 +279,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.9.1 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2018-08-01-release-0-9-1/</link>
+      <link>https://eclipse.dev/app4mc/news/2018-08-01-release-0-9-1/</link>
       <pubDate>Wed, 01 Aug 2018 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2018-08-01-release-0-9-1/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2018-08-01-release-0-9-1/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -290,10 +290,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.9.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2018-04-30-release-0-9-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2018-04-30-release-0-9-0/</link>
       <pubDate>Mon, 30 Apr 2018 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2018-04-30-release-0-9-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2018-04-30-release-0-9-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -301,10 +301,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>Workshop on Software Engineering for Applied Embedded R-T Systems</title>
-      <link>https://www.eclipse.org/app4mc/news/2018-02-13_seerts_workshop_ulm/</link>
+      <link>https://eclipse.dev/app4mc/news/2018-02-13_seerts_workshop_ulm/</link>
       <pubDate>Tue, 13 Feb 2018 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2018-02-13_seerts_workshop_ulm/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2018-02-13_seerts_workshop_ulm/</guid>
       <description>&lt;p&gt;Join the APP4MC team at the SEERTS workshop on March 5, 2018, Ulm University, held in conjunction with SE 18.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -312,10 +312,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.8.3 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2018-01-31_release_0-8-3/</link>
+      <link>https://eclipse.dev/app4mc/news/2018-01-31_release_0-8-3/</link>
       <pubDate>Wed, 31 Jan 2018 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2018-01-31_release_0-8-3/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2018-01-31_release_0-8-3/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -323,10 +323,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>A4MCAR Technology Transfer to PolarSys Rover</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/</link>
       <pubDate>Tue, 14 Nov 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/</guid>
       <description>&lt;p&gt;The A4MCAR project, an APP4MC demonstrator developed by the Dortmund University of Applied Sciences and Arts will contribute to the PolarSys Rover project. The A4MCAR features functionalities from sensor and motor driving to high level functionalities such as server-based wireless driving via a Web-UI and system core monitoring and analysis. Mustafa Ozcelikors describes the details of the ongoing work in a PolarSys interview.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -334,10 +334,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.8.2 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-10-30_release_0-8-2/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-10-30_release_0-8-2/</link>
       <pubDate>Mon, 30 Oct 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-10-30_release_0-8-2/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-10-30_release_0-8-2/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -345,10 +345,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC-based project accepted for Google Summer of Code 2017</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-05-23_gsoc_2017_rover/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-05-23_gsoc_2017_rover/</link>
       <pubDate>Tue, 23 May 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-05-23_gsoc_2017_rover/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-05-23_gsoc_2017_rover/</guid>
       <description>&lt;p&gt;Mustafa Ozcelikors and his Mentor Robert Hoettger, have been accepted for participation in this year&amp;rsquo;s Google Summer of Code. Their project, A4MCAR: A Distributed and Parallel Demonstrator for Eclipse APP4MC will explore different software distribution scenarios along with APP4MC regarding timing and energy efficiency, concurrency issues, and system behaviour on a remote controlled car.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -356,10 +356,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>Visit APP4MC/AMALTHEA4public at Digital Innovation Forum in Amsterdam</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-05-10_digital_innovation_forum_2017/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-05-10_digital_innovation_forum_2017/</link>
       <pubDate>Mon, 08 May 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-05-10_digital_innovation_forum_2017/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-05-10_digital_innovation_forum_2017/</guid>
       <description>&lt;p&gt;On May, the 10 - 11th, APP4MC will be present at the exhibition of the Digital Innovation Forum in Amsterdam. We&amp;rsquo;ll present our latest platform developments and prototypes as well as some practical demonstrations developed with the APP4MC platform.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -367,10 +367,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.8.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-04-28_release_0-8-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-04-28_release_0-8-0/</link>
       <pubDate>Fri, 28 Apr 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-04-28_release_0-8-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-04-28_release_0-8-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -378,10 +378,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>Visit APP4MC at DATE or Parallel conferences</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-03-29_conferences_2017/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-03-29_conferences_2017/</link>
       <pubDate>Wed, 29 Mar 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-03-29_conferences_2017/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-03-29_conferences_2017/</guid>
       <description>&lt;p&gt;On March, the 30th, the talk &amp;lsquo;On Reducing Busy Waiting in AUTOSAR via Task-Release-Delta-based Runnable Reordering&amp;rsquo; (2pm) presents analyses regarding resource management based upon APP4MC at the Design, Automation and Test Conference and Exhibition (DATE).&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -389,10 +389,10 @@ The following image is a simplified overview of the model that will be created i
     
     <item>
       <title>APP4MC - Release 0.7.2 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-01-31_release_0-7-2/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-01-31_release_0-7-2/</link>
       <pubDate>Tue, 31 Jan 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-01-31_release_0-7-2/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-01-31_release_0-7-2/</guid>
       <description>&lt;p&gt;The 1st official release of APP4MC is published. All IP checks are finally done and the official release review successfully passed.
 We implemented some new features and enhancements according to project and user given requirements.&lt;/p&gt;
 
@@ -401,10 +401,10 @@ We implemented some new features and enhancements according to project and user
     
     <item>
       <title>APP4MC - milestone 0.7.1 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-11-04_milestone_release_0-7-1/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-11-04_milestone_release_0-7-1/</link>
       <pubDate>Fri, 04 Nov 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-11-04_milestone_release_0-7-1/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-11-04_milestone_release_0-7-1/</guid>
       <description>&lt;p&gt;A new milestone of APP4MC is published. There are new features and enhancements implemented according to project and user given requirements.
 Further information and entire list of changes can be found in the APP4MC help (after installation).&lt;/p&gt;
 
@@ -413,10 +413,10 @@ Further information and entire list of changes can be found in the APP4MC help (
     
     <item>
       <title>Visit APP4MC at EclipseCon Europe 2016</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/</link>
       <pubDate>Mon, 17 Oct 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/</guid>
       <description>&lt;p&gt;Learn more about APP4MC and see it in action at EclipseCon Europe 2016.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -424,10 +424,10 @@ Further information and entire list of changes can be found in the APP4MC help (
     
     <item>
       <title>AMALTHEA4public - 2nd annual review passed</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-09-28_itea-review/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-09-28_itea-review/</link>
       <pubDate>Wed, 28 Sep 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-09-28_itea-review/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-09-28_itea-review/</guid>
       <description>&lt;p&gt;The 2nd annual project review held in Bilbao is passed.
 The project itself presented the work of the last year to show the outcome and usage of the AMALTHEA data model and the APP4MC platform.&lt;/p&gt;
 
@@ -436,10 +436,10 @@ The project itself presented the work of the last year to show the outcome and u
     
     <item>
       <title>Capra Project Created</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-08-05_capra_project_created/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-08-05_capra_project_created/</link>
       <pubDate>Thu, 04 Aug 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-08-05_capra_project_created/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-08-05_capra_project_created/</guid>
       <description>&lt;p&gt;Capra, the dedicated traceability management tool is now an official Eclipse EMF project. It allows the creation, management, visualisation, and analysis of trace links within Eclipse. Eclipse Capra is also one of the results of the Amalthea4public project and shares close ties with Eclipse APP4MC.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -447,10 +447,10 @@ The project itself presented the work of the last year to show the outcome and u
     
     <item>
       <title>FMTV Challenge 2016</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-07-05_fmtv_challenge/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-07-05_fmtv_challenge/</link>
       <pubDate>Tue, 05 Jul 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-07-05_fmtv_challenge/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-07-05_fmtv_challenge/</guid>
       <description>&lt;p&gt;The Formal Methods for Timing Verification challenge (FMTV)
 at International Workshop on Analysis Tools and Methodologies
 for Embedded and Real-time Systems (WATERS)
@@ -461,10 +461,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>Summer School Automotive 2016</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-06-27_summer_school_automotive_2016/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-06-27_summer_school_automotive_2016/</link>
       <pubDate>Mon, 27 Jun 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-06-27_summer_school_automotive_2016/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-06-27_summer_school_automotive_2016/</guid>
       <description>&lt;p&gt;Summer School at the University of Applied Sciences and Arts in Dortmund from the 27th of June until the 1st of July 2016&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -472,10 +472,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>APP4MC Talk EclipseCon France 2016</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-06-08_eclipsecon_france_2016_capra/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-06-08_eclipsecon_france_2016_capra/</link>
       <pubDate>Wed, 08 Jun 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-06-08_eclipsecon_france_2016_capra/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-06-08_eclipsecon_france_2016_capra/</guid>
       <description>&lt;p&gt;At EclipseCon France 2016, Toulouse - Capra: A Configurable and Extendable EMF based Traceability Tool&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -483,10 +483,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>APP4MC Talk @ Parallel Konferenz</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-04-07_parallel_2016_app4mc_platform/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-04-07_parallel_2016_app4mc_platform/</link>
       <pubDate>Thu, 07 Apr 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-04-07_parallel_2016_app4mc_platform/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-04-07_parallel_2016_app4mc_platform/</guid>
       <description>&lt;p&gt;At parallel 2016, Heidelberg - APP4MC- eine offene Plattform zur Optimierung der Embedded-Multicore-Performance&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -494,10 +494,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>See the APP4MC Demonstrator at EWC 2016</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-02-12_embedded_world_2016_app4mc/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-02-12_embedded_world_2016_app4mc/</link>
       <pubDate>Fri, 12 Feb 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-02-12_embedded_world_2016_app4mc/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-02-12_embedded_world_2016_app4mc/</guid>
       <description>&lt;p&gt;Amalthea4Public is partnering with the Eclipse Foundation at Embedded World 2016 in Nuremberg.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -505,10 +505,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>APP4MC Talk @ Embedded Software Engineering Kongress</title>
-      <link>https://www.eclipse.org/app4mc/news/2015-12-02_ese_2015_app4mc_talk/</link>
+      <link>https://eclipse.dev/app4mc/news/2015-12-02_ese_2015_app4mc_talk/</link>
       <pubDate>Wed, 02 Dec 2015 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2015-12-02_ese_2015_app4mc_talk/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2015-12-02_ese_2015_app4mc_talk/</guid>
       <description>&lt;p&gt;At Embedded Software Engineering Kongress, Sindelfingen - Embedded-Multicore mit AMALTHEA&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -516,10 +516,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>APP4MC Talk EclipseCon Europe 2015</title>
-      <link>https://www.eclipse.org/app4mc/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/</link>
+      <link>https://eclipse.dev/app4mc/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/</link>
       <pubDate>Wed, 04 Nov 2015 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/</guid>
       <description>&lt;p&gt;At EclipseCon Europe 2015, Ludwigsburg - APP4MC - support for embedded multi-core&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -527,10 +527,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>Community</title>
-      <link>https://www.eclipse.org/app4mc/community/</link>
+      <link>https://eclipse.dev/app4mc/community/</link>
       <pubDate>Wed, 16 Sep 2015 11:02:52 +0200</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/community/</guid>
+      <guid>https://eclipse.dev/app4mc/community/</guid>
       <description> Eclipse APP4MC Project page
  Who is involved Developer resources Governance / Eclipse Development Process  Wiki
 Forum
@@ -541,10 +541,10 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects AMALTHEA and A
     
     <item>
       <title>APP4MC project successfully passes creation review</title>
-      <link>https://www.eclipse.org/app4mc/news/2015-08-12_creation_review_passed/</link>
+      <link>https://eclipse.dev/app4mc/news/2015-08-12_creation_review_passed/</link>
       <pubDate>Wed, 12 Aug 2015 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2015-08-12_creation_review_passed/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2015-08-12_creation_review_passed/</guid>
       <description>&lt;p&gt;The creation review is the starting point of the lifecycle of the project.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -552,10 +552,10 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects AMALTHEA and A
     
     <item>
       <title>APP4MC project proposal posted</title>
-      <link>https://www.eclipse.org/app4mc/news/2015-06-11_project_proposal_posted/</link>
+      <link>https://eclipse.dev/app4mc/news/2015-06-11_project_proposal_posted/</link>
       <pubDate>Thu, 11 Jun 2015 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2015-06-11_project_proposal_posted/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2015-06-11_project_proposal_posted/</guid>
       <description>&lt;p&gt;This is the first step of creating an Eclipse project as described in the Eclipse Project Handbook.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -563,10 +563,10 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects AMALTHEA and A
     
     <item>
       <title>Amathea4Public Article</title>
-      <link>https://www.eclipse.org/app4mc/news/2015-03-26_newsletter_article_amathea4public/</link>
+      <link>https://eclipse.dev/app4mc/news/2015-03-26_newsletter_article_amathea4public/</link>
       <pubDate>Thu, 26 Mar 2015 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2015-03-26_newsletter_article_amathea4public/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2015-03-26_newsletter_article_amathea4public/</guid>
       <description>&lt;p&gt;&lt;em&gt;Article by &lt;strong&gt;Christopher Brink and Jan Jatzkowski&lt;/strong&gt;, University of Paderborn published in the Eclipse newsletter&lt;/em&gt;&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
diff --git a/news/2015-03-26_newsletter_article_amathea4public/index.html b/news/2015-03-26_newsletter_article_amathea4public/index.html
index a4ac7cc..2547968 100644
--- a/news/2015-03-26_newsletter_article_amathea4public/index.html
+++ b/news/2015-03-26_newsletter_article_amathea4public/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2015-03-26_newsletter_article_amathea4public/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2015-03-26_newsletter_article_amathea4public/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2015-03-26_newsletter_article_amathea4public/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2015-03-26_newsletter_article_amathea4public/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2015-03-26_newsletter_article_amathea4public/">Amathea4Public Article</a>
+        <a href="https://eclipse.dev/app4mc/news/2015-03-26_newsletter_article_amathea4public/">Amathea4Public Article</a>
       </li>
       
       </ol>
@@ -298,7 +298,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -311,7 +311,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -324,7 +324,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -334,7 +334,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2015-06-11_project_proposal_posted/index.html b/news/2015-06-11_project_proposal_posted/index.html
index a6c132a..9746b70 100644
--- a/news/2015-06-11_project_proposal_posted/index.html
+++ b/news/2015-06-11_project_proposal_posted/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2015-06-11_project_proposal_posted/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2015-06-11_project_proposal_posted/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2015-06-11_project_proposal_posted/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2015-06-11_project_proposal_posted/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2015-06-11_project_proposal_posted/">APP4MC project proposal posted</a>
+        <a href="https://eclipse.dev/app4mc/news/2015-06-11_project_proposal_posted/">APP4MC project proposal posted</a>
       </li>
       
       </ol>
@@ -300,7 +300,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -313,7 +313,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -326,7 +326,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -336,7 +336,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2015-08-12_creation_review_passed/index.html b/news/2015-08-12_creation_review_passed/index.html
index e7f7f04..105a3b5 100644
--- a/news/2015-08-12_creation_review_passed/index.html
+++ b/news/2015-08-12_creation_review_passed/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2015-08-12_creation_review_passed/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2015-08-12_creation_review_passed/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2015-08-12_creation_review_passed/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2015-08-12_creation_review_passed/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2015-08-12_creation_review_passed/">APP4MC project successfully passes creation review</a>
+        <a href="https://eclipse.dev/app4mc/news/2015-08-12_creation_review_passed/">APP4MC project successfully passes creation review</a>
       </li>
       
       </ol>
@@ -298,7 +298,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -311,7 +311,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -324,7 +324,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -334,7 +334,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html b/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html
index 8b409ea..d8cecf0 100644
--- a/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html
+++ b/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/">APP4MC Talk EclipseCon Europe 2015</a>
+        <a href="https://eclipse.dev/app4mc/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/">APP4MC Talk EclipseCon Europe 2015</a>
       </li>
       
       </ol>
@@ -303,7 +303,7 @@ psecon.org/europe2015/session/app4mc-support-embedded-multicore">read the abstra
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -316,7 +316,7 @@ psecon.org/europe2015/session/app4mc-support-embedded-multicore">read the abstra
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -329,7 +329,7 @@ psecon.org/europe2015/session/app4mc-support-embedded-multicore">read the abstra
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -339,7 +339,7 @@ psecon.org/europe2015/session/app4mc-support-embedded-multicore">read the abstra
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2015-12-02_ese_2015_app4mc_talk/index.html b/news/2015-12-02_ese_2015_app4mc_talk/index.html
index ce9c8d8..87f95c9 100644
--- a/news/2015-12-02_ese_2015_app4mc_talk/index.html
+++ b/news/2015-12-02_ese_2015_app4mc_talk/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2015-12-02_ese_2015_app4mc_talk/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2015-12-02_ese_2015_app4mc_talk/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2015-12-02_ese_2015_app4mc_talk/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2015-12-02_ese_2015_app4mc_talk/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2015-12-02_ese_2015_app4mc_talk/">APP4MC Talk @ Embedded Software Engineering Kongress</a>
+        <a href="https://eclipse.dev/app4mc/news/2015-12-02_ese_2015_app4mc_talk/">APP4MC Talk @ Embedded Software Engineering Kongress</a>
       </li>
       
       </ol>
@@ -301,7 +301,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -314,7 +314,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -327,7 +327,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -337,7 +337,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2016-02-12_embedded_world_2016_app4mc/index.html b/news/2016-02-12_embedded_world_2016_app4mc/index.html
index c48f56b..d13a2d7 100644
--- a/news/2016-02-12_embedded_world_2016_app4mc/index.html
+++ b/news/2016-02-12_embedded_world_2016_app4mc/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2016-02-12_embedded_world_2016_app4mc/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2016-02-12_embedded_world_2016_app4mc/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2016-02-12_embedded_world_2016_app4mc/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2016-02-12_embedded_world_2016_app4mc/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2016-02-12_embedded_world_2016_app4mc/">See the APP4MC Demonstrator at EWC 2016</a>
+        <a href="https://eclipse.dev/app4mc/news/2016-02-12_embedded_world_2016_app4mc/">See the APP4MC Demonstrator at EWC 2016</a>
       </li>
       
       </ol>
@@ -298,7 +298,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -311,7 +311,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -324,7 +324,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -334,7 +334,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2016-04-07_parallel_2016_app4mc_platform/index.html b/news/2016-04-07_parallel_2016_app4mc_platform/index.html
index 2d25023..a9982a4 100644
--- a/news/2016-04-07_parallel_2016_app4mc_platform/index.html
+++ b/news/2016-04-07_parallel_2016_app4mc_platform/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2016-04-07_parallel_2016_app4mc_platform/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2016-04-07_parallel_2016_app4mc_platform/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2016-04-07_parallel_2016_app4mc_platform/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2016-04-07_parallel_2016_app4mc_platform/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2016-04-07_parallel_2016_app4mc_platform/">APP4MC Talk @ Parallel Konferenz</a>
+        <a href="https://eclipse.dev/app4mc/news/2016-04-07_parallel_2016_app4mc_platform/">APP4MC Talk @ Parallel Konferenz</a>
       </li>
       
       </ol>
@@ -301,7 +301,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -314,7 +314,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -327,7 +327,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -337,7 +337,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2016-06-08_eclipsecon_france_2016_capra/index.html b/news/2016-06-08_eclipsecon_france_2016_capra/index.html
index b85b519..8849ce1 100644
--- a/news/2016-06-08_eclipsecon_france_2016_capra/index.html
+++ b/news/2016-06-08_eclipsecon_france_2016_capra/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2016-06-08_eclipsecon_france_2016_capra/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2016-06-08_eclipsecon_france_2016_capra/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2016-06-08_eclipsecon_france_2016_capra/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2016-06-08_eclipsecon_france_2016_capra/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2016-06-08_eclipsecon_france_2016_capra/">APP4MC Talk EclipseCon France 2016</a>
+        <a href="https://eclipse.dev/app4mc/news/2016-06-08_eclipsecon_france_2016_capra/">APP4MC Talk EclipseCon France 2016</a>
       </li>
       
       </ol>
@@ -299,7 +299,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -312,7 +312,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -325,7 +325,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -335,7 +335,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2016-06-27_summer_school_automotive_2016/index.html b/news/2016-06-27_summer_school_automotive_2016/index.html
index 67f014c..c306628 100644
--- a/news/2016-06-27_summer_school_automotive_2016/index.html
+++ b/news/2016-06-27_summer_school_automotive_2016/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2016-06-27_summer_school_automotive_2016/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2016-06-27_summer_school_automotive_2016/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2016-06-27_summer_school_automotive_2016/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2016-06-27_summer_school_automotive_2016/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2016-06-27_summer_school_automotive_2016/">Summer School Automotive 2016</a>
+        <a href="https://eclipse.dev/app4mc/news/2016-06-27_summer_school_automotive_2016/">Summer School Automotive 2016</a>
       </li>
       
       </ol>
@@ -313,7 +313,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -326,7 +326,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -339,7 +339,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -349,7 +349,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2016-07-05_fmtv_challenge/index.html b/news/2016-07-05_fmtv_challenge/index.html
index 8772729..d2f4767 100644
--- a/news/2016-07-05_fmtv_challenge/index.html
+++ b/news/2016-07-05_fmtv_challenge/index.html
@@ -28,18 +28,18 @@ for Embedded and Real-time Systems (WATERS)
 is based on an Amalthea model of a …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2016-07-05_fmtv_challenge/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2016-07-05_fmtv_challenge/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2016-07-05_fmtv_challenge/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2016-07-05_fmtv_challenge/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -93,8 +93,8 @@ is based on an Amalthea model of a …">
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -110,7 +110,7 @@ is based on an Amalthea model of a …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -119,7 +119,7 @@ is based on an Amalthea model of a …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -128,7 +128,7 @@ is based on an Amalthea model of a …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -137,7 +137,7 @@ is based on an Amalthea model of a …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -146,7 +146,7 @@ is based on an Amalthea model of a …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -164,9 +164,9 @@ is based on an Amalthea model of a …">
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -233,8 +233,8 @@ is based on an Amalthea model of a …">
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -261,17 +261,17 @@ is based on an Amalthea model of a …">
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2016-07-05_fmtv_challenge/">FMTV Challenge 2016</a>
+        <a href="https://eclipse.dev/app4mc/news/2016-07-05_fmtv_challenge/">FMTV Challenge 2016</a>
       </li>
       
       </ol>
@@ -327,7 +327,7 @@ is based on an Amalthea model of a Bosch Engine Control.</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -340,7 +340,7 @@ is based on an Amalthea model of a Bosch Engine Control.</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -353,7 +353,7 @@ is based on an Amalthea model of a Bosch Engine Control.</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -363,7 +363,7 @@ is based on an Amalthea model of a Bosch Engine Control.</p>
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2016-08-05_capra_project_created/index.html b/news/2016-08-05_capra_project_created/index.html
index 0b7f921..b9b5b0b 100644
--- a/news/2016-08-05_capra_project_created/index.html
+++ b/news/2016-08-05_capra_project_created/index.html
@@ -19,18 +19,18 @@
   <meta name="twitter:description" content="Capra, the dedicated traceability management tool is now an official Eclipse EMF project. It allows the creation, management, visualisation, and analysis of trace links within Eclipse. Eclipse Capra …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2016-08-05_capra_project_created/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2016-08-05_capra_project_created/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2016-08-05_capra_project_created/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2016-08-05_capra_project_created/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -84,8 +84,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -101,7 +101,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -110,7 +110,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -119,7 +119,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -128,7 +128,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -137,7 +137,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -155,9 +155,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -224,8 +224,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -252,17 +252,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2016-08-05_capra_project_created/">Capra Project Created</a>
+        <a href="https://eclipse.dev/app4mc/news/2016-08-05_capra_project_created/">Capra Project Created</a>
       </li>
       
       </ol>
@@ -307,7 +307,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -320,7 +320,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -333,7 +333,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -343,7 +343,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2016-09-28_itea-review/index.html b/news/2016-09-28_itea-review/index.html
index 7d11f5c..bf52b84 100644
--- a/news/2016-09-28_itea-review/index.html
+++ b/news/2016-09-28_itea-review/index.html
@@ -24,18 +24,18 @@ The project itself presented the work of the last year to show the outcome and u
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2016-09-28_itea-review/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2016-09-28_itea-review/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2016-09-28_itea-review/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2016-09-28_itea-review/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -89,8 +89,8 @@ The project itself presented the work of the last year to show the outcome and u
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -106,7 +106,7 @@ The project itself presented the work of the last year to show the outcome and u
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -115,7 +115,7 @@ The project itself presented the work of the last year to show the outcome and u
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -124,7 +124,7 @@ The project itself presented the work of the last year to show the outcome and u
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -133,7 +133,7 @@ The project itself presented the work of the last year to show the outcome and u
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -142,7 +142,7 @@ The project itself presented the work of the last year to show the outcome and u
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -160,9 +160,9 @@ The project itself presented the work of the last year to show the outcome and u
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -229,8 +229,8 @@ The project itself presented the work of the last year to show the outcome and u
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -257,17 +257,17 @@ The project itself presented the work of the last year to show the outcome and u
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2016-09-28_itea-review/">AMALTHEA4public - 2nd annual review passed</a>
+        <a href="https://eclipse.dev/app4mc/news/2016-09-28_itea-review/">AMALTHEA4public - 2nd annual review passed</a>
       </li>
       
       </ol>
@@ -310,7 +310,7 @@ The project itself presented the work of the last year to show the outcome and u
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -323,7 +323,7 @@ The project itself presented the work of the last year to show the outcome and u
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -336,7 +336,7 @@ The project itself presented the work of the last year to show the outcome and u
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -346,7 +346,7 @@ The project itself presented the work of the last year to show the outcome and u
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html b/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html
index 4347bfc..54ba572 100644
--- a/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html
+++ b/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/">Visit APP4MC at EclipseCon Europe 2016</a>
+        <a href="https://eclipse.dev/app4mc/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/">Visit APP4MC at EclipseCon Europe 2016</a>
       </li>
       
       </ol>
@@ -307,7 +307,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -320,7 +320,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -333,7 +333,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -343,7 +343,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2016-11-04_milestone_release_0-7-1/index.html b/news/2016-11-04_milestone_release_0-7-1/index.html
index 281c9e6..b0d7bc5 100644
--- a/news/2016-11-04_milestone_release_0-7-1/index.html
+++ b/news/2016-11-04_milestone_release_0-7-1/index.html
@@ -22,18 +22,18 @@ Further information and entire list of changes can be found in the APP4MC help (
 Further information and entire list of changes can be …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2016-11-04_milestone_release_0-7-1/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2016-11-04_milestone_release_0-7-1/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2016-11-04_milestone_release_0-7-1/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2016-11-04_milestone_release_0-7-1/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -87,8 +87,8 @@ Further information and entire list of changes can be …">
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -104,7 +104,7 @@ Further information and entire list of changes can be …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -113,7 +113,7 @@ Further information and entire list of changes can be …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -122,7 +122,7 @@ Further information and entire list of changes can be …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -131,7 +131,7 @@ Further information and entire list of changes can be …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -140,7 +140,7 @@ Further information and entire list of changes can be …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -158,9 +158,9 @@ Further information and entire list of changes can be …">
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -227,8 +227,8 @@ Further information and entire list of changes can be …">
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -255,17 +255,17 @@ Further information and entire list of changes can be …">
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2016-11-04_milestone_release_0-7-1/">APP4MC - milestone 0.7.1 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2016-11-04_milestone_release_0-7-1/">APP4MC - milestone 0.7.1 published</a>
       </li>
       
       </ol>
@@ -332,7 +332,7 @@ Further information and entire list of changes can be found in the APP4MC help (
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -345,7 +345,7 @@ Further information and entire list of changes can be found in the APP4MC help (
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -358,7 +358,7 @@ Further information and entire list of changes can be found in the APP4MC help (
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -368,7 +368,7 @@ Further information and entire list of changes can be found in the APP4MC help (
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2017-01-31_release_0-7-2/index.html b/news/2017-01-31_release_0-7-2/index.html
index 7207a1a..dce49be 100644
--- a/news/2017-01-31_release_0-7-2/index.html
+++ b/news/2017-01-31_release_0-7-2/index.html
@@ -22,18 +22,18 @@ We implemented some new features and enhancements according to project and user
 We implemented some new features and enhancements according to …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2017-01-31_release_0-7-2/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2017-01-31_release_0-7-2/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2017-01-31_release_0-7-2/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2017-01-31_release_0-7-2/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -87,8 +87,8 @@ We implemented some new features and enhancements according to …">
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -104,7 +104,7 @@ We implemented some new features and enhancements according to …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -113,7 +113,7 @@ We implemented some new features and enhancements according to …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -122,7 +122,7 @@ We implemented some new features and enhancements according to …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -131,7 +131,7 @@ We implemented some new features and enhancements according to …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -140,7 +140,7 @@ We implemented some new features and enhancements according to …">
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -158,9 +158,9 @@ We implemented some new features and enhancements according to …">
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -227,8 +227,8 @@ We implemented some new features and enhancements according to …">
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -255,17 +255,17 @@ We implemented some new features and enhancements according to …">
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2017-01-31_release_0-7-2/">APP4MC - Release 0.7.2 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2017-01-31_release_0-7-2/">APP4MC - Release 0.7.2 published</a>
       </li>
       
       </ol>
@@ -339,7 +339,7 @@ New examples
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -352,7 +352,7 @@ New examples
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -365,7 +365,7 @@ New examples
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -375,7 +375,7 @@ New examples
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2017-03-29_conferences_2017/index.html b/news/2017-03-29_conferences_2017/index.html
index fb0adec..997da01 100644
--- a/news/2017-03-29_conferences_2017/index.html
+++ b/news/2017-03-29_conferences_2017/index.html
@@ -19,18 +19,18 @@
   <meta name="twitter:description" content="On March, the 30th, the talk &lsquo;On Reducing Busy Waiting in AUTOSAR via Task-Release-Delta-based Runnable Reordering&rsquo; (2pm) presents analyses regarding resource management based upon APP4MC …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2017-03-29_conferences_2017/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2017-03-29_conferences_2017/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2017-03-29_conferences_2017/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2017-03-29_conferences_2017/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -84,8 +84,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -101,7 +101,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -110,7 +110,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -119,7 +119,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -128,7 +128,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -137,7 +137,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -155,9 +155,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -224,8 +224,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -252,17 +252,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2017-03-29_conferences_2017/">Visit APP4MC at DATE or Parallel conferences</a>
+        <a href="https://eclipse.dev/app4mc/news/2017-03-29_conferences_2017/">Visit APP4MC at DATE or Parallel conferences</a>
       </li>
       
       </ol>
@@ -310,7 +310,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -323,7 +323,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -336,7 +336,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -346,7 +346,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2017-04-28_release_0-8-0/index.html b/news/2017-04-28_release_0-8-0/index.html
index 33619b8..0d7832b 100644
--- a/news/2017-04-28_release_0-8-0/index.html
+++ b/news/2017-04-28_release_0-8-0/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2017-04-28_release_0-8-0/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2017-04-28_release_0-8-0/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2017-04-28_release_0-8-0/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2017-04-28_release_0-8-0/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2017-04-28_release_0-8-0/">APP4MC - Release 0.8.0 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2017-04-28_release_0-8-0/">APP4MC - Release 0.8.0 published</a>
       </li>
       
       </ol>
@@ -321,7 +321,7 @@ Extended OS Overheads
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -334,7 +334,7 @@ Extended OS Overheads
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -347,7 +347,7 @@ Extended OS Overheads
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -357,7 +357,7 @@ Extended OS Overheads
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2017-05-10_digital_innovation_forum_2017/index.html b/news/2017-05-10_digital_innovation_forum_2017/index.html
index 22e5a71..3800b53 100644
--- a/news/2017-05-10_digital_innovation_forum_2017/index.html
+++ b/news/2017-05-10_digital_innovation_forum_2017/index.html
@@ -19,18 +19,18 @@
   <meta name="twitter:description" content="On May, the 10 - 11th, APP4MC will be present at the exhibition of the Digital Innovation Forum in Amsterdam. We&rsquo;ll present our latest platform developments and prototypes as well as some …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2017-05-10_digital_innovation_forum_2017/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2017-05-10_digital_innovation_forum_2017/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2017-05-10_digital_innovation_forum_2017/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2017-05-10_digital_innovation_forum_2017/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -84,8 +84,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -101,7 +101,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -110,7 +110,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -119,7 +119,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -128,7 +128,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -137,7 +137,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -155,9 +155,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -224,8 +224,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -252,17 +252,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2017-05-10_digital_innovation_forum_2017/">Visit APP4MC/AMALTHEA4public at Digital Innovation Forum in Amsterdam</a>
+        <a href="https://eclipse.dev/app4mc/news/2017-05-10_digital_innovation_forum_2017/">Visit APP4MC/AMALTHEA4public at Digital Innovation Forum in Amsterdam</a>
       </li>
       
       </ol>
@@ -297,7 +297,7 @@
 Traceability throughout the engineering phases shown with an open source ADAS example</p></li>
 </ul>
 
-<p><img src="https://www.eclipse.org/app4mc/images/news/ebeas_designflow_small.png" title="EBEAS Overview" class="img-responsive"></p>  
+<p><img src="https://eclipse.dev/app4mc/images/news/ebeas_designflow_small.png" title="EBEAS Overview" class="img-responsive"></p>  
         
       </div>
       <div class="col-md-6  padding-bottom-30">
@@ -308,7 +308,7 @@ Traceability throughout the engineering phases shown with an open source ADAS ex
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -321,7 +321,7 @@ Traceability throughout the engineering phases shown with an open source ADAS ex
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -334,7 +334,7 @@ Traceability throughout the engineering phases shown with an open source ADAS ex
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -344,7 +344,7 @@ Traceability throughout the engineering phases shown with an open source ADAS ex
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2017-05-23_gsoc_2017_rover/index.html b/news/2017-05-23_gsoc_2017_rover/index.html
index 61c9ace..fb97427 100644
--- a/news/2017-05-23_gsoc_2017_rover/index.html
+++ b/news/2017-05-23_gsoc_2017_rover/index.html
@@ -19,18 +19,18 @@
   <meta name="twitter:description" content="Mustafa Ozcelikors and his Mentor Robert Hoettger, have been accepted for participation in this year&rsquo;s Google Summer of Code. Their project, A4MCAR: A Distributed and Parallel Demonstrator for …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2017-05-23_gsoc_2017_rover/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2017-05-23_gsoc_2017_rover/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2017-05-23_gsoc_2017_rover/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2017-05-23_gsoc_2017_rover/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -84,8 +84,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -101,7 +101,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -110,7 +110,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -119,7 +119,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -128,7 +128,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -137,7 +137,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -155,9 +155,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -224,8 +224,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -252,17 +252,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2017-05-23_gsoc_2017_rover/">APP4MC-based project accepted for Google Summer of Code 2017</a>
+        <a href="https://eclipse.dev/app4mc/news/2017-05-23_gsoc_2017_rover/">APP4MC-based project accepted for Google Summer of Code 2017</a>
       </li>
       
       </ol>
@@ -292,13 +292,13 @@
         <p>The remote controlled car and its functionality have been part of the Dortmund University of Applied Sciences and Arts research curriculum in conjunction with the AMALTHEA4public project. The A4MCAR graphically presents results of optimization experiments e.g. in terms of APP4MC’s partitioning and mapping configurations. Therefore, the A4MCAR requires a sophisticated hardware and software architecture as well as advanced functionalities through the Raspberry Pi 3 including a touchscreen display, image processing, and sensor aided driving. </p>
     </div>
     <div class="col-md-10">
-        <img src="https://www.eclipse.org/app4mc/images/news/a4mcar.png" title="A4MC Car" class="img-responsive">
+        <img src="https://eclipse.dev/app4mc/images/news/a4mcar.png" title="A4MC Car" class="img-responsive">
         </div>
 </div>
 
 <div class="row" style="margin-top: 20px">
     <div class="col-md-14" style="margin-bottom: 20px">
-        <img src="https://www.eclipse.org/app4mc/images/news/hwoverview.png" title="Hardware overview" class="img-responsive"></div>  
+        <img src="https://eclipse.dev/app4mc/images/news/hwoverview.png" title="Hardware overview" class="img-responsive"></div>  
     <div class="col-md-10">
         <p>Planned software improvements include developing low-level drivers for the XMOS Explorer-Kit multi-core microcontroller and high-level applications for the Raspberry Pi 3 as well as distributing scripts and code snippets to support the community with easier tracing, system management and evaluation options. The project will use the modeling functionality of APP4MC to plan and evaluate affinity-constrained parallel software distributions.</p>
 <p>     The results will be part of the APP4MC examples downloads, so watch this space for updates!
@@ -316,7 +316,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -329,7 +329,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -342,7 +342,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -352,7 +352,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2017-10-30_release_0-8-2/index.html b/news/2017-10-30_release_0-8-2/index.html
index b2d089a..ff4de76 100644
--- a/news/2017-10-30_release_0-8-2/index.html
+++ b/news/2017-10-30_release_0-8-2/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2017-10-30_release_0-8-2/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2017-10-30_release_0-8-2/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2017-10-30_release_0-8-2/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2017-10-30_release_0-8-2/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2017-10-30_release_0-8-2/">APP4MC - Release 0.8.2 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2017-10-30_release_0-8-2/">APP4MC - Release 0.8.2 published</a>
       </li>
       
       </ol>
@@ -321,7 +321,7 @@ New component event
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -334,7 +334,7 @@ New component event
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -347,7 +347,7 @@ New component event
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -357,7 +357,7 @@ New component event
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html b/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html
index 21d26f1..eb84364 100644
--- a/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html
+++ b/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html
@@ -19,18 +19,18 @@
   <meta name="twitter:description" content="The A4MCAR project, an APP4MC demonstrator developed by the Dortmund University of Applied Sciences and Arts will contribute to the PolarSys Rover project. The A4MCAR features functionalities from …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -84,8 +84,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -101,7 +101,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -110,7 +110,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -119,7 +119,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -128,7 +128,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -137,7 +137,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -155,9 +155,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -224,8 +224,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -252,17 +252,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/">A4MCAR Technology Transfer to PolarSys Rover</a>
+        <a href="https://eclipse.dev/app4mc/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/">A4MCAR Technology Transfer to PolarSys Rover</a>
       </li>
       
       </ol>
@@ -296,7 +296,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -309,7 +309,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -322,7 +322,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -332,7 +332,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2018-01-31_release_0-8-3/index.html b/news/2018-01-31_release_0-8-3/index.html
index bc0f510..a30e623 100644
--- a/news/2018-01-31_release_0-8-3/index.html
+++ b/news/2018-01-31_release_0-8-3/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2018-01-31_release_0-8-3/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2018-01-31_release_0-8-3/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2018-01-31_release_0-8-3/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2018-01-31_release_0-8-3/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2018-01-31_release_0-8-3/">APP4MC - Release 0.8.3 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2018-01-31_release_0-8-3/">APP4MC - Release 0.8.3 published</a>
       </li>
       
       </ol>
@@ -321,7 +321,7 @@ New reference to port for client server and sender receiver communication
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -334,7 +334,7 @@ New reference to port for client server and sender receiver communication
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -347,7 +347,7 @@ New reference to port for client server and sender receiver communication
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -357,7 +357,7 @@ New reference to port for client server and sender receiver communication
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2018-02-13_seerts_workshop_ulm/index.html b/news/2018-02-13_seerts_workshop_ulm/index.html
index 74e8136..d5c45a2 100644
--- a/news/2018-02-13_seerts_workshop_ulm/index.html
+++ b/news/2018-02-13_seerts_workshop_ulm/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2018-02-13_seerts_workshop_ulm/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2018-02-13_seerts_workshop_ulm/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2018-02-13_seerts_workshop_ulm/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2018-02-13_seerts_workshop_ulm/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2018-02-13_seerts_workshop_ulm/">Workshop on Software Engineering for Applied Embedded R-T Systems</a>
+        <a href="https://eclipse.dev/app4mc/news/2018-02-13_seerts_workshop_ulm/">Workshop on Software Engineering for Applied Embedded R-T Systems</a>
       </li>
       
       </ol>
@@ -300,7 +300,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -313,7 +313,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -326,7 +326,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -336,7 +336,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2018-04-30-release-0-9-0/index.html b/news/2018-04-30-release-0-9-0/index.html
index 7ce1ccc..683c29e 100644
--- a/news/2018-04-30-release-0-9-0/index.html
+++ b/news/2018-04-30-release-0-9-0/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2018-04-30-release-0-9-0/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2018-04-30-release-0-9-0/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2018-04-30-release-0-9-0/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2018-04-30-release-0-9-0/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2018-04-30-release-0-9-0/">APP4MC - Release 0.9.0 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2018-04-30-release-0-9-0/">APP4MC - Release 0.9.0 published</a>
       </li>
       
       </ol>
@@ -316,7 +316,7 @@ New concept of ExecutionNeed (replaces the former RunnableInstructions)
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -329,7 +329,7 @@ New concept of ExecutionNeed (replaces the former RunnableInstructions)
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -342,7 +342,7 @@ New concept of ExecutionNeed (replaces the former RunnableInstructions)
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -352,7 +352,7 @@ New concept of ExecutionNeed (replaces the former RunnableInstructions)
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2018-08-01-release-0-9-1/index.html b/news/2018-08-01-release-0-9-1/index.html
index 6eb1188..cea757c 100644
--- a/news/2018-08-01-release-0-9-1/index.html
+++ b/news/2018-08-01-release-0-9-1/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2018-08-01-release-0-9-1/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2018-08-01-release-0-9-1/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2018-08-01-release-0-9-1/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2018-08-01-release-0-9-1/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2018-08-01-release-0-9-1/">APP4MC - Release 0.9.1 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2018-08-01-release-0-9-1/">APP4MC - Release 0.9.1 published</a>
       </li>
       
       </ol>
@@ -321,7 +321,7 @@ New possibility to specify runnable parameters and call arguments
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -334,7 +334,7 @@ New possibility to specify runnable parameters and call arguments
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -347,7 +347,7 @@ New possibility to specify runnable parameters and call arguments
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -357,7 +357,7 @@ New possibility to specify runnable parameters and call arguments
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2018-11-06-release-0-9-2/index.html b/news/2018-11-06-release-0-9-2/index.html
index 3783d29..16938ed 100644
--- a/news/2018-11-06-release-0-9-2/index.html
+++ b/news/2018-11-06-release-0-9-2/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2018-11-06-release-0-9-2/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2018-11-06-release-0-9-2/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2018-11-06-release-0-9-2/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2018-11-06-release-0-9-2/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2018-11-06-release-0-9-2/">APP4MC - Release 0.9.2 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2018-11-06-release-0-9-2/">APP4MC - Release 0.9.2 published</a>
       </li>
       
       </ol>
@@ -314,7 +314,7 @@ New model builders (with a Groovy-like builder pattern)
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -327,7 +327,7 @@ New model builders (with a Groovy-like builder pattern)
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -340,7 +340,7 @@ New model builders (with a Groovy-like builder pattern)
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -350,7 +350,7 @@ New model builders (with a Groovy-like builder pattern)
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2019-02-04-release-0-9-3/index.html b/news/2019-02-04-release-0-9-3/index.html
index d7cc6c7..6b25813 100644
--- a/news/2019-02-04-release-0-9-3/index.html
+++ b/news/2019-02-04-release-0-9-3/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2019-02-04-release-0-9-3/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2019-02-04-release-0-9-3/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2019-02-04-release-0-9-3/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2019-02-04-release-0-9-3/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2019-02-04-release-0-9-3/">APP4MC - Release 0.9.3 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2019-02-04-release-0-9-3/">APP4MC - Release 0.9.3 published</a>
       </li>
       
       </ol>
@@ -315,7 +315,7 @@ Reworked distributions (discrete, continuous, time) without generics
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -328,7 +328,7 @@ Reworked distributions (discrete, continuous, time) without generics
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -341,7 +341,7 @@ Reworked distributions (discrete, continuous, time) without generics
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -351,7 +351,7 @@ Reworked distributions (discrete, continuous, time) without generics
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2019-05-02-release-0-9-4/index.html b/news/2019-05-02-release-0-9-4/index.html
index b39f59e..b2fc6f9 100644
--- a/news/2019-05-02-release-0-9-4/index.html
+++ b/news/2019-05-02-release-0-9-4/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2019-05-02-release-0-9-4/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2019-05-02-release-0-9-4/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2019-05-02-release-0-9-4/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2019-05-02-release-0-9-4/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2019-05-02-release-0-9-4/">APP4MC - Release 0.9.4 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2019-05-02-release-0-9-4/">APP4MC - Release 0.9.4 published</a>
       </li>
       
       </ol>
@@ -316,7 +316,7 @@ Model cleanup (removed runnable deadlines, distinct naming)
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -329,7 +329,7 @@ Model cleanup (removed runnable deadlines, distinct naming)
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -342,7 +342,7 @@ Model cleanup (removed runnable deadlines, distinct naming)
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -352,7 +352,7 @@ Model cleanup (removed runnable deadlines, distinct naming)
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2019-08-02-release-0-9-5/index.html b/news/2019-08-02-release-0-9-5/index.html
index e3234aa..96eeca8 100644
--- a/news/2019-08-02-release-0-9-5/index.html
+++ b/news/2019-08-02-release-0-9-5/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2019-08-02-release-0-9-5/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2019-08-02-release-0-9-5/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2019-08-02-release-0-9-5/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2019-08-02-release-0-9-5/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2019-08-02-release-0-9-5/">APP4MC - Release 0.9.5 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2019-08-02-release-0-9-5/">APP4MC - Release 0.9.5 published</a>
       </li>
       
       </ol>
@@ -315,7 +315,7 @@ Simplified clock definitions (used in scenarios of variable rate stimuli)
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -328,7 +328,7 @@ Simplified clock definitions (used in scenarios of variable rate stimuli)
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -341,7 +341,7 @@ Simplified clock definitions (used in scenarios of variable rate stimuli)
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -351,7 +351,7 @@ Simplified clock definitions (used in scenarios of variable rate stimuli)
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2019-11-04-release-0-9-6/index.html b/news/2019-11-04-release-0-9-6/index.html
index 88e386a..08a1f2e 100644
--- a/news/2019-11-04-release-0-9-6/index.html
+++ b/news/2019-11-04-release-0-9-6/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2019-11-04-release-0-9-6/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2019-11-04-release-0-9-6/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2019-11-04-release-0-9-6/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2019-11-04-release-0-9-6/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2019-11-04-release-0-9-6/">APP4MC - Release 0.9.6 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2019-11-04-release-0-9-6/">APP4MC - Release 0.9.6 published</a>
       </li>
       
       </ol>
@@ -316,7 +316,7 @@ Multi-line strings are supported in the editor (for selected string attributes)
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -329,7 +329,7 @@ Multi-line strings are supported in the editor (for selected string attributes)
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -342,7 +342,7 @@ Multi-line strings are supported in the editor (for selected string attributes)
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -352,7 +352,7 @@ Multi-line strings are supported in the editor (for selected string attributes)
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2020-02-03-release-0-9-7/index.html b/news/2020-02-03-release-0-9-7/index.html
index a350838..cc3eea8 100644
--- a/news/2020-02-03-release-0-9-7/index.html
+++ b/news/2020-02-03-release-0-9-7/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2020-02-03-release-0-9-7/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2020-02-03-release-0-9-7/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2020-02-03-release-0-9-7/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2020-02-03-release-0-9-7/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2020-02-03-release-0-9-7/">APP4MC - Release 0.9.7 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2020-02-03-release-0-9-7/">APP4MC - Release 0.9.7 published</a>
       </li>
       
       </ol>
@@ -315,7 +315,7 @@ Restructured migration component (also available as headless jar)
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -328,7 +328,7 @@ Restructured migration component (also available as headless jar)
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -341,7 +341,7 @@ Restructured migration component (also available as headless jar)
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -351,7 +351,7 @@ Restructured migration component (also available as headless jar)
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2020-05-04-release-0-9-8/index.html b/news/2020-05-04-release-0-9-8/index.html
index b1433a1..310c360 100644
--- a/news/2020-05-04-release-0-9-8/index.html
+++ b/news/2020-05-04-release-0-9-8/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2020-05-04-release-0-9-8/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2020-05-04-release-0-9-8/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2020-05-04-release-0-9-8/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2020-05-04-release-0-9-8/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2020-05-04-release-0-9-8/">APP4MC - Release 0.9.8 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2020-05-04-release-0-9-8/">APP4MC - Release 0.9.8 published</a>
       </li>
       
       </ol>
@@ -319,7 +319,7 @@ EMF model viewers are available as update site
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -332,7 +332,7 @@ EMF model viewers are available as update site
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -345,7 +345,7 @@ EMF model viewers are available as update site
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -355,7 +355,7 @@ EMF model viewers are available as update site
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2020-05-20-gsoc-2020/index.html b/news/2020-05-20-gsoc-2020/index.html
index 8581077..eae9077 100644
--- a/news/2020-05-20-gsoc-2020/index.html
+++ b/news/2020-05-20-gsoc-2020/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2020-05-20-gsoc-2020/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2020-05-20-gsoc-2020/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2020-05-20-gsoc-2020/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2020-05-20-gsoc-2020/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2020-05-20-gsoc-2020/">Eclipse APP4MC accepted for GSoC 2020</a>
+        <a href="https://eclipse.dev/app4mc/news/2020-05-20-gsoc-2020/">Eclipse APP4MC accepted for GSoC 2020</a>
       </li>
       
       </ol>
@@ -309,7 +309,7 @@ This project aims at developing a tracing framework based on the BTF specificati
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -322,7 +322,7 @@ This project aims at developing a tracing framework based on the BTF specificati
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -335,7 +335,7 @@ This project aims at developing a tracing framework based on the BTF specificati
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -345,7 +345,7 @@ This project aims at developing a tracing framework based on the BTF specificati
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2020-08-03-release-0-9-9/index.html b/news/2020-08-03-release-0-9-9/index.html
index 7461937..ff43984 100644
--- a/news/2020-08-03-release-0-9-9/index.html
+++ b/news/2020-08-03-release-0-9-9/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2020-08-03-release-0-9-9/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2020-08-03-release-0-9-9/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2020-08-03-release-0-9-9/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2020-08-03-release-0-9-9/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2020-08-03-release-0-9-9/">APP4MC - Release 0.9.9 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2020-08-03-release-0-9-9/">APP4MC - Release 0.9.9 published</a>
       </li>
       
       </ol>
@@ -328,7 +328,7 @@ Migration dialog supports recursive operation on folders
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -341,7 +341,7 @@ Migration dialog supports recursive operation on folders
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -354,7 +354,7 @@ Migration dialog supports recursive operation on folders
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -364,7 +364,7 @@ Migration dialog supports recursive operation on folders
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2020-12-01-release-1-0-0/index.html b/news/2020-12-01-release-1-0-0/index.html
index 231489d..4a7329b 100644
--- a/news/2020-12-01-release-1-0-0/index.html
+++ b/news/2020-12-01-release-1-0-0/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2020-12-01-release-1-0-0/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2020-12-01-release-1-0-0/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2020-12-01-release-1-0-0/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2020-12-01-release-1-0-0/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2020-12-01-release-1-0-0/">APP4MC - Release 1.0.0 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2020-12-01-release-1-0-0/">APP4MC - Release 1.0.0 published</a>
       </li>
       
       </ol>
@@ -329,7 +329,7 @@ Several bug fixes
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -342,7 +342,7 @@ Several bug fixes
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -355,7 +355,7 @@ Several bug fixes
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -365,7 +365,7 @@ Several bug fixes
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2021-04-30-release-1-1-0/index.html b/news/2021-04-30-release-1-1-0/index.html
index 13b63e9..a00d0e5 100644
--- a/news/2021-04-30-release-1-1-0/index.html
+++ b/news/2021-04-30-release-1-1-0/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2021-04-30-release-1-1-0/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2021-04-30-release-1-1-0/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2021-04-30-release-1-1-0/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2021-04-30-release-1-1-0/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2021-04-30-release-1-1-0/">APP4MC - Release 1.1.0 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2021-04-30-release-1-1-0/">APP4MC - Release 1.1.0 published</a>
       </li>
       
       </ol>
@@ -332,7 +332,7 @@ Several bug fixes
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -345,7 +345,7 @@ Several bug fixes
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -358,7 +358,7 @@ Several bug fixes
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -368,7 +368,7 @@ Several bug fixes
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2021-07-31-release-1-2-0/index.html b/news/2021-07-31-release-1-2-0/index.html
index 15187ba..1ab574b 100644
--- a/news/2021-07-31-release-1-2-0/index.html
+++ b/news/2021-07-31-release-1-2-0/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2021-07-31-release-1-2-0/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2021-07-31-release-1-2-0/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2021-07-31-release-1-2-0/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2021-07-31-release-1-2-0/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2021-07-31-release-1-2-0/">APP4MC - Release 1.2.0 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2021-07-31-release-1-2-0/">APP4MC - Release 1.2.0 published</a>
       </li>
       
       </ol>
@@ -336,7 +336,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -349,7 +349,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -362,7 +362,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -372,7 +372,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2021-11-30-release-2-0-0/index.html b/news/2021-11-30-release-2-0-0/index.html
index c1d9ca0..3d8fd05 100644
--- a/news/2021-11-30-release-2-0-0/index.html
+++ b/news/2021-11-30-release-2-0-0/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2021-11-30-release-2-0-0/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2021-11-30-release-2-0-0/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2021-11-30-release-2-0-0/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2021-11-30-release-2-0-0/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2021-11-30-release-2-0-0/">APP4MC - Release 2.0.0 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2021-11-30-release-2-0-0/">APP4MC - Release 2.0.0 published</a>
       </li>
       
       </ol>
@@ -335,7 +335,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -348,7 +348,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -361,7 +361,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -371,7 +371,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2022-04-30-release-2-1-0/index.html b/news/2022-04-30-release-2-1-0/index.html
index 249ced5..6ee7e95 100644
--- a/news/2022-04-30-release-2-1-0/index.html
+++ b/news/2022-04-30-release-2-1-0/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2022-04-30-release-2-1-0/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2022-04-30-release-2-1-0/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2022-04-30-release-2-1-0/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2022-04-30-release-2-1-0/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2022-04-30-release-2-1-0/">APP4MC - Release 2.1.0 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2022-04-30-release-2-1-0/">APP4MC - Release 2.1.0 published</a>
       </li>
       
       </ol>
@@ -338,7 +338,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -351,7 +351,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -364,7 +364,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -374,7 +374,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2022-07-31-release-2-2-0/index.html b/news/2022-07-31-release-2-2-0/index.html
index 685b247..142ec61 100644
--- a/news/2022-07-31-release-2-2-0/index.html
+++ b/news/2022-07-31-release-2-2-0/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2022-07-31-release-2-2-0/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2022-07-31-release-2-2-0/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2022-07-31-release-2-2-0/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2022-07-31-release-2-2-0/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a>
       </li>
       
       </ol>
@@ -330,7 +330,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -343,7 +343,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -356,7 +356,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -366,7 +366,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2022-11-30-release-3-0-0/index.html b/news/2022-11-30-release-3-0-0/index.html
index e0bd90c..576e306 100644
--- a/news/2022-11-30-release-3-0-0/index.html
+++ b/news/2022-11-30-release-3-0-0/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2022-11-30-release-3-0-0/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2022-11-30-release-3-0-0/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2022-11-30-release-3-0-0/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2022-11-30-release-3-0-0/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a>
       </li>
       
       </ol>
@@ -338,7 +338,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -351,7 +351,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -364,7 +364,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -374,7 +374,7 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/2023-06-30-release-3-1-0/index.html b/news/2023-06-30-release-3-1-0/index.html
index ef92617..77d68dd 100644
--- a/news/2023-06-30-release-3-1-0/index.html
+++ b/news/2023-06-30-release-3-1-0/index.html
@@ -21,18 +21,18 @@
 ">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/2023-06-30-release-3-1-0/" />
+  <meta property="og:url" content="https://eclipse.dev/news/2023-06-30-release-3-1-0/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/2023-06-30-release-3-1-0/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/2023-06-30-release-3-1-0/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -86,8 +86,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -103,7 +103,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -112,7 +112,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -121,7 +121,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -130,7 +130,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -139,7 +139,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -157,9 +157,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -226,8 +226,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -254,17 +254,17 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a>
+        <a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a>
       </li>
       
       </ol>
@@ -332,7 +332,7 @@ Several bug fixes
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -345,7 +345,7 @@ Several bug fixes
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -358,7 +358,7 @@ Several bug fixes
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -368,7 +368,7 @@ Several bug fixes
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/index.html b/news/index.html
index 92fc0c0..9abbe14 100644
--- a/news/index.html
+++ b/news/index.html
@@ -15,18 +15,18 @@
   <meta name="twitter:description" content="APP4MC website">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/news/" />
+  <meta property="og:url" content="https://eclipse.dev/news/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/news/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/news/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/news/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/news/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -80,8 +80,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -97,7 +97,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -106,7 +106,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -115,7 +115,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -124,7 +124,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -133,7 +133,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -151,9 +151,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -220,8 +220,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -246,12 +246,12 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/news/">News</a>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
       </li>
       
       </ol>
@@ -400,7 +400,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -413,7 +413,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -426,7 +426,7 @@
     <div class="news_item">
       <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
@@ -436,7 +436,7 @@
       <hr>
     </div>
   
-<div class="news_view_all"><a href="https://www.eclipse.org/app4mc//news">View all news</a></div>
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
 
       </div>
     </div>
diff --git a/news/index.xml b/news/index.xml
index c85432a..69d220e 100644
--- a/news/index.xml
+++ b/news/index.xml
@@ -2,22 +2,22 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>News on Application Platform Project for MultiCore (APP4MC)</title>
-    <link>https://www.eclipse.org/app4mc/news/</link>
+    <link>https://eclipse.dev/app4mc/news/</link>
     <description>Recent content in News on Application Platform Project for MultiCore (APP4MC)</description>
     <generator>Hugo -- gohugo.io</generator>
     <managingEditor>webdev@eclipse-foundation.org (Susan Iwai)</managingEditor>
     <webMaster>webdev@eclipse-foundation.org (Susan Iwai)</webMaster>
     <lastBuildDate>Fri, 30 Jun 2023 00:00:00 +0000</lastBuildDate>
     
-	<atom:link href="https://www.eclipse.org/app4mc/news/index.xml" rel="self" type="application/rss+xml" />
+	<atom:link href="https://eclipse.dev/app4mc/news/index.xml" rel="self" type="application/rss+xml" />
     
     
     <item>
       <title>APP4MC - Release 3.1.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/</link>
       <pubDate>Fri, 30 Jun 2023 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -25,10 +25,10 @@
     
     <item>
       <title>APP4MC - Release 3.0.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/</link>
       <pubDate>Wed, 30 Nov 2022 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -36,10 +36,10 @@
     
     <item>
       <title>APP4MC - Release 2.2.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/</link>
       <pubDate>Sun, 31 Jul 2022 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -47,10 +47,10 @@
     
     <item>
       <title>APP4MC - Release 2.1.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2022-04-30-release-2-1-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2022-04-30-release-2-1-0/</link>
       <pubDate>Sat, 30 Apr 2022 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2022-04-30-release-2-1-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2022-04-30-release-2-1-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -58,10 +58,10 @@
     
     <item>
       <title>APP4MC - Release 2.0.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2021-11-30-release-2-0-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2021-11-30-release-2-0-0/</link>
       <pubDate>Tue, 30 Nov 2021 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2021-11-30-release-2-0-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2021-11-30-release-2-0-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -69,10 +69,10 @@
     
     <item>
       <title>APP4MC - Release 1.2.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2021-07-31-release-1-2-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2021-07-31-release-1-2-0/</link>
       <pubDate>Sat, 31 Jul 2021 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2021-07-31-release-1-2-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2021-07-31-release-1-2-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -80,10 +80,10 @@
     
     <item>
       <title>APP4MC - Release 1.1.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2021-04-30-release-1-1-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2021-04-30-release-1-1-0/</link>
       <pubDate>Fri, 30 Apr 2021 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2021-04-30-release-1-1-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2021-04-30-release-1-1-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -91,10 +91,10 @@
     
     <item>
       <title>APP4MC - Release 1.0.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2020-12-01-release-1-0-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2020-12-01-release-1-0-0/</link>
       <pubDate>Tue, 01 Dec 2020 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2020-12-01-release-1-0-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2020-12-01-release-1-0-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -102,10 +102,10 @@
     
     <item>
       <title>APP4MC - Release 0.9.9 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2020-08-03-release-0-9-9/</link>
+      <link>https://eclipse.dev/app4mc/news/2020-08-03-release-0-9-9/</link>
       <pubDate>Mon, 03 Aug 2020 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2020-08-03-release-0-9-9/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2020-08-03-release-0-9-9/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -113,10 +113,10 @@
     
     <item>
       <title>Eclipse APP4MC accepted for GSoC 2020</title>
-      <link>https://www.eclipse.org/app4mc/news/2020-05-20-gsoc-2020/</link>
+      <link>https://eclipse.dev/app4mc/news/2020-05-20-gsoc-2020/</link>
       <pubDate>Wed, 20 May 2020 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2020-05-20-gsoc-2020/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2020-05-20-gsoc-2020/</guid>
       <description>&lt;p&gt;Once again Eclipse APP4MC projects have been accepted for inclusion in the Google Summer of Code (GSoC).&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -124,10 +124,10 @@
     
     <item>
       <title>APP4MC - Release 0.9.8 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2020-05-04-release-0-9-8/</link>
+      <link>https://eclipse.dev/app4mc/news/2020-05-04-release-0-9-8/</link>
       <pubDate>Mon, 04 May 2020 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2020-05-04-release-0-9-8/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2020-05-04-release-0-9-8/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -135,10 +135,10 @@
     
     <item>
       <title>APP4MC - Release 0.9.7 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2020-02-03-release-0-9-7/</link>
+      <link>https://eclipse.dev/app4mc/news/2020-02-03-release-0-9-7/</link>
       <pubDate>Mon, 03 Feb 2020 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2020-02-03-release-0-9-7/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2020-02-03-release-0-9-7/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -146,10 +146,10 @@
     
     <item>
       <title>APP4MC - Release 0.9.6 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2019-11-04-release-0-9-6/</link>
+      <link>https://eclipse.dev/app4mc/news/2019-11-04-release-0-9-6/</link>
       <pubDate>Mon, 04 Nov 2019 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2019-11-04-release-0-9-6/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2019-11-04-release-0-9-6/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -157,10 +157,10 @@
     
     <item>
       <title>APP4MC - Release 0.9.5 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2019-08-02-release-0-9-5/</link>
+      <link>https://eclipse.dev/app4mc/news/2019-08-02-release-0-9-5/</link>
       <pubDate>Fri, 02 Aug 2019 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2019-08-02-release-0-9-5/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2019-08-02-release-0-9-5/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -168,10 +168,10 @@
     
     <item>
       <title>APP4MC - Release 0.9.4 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2019-05-02-release-0-9-4/</link>
+      <link>https://eclipse.dev/app4mc/news/2019-05-02-release-0-9-4/</link>
       <pubDate>Thu, 02 May 2019 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2019-05-02-release-0-9-4/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2019-05-02-release-0-9-4/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -179,10 +179,10 @@
     
     <item>
       <title>APP4MC - Release 0.9.3 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2019-02-04-release-0-9-3/</link>
+      <link>https://eclipse.dev/app4mc/news/2019-02-04-release-0-9-3/</link>
       <pubDate>Mon, 04 Feb 2019 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2019-02-04-release-0-9-3/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2019-02-04-release-0-9-3/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -190,10 +190,10 @@
     
     <item>
       <title>APP4MC - Release 0.9.2 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2018-11-06-release-0-9-2/</link>
+      <link>https://eclipse.dev/app4mc/news/2018-11-06-release-0-9-2/</link>
       <pubDate>Tue, 06 Nov 2018 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2018-11-06-release-0-9-2/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2018-11-06-release-0-9-2/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -201,10 +201,10 @@
     
     <item>
       <title>APP4MC - Release 0.9.1 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2018-08-01-release-0-9-1/</link>
+      <link>https://eclipse.dev/app4mc/news/2018-08-01-release-0-9-1/</link>
       <pubDate>Wed, 01 Aug 2018 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2018-08-01-release-0-9-1/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2018-08-01-release-0-9-1/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -212,10 +212,10 @@
     
     <item>
       <title>APP4MC - Release 0.9.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2018-04-30-release-0-9-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2018-04-30-release-0-9-0/</link>
       <pubDate>Mon, 30 Apr 2018 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2018-04-30-release-0-9-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2018-04-30-release-0-9-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -223,10 +223,10 @@
     
     <item>
       <title>Workshop on Software Engineering for Applied Embedded R-T Systems</title>
-      <link>https://www.eclipse.org/app4mc/news/2018-02-13_seerts_workshop_ulm/</link>
+      <link>https://eclipse.dev/app4mc/news/2018-02-13_seerts_workshop_ulm/</link>
       <pubDate>Tue, 13 Feb 2018 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2018-02-13_seerts_workshop_ulm/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2018-02-13_seerts_workshop_ulm/</guid>
       <description>&lt;p&gt;Join the APP4MC team at the SEERTS workshop on March 5, 2018, Ulm University, held in conjunction with SE 18.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -234,10 +234,10 @@
     
     <item>
       <title>APP4MC - Release 0.8.3 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2018-01-31_release_0-8-3/</link>
+      <link>https://eclipse.dev/app4mc/news/2018-01-31_release_0-8-3/</link>
       <pubDate>Wed, 31 Jan 2018 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2018-01-31_release_0-8-3/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2018-01-31_release_0-8-3/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -245,10 +245,10 @@
     
     <item>
       <title>A4MCAR Technology Transfer to PolarSys Rover</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/</link>
       <pubDate>Tue, 14 Nov 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/</guid>
       <description>&lt;p&gt;The A4MCAR project, an APP4MC demonstrator developed by the Dortmund University of Applied Sciences and Arts will contribute to the PolarSys Rover project. The A4MCAR features functionalities from sensor and motor driving to high level functionalities such as server-based wireless driving via a Web-UI and system core monitoring and analysis. Mustafa Ozcelikors describes the details of the ongoing work in a PolarSys interview.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -256,10 +256,10 @@
     
     <item>
       <title>APP4MC - Release 0.8.2 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-10-30_release_0-8-2/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-10-30_release_0-8-2/</link>
       <pubDate>Mon, 30 Oct 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-10-30_release_0-8-2/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-10-30_release_0-8-2/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -267,10 +267,10 @@
     
     <item>
       <title>APP4MC-based project accepted for Google Summer of Code 2017</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-05-23_gsoc_2017_rover/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-05-23_gsoc_2017_rover/</link>
       <pubDate>Tue, 23 May 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-05-23_gsoc_2017_rover/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-05-23_gsoc_2017_rover/</guid>
       <description>&lt;p&gt;Mustafa Ozcelikors and his Mentor Robert Hoettger, have been accepted for participation in this year&amp;rsquo;s Google Summer of Code. Their project, A4MCAR: A Distributed and Parallel Demonstrator for Eclipse APP4MC will explore different software distribution scenarios along with APP4MC regarding timing and energy efficiency, concurrency issues, and system behaviour on a remote controlled car.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -278,10 +278,10 @@
     
     <item>
       <title>Visit APP4MC/AMALTHEA4public at Digital Innovation Forum in Amsterdam</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-05-10_digital_innovation_forum_2017/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-05-10_digital_innovation_forum_2017/</link>
       <pubDate>Mon, 08 May 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-05-10_digital_innovation_forum_2017/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-05-10_digital_innovation_forum_2017/</guid>
       <description>&lt;p&gt;On May, the 10 - 11th, APP4MC will be present at the exhibition of the Digital Innovation Forum in Amsterdam. We&amp;rsquo;ll present our latest platform developments and prototypes as well as some practical demonstrations developed with the APP4MC platform.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -289,10 +289,10 @@
     
     <item>
       <title>APP4MC - Release 0.8.0 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-04-28_release_0-8-0/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-04-28_release_0-8-0/</link>
       <pubDate>Fri, 28 Apr 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-04-28_release_0-8-0/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-04-28_release_0-8-0/</guid>
       <description>&lt;p&gt;We released a new version of APP4MC with a couple of new features and improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -300,10 +300,10 @@
     
     <item>
       <title>Visit APP4MC at DATE or Parallel conferences</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-03-29_conferences_2017/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-03-29_conferences_2017/</link>
       <pubDate>Wed, 29 Mar 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-03-29_conferences_2017/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-03-29_conferences_2017/</guid>
       <description>&lt;p&gt;On March, the 30th, the talk &amp;lsquo;On Reducing Busy Waiting in AUTOSAR via Task-Release-Delta-based Runnable Reordering&amp;rsquo; (2pm) presents analyses regarding resource management based upon APP4MC at the Design, Automation and Test Conference and Exhibition (DATE).&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -311,10 +311,10 @@
     
     <item>
       <title>APP4MC - Release 0.7.2 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2017-01-31_release_0-7-2/</link>
+      <link>https://eclipse.dev/app4mc/news/2017-01-31_release_0-7-2/</link>
       <pubDate>Tue, 31 Jan 2017 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2017-01-31_release_0-7-2/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2017-01-31_release_0-7-2/</guid>
       <description>&lt;p&gt;The 1st official release of APP4MC is published. All IP checks are finally done and the official release review successfully passed.
 We implemented some new features and enhancements according to project and user given requirements.&lt;/p&gt;
 
@@ -323,10 +323,10 @@ We implemented some new features and enhancements according to project and user
     
     <item>
       <title>APP4MC - milestone 0.7.1 published</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-11-04_milestone_release_0-7-1/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-11-04_milestone_release_0-7-1/</link>
       <pubDate>Fri, 04 Nov 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-11-04_milestone_release_0-7-1/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-11-04_milestone_release_0-7-1/</guid>
       <description>&lt;p&gt;A new milestone of APP4MC is published. There are new features and enhancements implemented according to project and user given requirements.
 Further information and entire list of changes can be found in the APP4MC help (after installation).&lt;/p&gt;
 
@@ -335,10 +335,10 @@ Further information and entire list of changes can be found in the APP4MC help (
     
     <item>
       <title>Visit APP4MC at EclipseCon Europe 2016</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/</link>
       <pubDate>Mon, 17 Oct 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/</guid>
       <description>&lt;p&gt;Learn more about APP4MC and see it in action at EclipseCon Europe 2016.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -346,10 +346,10 @@ Further information and entire list of changes can be found in the APP4MC help (
     
     <item>
       <title>AMALTHEA4public - 2nd annual review passed</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-09-28_itea-review/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-09-28_itea-review/</link>
       <pubDate>Wed, 28 Sep 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-09-28_itea-review/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-09-28_itea-review/</guid>
       <description>&lt;p&gt;The 2nd annual project review held in Bilbao is passed.
 The project itself presented the work of the last year to show the outcome and usage of the AMALTHEA data model and the APP4MC platform.&lt;/p&gt;
 
@@ -358,10 +358,10 @@ The project itself presented the work of the last year to show the outcome and u
     
     <item>
       <title>Capra Project Created</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-08-05_capra_project_created/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-08-05_capra_project_created/</link>
       <pubDate>Thu, 04 Aug 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-08-05_capra_project_created/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-08-05_capra_project_created/</guid>
       <description>&lt;p&gt;Capra, the dedicated traceability management tool is now an official Eclipse EMF project. It allows the creation, management, visualisation, and analysis of trace links within Eclipse. Eclipse Capra is also one of the results of the Amalthea4public project and shares close ties with Eclipse APP4MC.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -369,10 +369,10 @@ The project itself presented the work of the last year to show the outcome and u
     
     <item>
       <title>FMTV Challenge 2016</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-07-05_fmtv_challenge/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-07-05_fmtv_challenge/</link>
       <pubDate>Tue, 05 Jul 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-07-05_fmtv_challenge/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-07-05_fmtv_challenge/</guid>
       <description>&lt;p&gt;The Formal Methods for Timing Verification challenge (FMTV)
 at International Workshop on Analysis Tools and Methodologies
 for Embedded and Real-time Systems (WATERS)
@@ -383,10 +383,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>Summer School Automotive 2016</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-06-27_summer_school_automotive_2016/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-06-27_summer_school_automotive_2016/</link>
       <pubDate>Mon, 27 Jun 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-06-27_summer_school_automotive_2016/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-06-27_summer_school_automotive_2016/</guid>
       <description>&lt;p&gt;Summer School at the University of Applied Sciences and Arts in Dortmund from the 27th of June until the 1st of July 2016&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -394,10 +394,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>APP4MC Talk EclipseCon France 2016</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-06-08_eclipsecon_france_2016_capra/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-06-08_eclipsecon_france_2016_capra/</link>
       <pubDate>Wed, 08 Jun 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-06-08_eclipsecon_france_2016_capra/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-06-08_eclipsecon_france_2016_capra/</guid>
       <description>&lt;p&gt;At EclipseCon France 2016, Toulouse - Capra: A Configurable and Extendable EMF based Traceability Tool&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -405,10 +405,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>APP4MC Talk @ Parallel Konferenz</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-04-07_parallel_2016_app4mc_platform/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-04-07_parallel_2016_app4mc_platform/</link>
       <pubDate>Thu, 07 Apr 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-04-07_parallel_2016_app4mc_platform/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-04-07_parallel_2016_app4mc_platform/</guid>
       <description>&lt;p&gt;At parallel 2016, Heidelberg - APP4MC- eine offene Plattform zur Optimierung der Embedded-Multicore-Performance&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -416,10 +416,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>See the APP4MC Demonstrator at EWC 2016</title>
-      <link>https://www.eclipse.org/app4mc/news/2016-02-12_embedded_world_2016_app4mc/</link>
+      <link>https://eclipse.dev/app4mc/news/2016-02-12_embedded_world_2016_app4mc/</link>
       <pubDate>Fri, 12 Feb 2016 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2016-02-12_embedded_world_2016_app4mc/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2016-02-12_embedded_world_2016_app4mc/</guid>
       <description>&lt;p&gt;Amalthea4Public is partnering with the Eclipse Foundation at Embedded World 2016 in Nuremberg.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -427,10 +427,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>APP4MC Talk @ Embedded Software Engineering Kongress</title>
-      <link>https://www.eclipse.org/app4mc/news/2015-12-02_ese_2015_app4mc_talk/</link>
+      <link>https://eclipse.dev/app4mc/news/2015-12-02_ese_2015_app4mc_talk/</link>
       <pubDate>Wed, 02 Dec 2015 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2015-12-02_ese_2015_app4mc_talk/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2015-12-02_ese_2015_app4mc_talk/</guid>
       <description>&lt;p&gt;At Embedded Software Engineering Kongress, Sindelfingen - Embedded-Multicore mit AMALTHEA&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -438,10 +438,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>APP4MC Talk EclipseCon Europe 2015</title>
-      <link>https://www.eclipse.org/app4mc/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/</link>
+      <link>https://eclipse.dev/app4mc/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/</link>
       <pubDate>Wed, 04 Nov 2015 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/</guid>
       <description>&lt;p&gt;At EclipseCon Europe 2015, Ludwigsburg - APP4MC - support for embedded multi-core&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -449,10 +449,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>APP4MC project successfully passes creation review</title>
-      <link>https://www.eclipse.org/app4mc/news/2015-08-12_creation_review_passed/</link>
+      <link>https://eclipse.dev/app4mc/news/2015-08-12_creation_review_passed/</link>
       <pubDate>Wed, 12 Aug 2015 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2015-08-12_creation_review_passed/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2015-08-12_creation_review_passed/</guid>
       <description>&lt;p&gt;The creation review is the starting point of the lifecycle of the project.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -460,10 +460,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>APP4MC project proposal posted</title>
-      <link>https://www.eclipse.org/app4mc/news/2015-06-11_project_proposal_posted/</link>
+      <link>https://eclipse.dev/app4mc/news/2015-06-11_project_proposal_posted/</link>
       <pubDate>Thu, 11 Jun 2015 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2015-06-11_project_proposal_posted/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2015-06-11_project_proposal_posted/</guid>
       <description>&lt;p&gt;This is the first step of creating an Eclipse project as described in the Eclipse Project Handbook.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
@@ -471,10 +471,10 @@ is based on an Amalthea model of a Bosch Engine Control.&lt;/p&gt;
     
     <item>
       <title>Amathea4Public Article</title>
-      <link>https://www.eclipse.org/app4mc/news/2015-03-26_newsletter_article_amathea4public/</link>
+      <link>https://eclipse.dev/app4mc/news/2015-03-26_newsletter_article_amathea4public/</link>
       <pubDate>Thu, 26 Mar 2015 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://www.eclipse.org/app4mc/news/2015-03-26_newsletter_article_amathea4public/</guid>
+      <guid>https://eclipse.dev/app4mc/news/2015-03-26_newsletter_article_amathea4public/</guid>
       <description>&lt;p&gt;&lt;em&gt;Article by &lt;strong&gt;Christopher Brink and Jan Jatzkowski&lt;/strong&gt;, University of Paderborn published in the Eclipse newsletter&lt;/em&gt;&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
diff --git a/sitemap.xml b/sitemap.xml
index 82d85a8..f73d692 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,262 +3,262 @@
   xmlns:xhtml="http://www.w3.org/1999/xhtml">
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/downloads/</loc>
-    <lastmod>2023-06-30T00:00:00+00:00</lastmod>
+    <loc>https://eclipse.dev/app4mc/history/</loc>
+    <lastmod>2023-08-22T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/history/</loc>
-    <lastmod>2015-09-16T11:09:06+02:00</lastmod>
+    <loc>https://eclipse.dev/app4mc/downloads/</loc>
+    <lastmod>2023-06-30T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/snippets/</loc>
+    <loc>https://eclipse.dev/app4mc/snippets/</loc>
     <lastmod>2020-05-01T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2023-06-30-release-3-1-0/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/</loc>
     <lastmod>2023-06-30T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/documentation/</loc>
+    <loc>https://eclipse.dev/app4mc/documentation/</loc>
     <lastmod>2022-12-02T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2022-11-30-release-3-0-0/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/</loc>
     <lastmod>2022-11-30T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2022-07-31-release-2-2-0/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/</loc>
     <lastmod>2022-07-31T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/doc-app4mc.sim/</loc>
+    <loc>https://eclipse.dev/app4mc/doc-app4mc.sim/</loc>
     <lastmod>2022-07-12T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/gettingstarted/</loc>
+    <loc>https://eclipse.dev/app4mc/gettingstarted/</loc>
     <lastmod>2022-07-12T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/gs-create-model/</loc>
+    <loc>https://eclipse.dev/app4mc/gs-create-model/</loc>
     <lastmod>2022-07-12T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2022-04-30-release-2-1-0/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2022-04-30-release-2-1-0/</loc>
     <lastmod>2022-04-30T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2021-11-30-release-2-0-0/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2021-11-30-release-2-0-0/</loc>
     <lastmod>2021-11-30T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2021-07-31-release-1-2-0/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2021-07-31-release-1-2-0/</loc>
     <lastmod>2021-07-31T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2021-04-30-release-1-1-0/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2021-04-30-release-1-1-0/</loc>
     <lastmod>2021-04-30T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2020-12-01-release-1-0-0/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2020-12-01-release-1-0-0/</loc>
     <lastmod>2020-12-01T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2020-08-03-release-0-9-9/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2020-08-03-release-0-9-9/</loc>
     <lastmod>2020-08-03T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2020-05-20-gsoc-2020/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2020-05-20-gsoc-2020/</loc>
     <lastmod>2020-05-20T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2020-05-04-release-0-9-8/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2020-05-04-release-0-9-8/</loc>
     <lastmod>2020-05-04T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2020-02-03-release-0-9-7/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2020-02-03-release-0-9-7/</loc>
     <lastmod>2020-02-03T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2019-11-04-release-0-9-6/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2019-11-04-release-0-9-6/</loc>
     <lastmod>2019-11-04T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2019-08-02-release-0-9-5/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2019-08-02-release-0-9-5/</loc>
     <lastmod>2019-08-02T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2019-05-02-release-0-9-4/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2019-05-02-release-0-9-4/</loc>
     <lastmod>2019-05-02T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2019-02-04-release-0-9-3/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2019-02-04-release-0-9-3/</loc>
     <lastmod>2019-02-04T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2018-11-06-release-0-9-2/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2018-11-06-release-0-9-2/</loc>
     <lastmod>2018-11-06T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2018-08-01-release-0-9-1/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2018-08-01-release-0-9-1/</loc>
     <lastmod>2018-08-01T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2018-04-30-release-0-9-0/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2018-04-30-release-0-9-0/</loc>
     <lastmod>2018-04-30T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/</loc>
+    <loc>https://eclipse.dev/app4mc/</loc>
     <lastmod>2018-04-05T15:50:25-04:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2018-02-13_seerts_workshop_ulm/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2018-02-13_seerts_workshop_ulm/</loc>
     <lastmod>2018-02-13T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2018-01-31_release_0-8-3/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2018-01-31_release_0-8-3/</loc>
     <lastmod>2018-01-31T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/</loc>
     <lastmod>2017-11-14T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2017-10-30_release_0-8-2/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2017-10-30_release_0-8-2/</loc>
     <lastmod>2017-10-30T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2017-05-23_gsoc_2017_rover/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2017-05-23_gsoc_2017_rover/</loc>
     <lastmod>2017-05-23T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2017-05-10_digital_innovation_forum_2017/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2017-05-10_digital_innovation_forum_2017/</loc>
     <lastmod>2017-05-08T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2017-04-28_release_0-8-0/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2017-04-28_release_0-8-0/</loc>
     <lastmod>2017-04-28T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2017-03-29_conferences_2017/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2017-03-29_conferences_2017/</loc>
     <lastmod>2017-03-29T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2017-01-31_release_0-7-2/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2017-01-31_release_0-7-2/</loc>
     <lastmod>2017-01-31T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2016-11-04_milestone_release_0-7-1/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2016-11-04_milestone_release_0-7-1/</loc>
     <lastmod>2016-11-04T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/</loc>
     <lastmod>2016-10-17T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2016-09-28_itea-review/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2016-09-28_itea-review/</loc>
     <lastmod>2016-09-28T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2016-08-05_capra_project_created/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2016-08-05_capra_project_created/</loc>
     <lastmod>2016-08-04T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2016-07-05_fmtv_challenge/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2016-07-05_fmtv_challenge/</loc>
     <lastmod>2016-07-05T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2016-06-27_summer_school_automotive_2016/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2016-06-27_summer_school_automotive_2016/</loc>
     <lastmod>2016-06-27T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2016-06-08_eclipsecon_france_2016_capra/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2016-06-08_eclipsecon_france_2016_capra/</loc>
     <lastmod>2016-06-08T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2016-04-07_parallel_2016_app4mc_platform/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2016-04-07_parallel_2016_app4mc_platform/</loc>
     <lastmod>2016-04-07T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2016-02-12_embedded_world_2016_app4mc/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2016-02-12_embedded_world_2016_app4mc/</loc>
     <lastmod>2016-02-12T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2015-12-02_ese_2015_app4mc_talk/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2015-12-02_ese_2015_app4mc_talk/</loc>
     <lastmod>2015-12-02T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/</loc>
     <lastmod>2015-11-04T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/community/</loc>
+    <loc>https://eclipse.dev/app4mc/community/</loc>
     <lastmod>2015-09-16T11:02:52+02:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2015-08-12_creation_review_passed/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2015-08-12_creation_review_passed/</loc>
     <lastmod>2015-08-12T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2015-06-11_project_proposal_posted/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2015-06-11_project_proposal_posted/</loc>
     <lastmod>2015-06-11T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/2015-03-26_newsletter_article_amathea4public/</loc>
+    <loc>https://eclipse.dev/app4mc/news/2015-03-26_newsletter_article_amathea4public/</loc>
     <lastmod>2015-03-26T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://www.eclipse.org/app4mc/news/</loc>
+    <loc>https://eclipse.dev/app4mc/news/</loc>
     <lastmod>2023-06-30T00:00:00+00:00</lastmod>
     <priority>0</priority>
   </url>
diff --git a/snippets/index.html b/snippets/index.html
index b4dce4a..a56a7ca 100644
--- a/snippets/index.html
+++ b/snippets/index.html
@@ -15,18 +15,18 @@
   <meta name="twitter:description" content=" Java 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22  /** * Basic validations for AMALTHEA */ @ValidationGroup( severity = Severity.ERROR, validations = { AmBasicQuantity.class, …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
-  <meta property="og:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
-  <meta name="twitter:image" content="https://www.eclipse.org/app4mc/images/logo.png" />
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@EclipseFdn" />
   <meta name="twitter:creator" content="@EclipseFdn" />
-  <meta property="og:url" content="https://www.eclipse.org/snippets/" />
+  <meta property="og:url" content="https://eclipse.dev/snippets/" />
   <meta property="og:type" content="website" />
   <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
   
   <meta name="generator" content="Hugo 0.42.1" />
-  <link rel="canonical" href="https://www.eclipse.org/snippets/" />
-  <link rel="alternate" href="https://www.eclipse.org/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="canonical" href="https://eclipse.dev/snippets/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
   <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
   <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
   
@@ -80,8 +80,8 @@
     <div class="row" id="header-row">
       <div class="col-sm-5 col-md-4" id="header-left">
         <div class="wrapper-logo-default">
-            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
             </a>
           
         </div>
@@ -97,7 +97,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/gettingstarted/">
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
   
   Getting Started
   </a>
@@ -106,7 +106,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/documentation/">
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
   
   Documentation
   </a>
@@ -115,7 +115,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/community/">
+  <a class="" href="https://eclipse.dev/app4mc/community/">
   
   Community
   </a>
@@ -124,7 +124,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/downloads/">
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
   
   Downloads
   </a>
@@ -133,7 +133,7 @@
 
 
 <li>
-  <a class="" href="https://www.eclipse.org/app4mc/news/">
+  <a class="" href="https://eclipse.dev/app4mc/news/">
   
   News
   </a>
@@ -151,9 +151,9 @@
   <ul class="dropdown-menu">
     <div class="yamm-content">
       
-      <li><a href="https://www.eclipse.org/app4mc/history/">History</a> </li>
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
       
-      <li class="active"><a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a> </li>
+      <li class="active"><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
       
     </div>
   </ul>
@@ -220,8 +220,8 @@
             </button>
             <div class="wrapper-logo-mobile">
               
-                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://www.eclipse.org/app4mc/">
-                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://www.eclipse.org/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
                 </a>
               
             </div>
@@ -246,12 +246,12 @@
       
       
       <li>
-        <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC</a>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
       </li>
       
       
       <li class="active">
-        <a href="https://www.eclipse.org/app4mc/snippets/">Snippets</a>
+        <a href="https://eclipse.dev/app4mc/snippets/">Snippets</a>
       </li>
       
       </ol>
+ echo 'Changes have been detected, publishing to repo '\''app4mc/org.eclipse.app4mc.website'\'''
Changes have been detected, publishing to repo 'app4mc/org.eclipse.app4mc.website'
+ git config --global user.email app4mc-bot@eclipse.org
+ git config --global user.name 'APP4MC Bot'
+ git commit -m 'Website build build-and-publish-website/master-3'
[master 3eb3a57] Website build build-and-publish-website/master-3
 67 files changed, 1564 insertions(+), 1494 deletions(-)
 create mode 100644 images/history/de.png
 delete mode 100644 images/history/deu.png
 create mode 100644 images/history/es.png
 delete mode 100644 images/history/esp.png
 create mode 100644 images/history/fi.png
 delete mode 100644 images/history/fin.png
 create mode 100644 images/history/pt.png
 create mode 100644 images/history/se.png
 delete mode 100644 images/history/swe.png
 create mode 100644 images/history/tr.png
 delete mode 100644 images/history/tur.png
+ git log --graph --abbrev-commit --date=relative -n 5
* commit 3eb3a57
| Author: APP4MC Bot <app4mc-bot@eclipse.org>
| Date:   0 seconds ago
| 
|     Website build build-and-publish-website/master-3
| 
* commit ad01538
| Author: APP4MC Bot <app4mc-bot@eclipse.org>
| Date:   7 weeks ago
| 
|     Website build build-and-publish-website/master-521
| 
* commit 1d7ffbc
| Author: APP4MC Bot <app4mc-bot@eclipse.org>
| Date:   7 weeks ago
| 
|     Website build build-and-publish-website/master-526
| 
* commit 0a075cc
| Author: APP4MC Bot <app4mc-bot@eclipse.org>
| Date:   7 weeks ago
| 
|     Website build build-and-publish-website/master-519
| 
* commit 5c80785
| Author: APP4MC Bot <app4mc-bot@eclipse.org>
| Date:   7 months ago
| 
|     Website build build-and-publish-website/master-504
+ git push origin HEAD:master
remote: Commit: 3eb3a57352e63ae57f57f11f3bfb83cec3c9941f		✔        
remote: 
remote: 	Reviewing commit: 3eb3a57352e63ae57f57f11f3bfb83cec3c9941f        
remote: 	Authored by: APP4MC Bot <app4mc-bot@eclipse.org>        
remote: 	Automated user 'app4mc-bot@eclipse.org' detected for author of commit 3eb3a57352e63ae57f57f11f3bfb83cec3c9941f        
remote: 	Automated user 'app4mc-bot@eclipse.org' detected for committer of commit 3eb3a57352e63ae57f57f11f3bfb83cec3c9941f        
remote: 	Eclipse user 'APP4MC Bot'(author) is a committer on the project.        
remote: 	Eclipse user 'APP4MC Bot'(committer) is a committer on the project.        
remote: 
remote: 
remote: More information is available at https://api.eclipse.org/git/eca/status/0b4e9f03e328b1a7757ab82ae9c72b3d/ui        
To gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.git
   ad01538..3eb3a57  HEAD -> master
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 199 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
[GitLab Pipeline Status] Notifying branch build status: SUCCESS build-and-publish-website/master #3: This commit looks good.
[GitLab Pipeline Status] Notified
Finished: SUCCESS