Skip to content

Commit

Permalink
Update website URLs to point to eclipse.dev
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid committed Jan 19, 2024
1 parent 5c7791c commit 6543b32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions otterdog/eclipse-sirius.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';

orgs.newOrg('eclipse-sirius') {
settings+: {
blog: "https://www.eclipse.dev/sirius",
blog: "https://eclipse.dev/sirius",
dependabot_alerts_enabled_for_new_repositories: false,
dependabot_security_updates_enabled_for_new_repositories: false,
dependency_graph_enabled_for_new_repositories: false,
Expand Down Expand Up @@ -34,7 +34,7 @@ orgs.newOrg('eclipse-sirius') {
has_discussions: true,
has_projects: false,
has_wiki: false,
homepage: "https://www.eclipse.org/sirius/",
homepage: "https://eclipse.dev/sirius/",
workflows+: {
default_workflow_permissions: "write",
},
Expand All @@ -53,7 +53,7 @@ orgs.newOrg('eclipse-sirius') {
delete_branch_on_merge: false,
dependabot_alerts_enabled: false,
description: "JSON-based EMF Resource implementation - part of Eclipse Sirius",
homepage: "https://www.eclipse.org/sirius/sirius-web.html",
homepage: "https://eclipse.dev/sirius/sirius-web.html",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand All @@ -79,7 +79,7 @@ orgs.newOrg('eclipse-sirius') {
dependabot_security_updates_enabled: true,
description: "Reusable frontend and backend components for Sirius Web",
has_discussions: true,
homepage: "https://www.eclipse.org/sirius/sirius-web.html",
homepage: "https://eclipse.dev/sirius/sirius-web.html",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -122,7 +122,7 @@ orgs.newOrg('eclipse-sirius') {
description: "Sources of the Eclipse Sirius website",
has_projects: false,
has_wiki: false,
homepage: "https://www.eclipse.org/sirius",
homepage: "https://eclipse.dev/sirius",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
Expand Down Expand Up @@ -151,7 +151,7 @@ orgs.newOrg('eclipse-sirius') {
has_discussions: true,
has_projects: false,
has_wiki: false,
homepage: "https://www.eclipse.org/sirius/",
homepage: "https://eclipse.dev/sirius/",
workflows+: {
default_workflow_permissions: "write",
},
Expand Down

0 comments on commit 6543b32

Please sign in to comment.