Skip to content

Commit 23061b9

Browse files
committed
Change URLs from eclipse.org to eclipse.dev
More information on this migration can be found at https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3069
1 parent 2b7df1e commit 23061b9

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sources of the EMF Cloud Website
22

3-
This repository hosts the sources of [eclipse.org/emfcloud](https://www.eclipse.org/emfcloud).
3+
This repository hosts the sources of [eclipse.dev/emfcloud](https://www.eclipse.dev/emfcloud).
44
We use the [Syna](https://github.com/okkur/syna) thema for [Hugo](https://gohugo.io/)
55

66
Please check the [Syna documentation](https://about.okkur.org/syna/docs/). The Syna theme heavily works with fragments, therefore the development differs a bit from a "normal" Hugo website.

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://www.eclipse.org/emfcloud"
1+
baseURL = "https://www.eclipse.dev/emfcloud"
22
DefaultContentLanguage = "en"
33
title = "EMF.cloud"
44
theme = "syna"
@@ -86,7 +86,7 @@ lastmod = ["lastmod", ":git", "date"]
8686
weight = 15
8787

8888
[[menu.footer]]
89-
url = "https://eclipse.org/glsp"
89+
url = "https://eclipse.dev/glsp"
9090
name = "Eclipse GLSP"
9191
weight = 10
9292

@@ -96,7 +96,7 @@ lastmod = ["lastmod", ":git", "date"]
9696
weight = 30
9797

9898
[[menu.footer]]
99-
url = "https://eclipse.org/che"
99+
url = "https://eclipse.dev/che"
100100
name = "Eclipse Che"
101101
weight = 50
102102

content/_index/coffeeeditorfeatures/diagrameditor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ weight = 30
66
icon = "fas fa-project-diagram"
77
+++
88

9-
The coffee editor provides a graphical diagram editor. The example editor allows specifying the behavior of a coffee maching using a flow chart like notation. The diagram editor is based on [the graphical language server platform (Eclipse GLSP)](https://www.eclipse.org/glsp/). Double click the file "superbrewer3000.coffeenotation" in the coffee editor to try out the diagram editor!
9+
The coffee editor provides a graphical diagram editor. The example editor allows specifying the behavior of a coffee maching using a flow chart like notation. The diagram editor is based on [the graphical language server platform (Eclipse GLSP)](https://www.eclipse.dev/glsp/). Double click the file "superbrewer3000.coffeenotation" in the coffee editor to try out the diagram editor!

content/_index/coffeeeditorfeatures/textualDSL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ weight = 40
66
icon = "fas fa-indent"
77
+++
88

9-
The coffee editor integrates a textual DSL. A corresponding code editor supports syntaxt highlighting and auto completion. The DSL editor is based on [Xtext](https://www.eclipse.org/Xtext/). Double click the file "superbrewer3000.wfconfig" in the coffee editor to try out the textual DSl!
9+
The coffee editor integrates a textual DSL. A corresponding code editor supports syntaxt highlighting and auto completion. The DSL editor is based on [Xtext](https://www.eclipse.dev/Xtext/). Double click the file "superbrewer3000.wfconfig" in the coffee editor to try out the textual DSl!

content/_index/projects/glsp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight = 10
44

55
[asset]
66
icon = "fas fa-project-diagram"
7-
url = "https://www.eclipse.org/glsp/"
7+
url = "https://www.eclipse.dev/glsp/"
88
+++
99

10-
The [Graphical Language Server Platform (GLSP)](https://www.eclipse.org/glsp/) supports the development of web-based diagram editors. It transfer the advantages of the language server protocol (LSP) to graphical modeling languages. GLSP is well integrated with other EMF.cloud components, such as the model server and is used as a basis for the coffee editor and the Theia Ecore extension.
10+
The [Graphical Language Server Platform (GLSP)](https://www.eclipse.dev/glsp/) supports the development of web-based diagram editors. It transfer the advantages of the language server protocol (LSP) to graphical modeling languages. GLSP is well integrated with other EMF.cloud components, such as the model server and is used as a basis for the coffee editor and the Theia Ecore extension.

content/_index/projects/jsonforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ weight = 20
77
url = "https://jsonforms.io"
88
+++
99

10-
[JSON Forms](https://jsonforms.io) is a framework for the efficient development of form-based UIs. These allow to display and modify model instances in data-centric UIs such as trees, tables and field editors. JSON Forms is the web-version of [EMF Forms](https://www.eclipse.org/ecp/emfforms/). It is the basis of the tree-master-detail model editor of the coffee editor.
10+
[JSON Forms](https://jsonforms.io) is a framework for the efficient development of form-based UIs. These allow to display and modify model instances in data-centric UIs such as trees, tables and field editors. JSON Forms is the web-version of [EMF Forms](https://www.eclipse.dev/ecp/emfforms/). It is the basis of the tree-master-detail model editor of the coffee editor.

content/documentation/projecttemplates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ background = "white"
66
+++
77
<span style='display:block; text-align: center;'>
88

9-
To get you started quickly, we provide project templates for the most popular choices including EMF.cloud and [GLSP](https://www.eclipse.org/glsp/documentation/gettingstarted/) components.
9+
To get you started quickly, we provide project templates for the most popular choices including EMF.cloud and [GLSP](https://www.eclipse.dev/glsp/documentation/gettingstarted/) components.
1010

1111
Please see the following project-template and follow its README file.
1212

0 commit comments

Comments
 (0)