Skip to content

Commit 1c6dc81

Browse files
author
Zimmermann Olaf
committed
Links to public v3 repo updated
1 parent 33f28a1 commit 1c6dc81

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ These two languages can be used independently of each other; for instance, data
3737

3838
* Presentations featuring Context Mapper, MAP and MDSL can be found [here](https://ozimmer.ch/papers/).
3939
* The [GitHub Pages for MDSL](https://microservice-api-patterns.github.io/MDSL-Specification/) provide a tutorial and language reference information.
40-
* There is an [Eclipse update site](https://socadk.github.io/MDSL/updates/) for the MDSL editor.
40+
* There is an [Eclipse update site](https://microservice-api-patterns.github.io/MDSL-Specification/updates/) for the MDSL editor.
4141
* As a contributor, please consult the [readme file of the dsl-core](./dsl-core/README.md) project for getting started information and prerequisites.
4242

4343

@@ -69,16 +69,16 @@ All [Microservice API Patterns (MAP)](https://microservice-api-patterns.org/) ar
6969
* As enums for roles and responsibilities
7070
* As stereotypes annotating representation elements
7171

72-
See ["MAP Decorators" section of the MDSL tutorial](https://socadk.github.io/MDSL/tutorial) for more information. <!-- TODO copy one-pager in SummerSoC paper to GitHub pages or elsewhere in repo -->
72+
See ["MAP Decorators" section of the MDSL tutorial](https://microservice-api-patterns.github.io/MDSL-Specification/tutorial) for more information. <!-- TODO copy one-pager in SummerSoC paper to GitHub pages or elsewhere in repo -->
7373

7474
The MDSL grammar (to be found in dsl-core, in src folder of org.mdsl project) was originally developed with Eclipse Photon (4.8.0) and Xtext (2.14) as provided by the Eclipse Modeling Platform. MDSL makes use of the referencing feature in Xtext ('name' attribute). Future work is required to also support this technology in other IDEs (such as Visual Studio Code).
7575

76-
A derived (but not yet fully equivalent) version of the grammar for antlr4 can be found [in this folder](https://github.com/socadk/MDSL/blob/master/antlr4/).
76+
<!-- A derived (but not yet fully equivalent) version of the grammar for antlr4 can be found [in this folder](https://microservice-api-patterns.github.io/MDSL-Specification/blob/master/antlr4/). -->
7777

7878

7979
## Acknowledgements
8080

81-
The creation and release of MDSL 3.0 was supported by the [Hasler Foundation](https://haslerstiftung.ch/en/welcome-to-the-hasler-foundation/).
81+
The creation and open source release of MDSL 3.0 was supported by the [Hasler Foundation](https://haslerstiftung.ch/en/welcome-to-the-hasler-foundation/).
8282

8383
Contributors (input, DevOps support, feedback):
8484

docs/index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ To achieve the above design goals, we decided that:
6666
### Eclipse Plugin (MDSL Editor)
6767
The MDSL Eclipse plugin provides editing support (syntax highlighting, auto completion, etc.) for our DSL. You can install the plugin in your Eclipse from the following update site:
6868

69-
[https://socadk.github.io/MDSL/updates/](https://socadk.github.io/MDSL/updates/)
69+
[https://microservice-api-patterns.github.io/MDSL-Specification/updates/](https://microservice-api-patterns.github.io/MDSL-Specification/updates/)
7070

71-
Once you have installed the plugin successfully, the MDSL editor should open for any file that ends with `.mdsl`. You can create one and copy-paste the above hello world example, or find additional examples [in this folder](https://github.com/socadk/MDSL/tree/master/examples).
71+
Once you have installed the plugin successfully, the MDSL editor should open for any file that ends with `.mdsl`. You can create one and copy-paste the above hello world example, or find additional examples [in this folder](https://microservice-api-patterns.github.io/MDSL-Specification/tree/master/examples).
7272

7373
If you want to check whether the plugin has installed successfully, you can go to the Eclipse "Help" menu, select "About Eclipse IDE" and then "Installation Details". Two MDSL entries should be there.
7474

@@ -134,14 +134,12 @@ Ready to start/learn more? Click [here](./tutorial).
134134
* Optional/experimental [language elements on the instance level (provider, client, gateway)](./optionalparts)
135135

136136
### Installation in Eclipse
137-
* Update site: [https://socadk.github.io/MDSL/updates/](https://socadk.github.io/MDSL/updates/)
137+
* Update site: [https://microservice-api-patterns.github.io/MDSL-Specification/MDSL/updates/](https://microservice-api-patterns.github.io/MDSL-Specification/updates/)
138138

139139
### Direct links into repository
140140

141-
At this point, the plugin and the documentation pages are available openly; the repository that contains the grammar is still private (please contact [socadk](https://ozimmer.ch/about/) to request access). <!-- TODO 2020 update all links when repo is moved and made public -->
142-
143-
* [Full grammar](https://github.com/socadk/MDSL/blob/master/dslws/org.map.mdsl.parent/org.map.mdsl/src/org/map/mdsl/MDSL.xtext)
144-
* [Examples](https://github.com/socadk/MDSL/tree/master/examples)
141+
* [Full grammar](https://microservice-api-patterns.github.io/MDSL-Specification/blob/master/dslws/io.mdsl/src/org/map/mdsl/MDSL.xtext)
142+
* [Examples](https://microservice-api-patterns.github.io/MDSL-Specification/tree/master/examples)
145143

146144

147145
### External links
@@ -150,6 +148,6 @@ At this point, the plugin and the documentation pages are available openly; the
150148
* [Lakeside Mutual](https://github.com/Microservice-API-Patterns/LakesideMutual) repository, featuring [Domain-Driven Design (DDD)](https://www.ifs.hsr.ch/index.php?id=15666&L=4) and [microservices](https://www.ifs.hsr.ch/index.php?id=15266&L=4) in an insurance company scenario (JavaScript frontends and Spring Boot backends)
151149
* [Context Mapper](https://contextmapper.github.io/), a DSL for strategic DDD and rapid OOAD
152150

153-
*Copyright: [Olaf Zimmermann](https://ozimmer.ch/index.html), 2018-2020. All rights reserved. See [license information](https://github.com/socadk/MDSL/blob/master/LICENSE).*
151+
*Copyright: [Olaf Zimmermann](https://ozimmer.ch/index.html), 2018-2020. All rights reserved. See [license information](https://microservice-api-patterns.github.io/MDSL-Specification/blob/master/LICENSE).*
154152

155153
<!-- *EOF* -->

0 commit comments

Comments
 (0)