Skip to content

Commit b493149

Browse files
committed
Updating links to specs
1 parent 3299976 commit b493149

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ These two languages can be used independently of each other; for instance, data
4040
## Getting Started
4141

4242
* Presentations featuring Context Mapper, MAP and MDSL can be found [here](https://ozimmer.ch/papers/).
43-
* The [GitHub Pages for MDSL](https://socadk.github.io/MDSL) provide a tutorial and language reference information.
43+
* The [GitHub Pages for MDSL](https://microservice-api-patterns.github.io/MDSL-Specification) provide a tutorial and language reference information.
4444
* There is an [Eclipse update site](https://microservice-api-patterns.github.io/MDSL-Specification/updates/) for the MDSL editor.
4545
* All generators are available via a Command Line Interface (CLI) now; see [this readme](./dsl-core/io.mdsl.cli/README.md) and [these examples](./examples/mdsl-standalone-example).
4646
* As a contributor, please consult the [readme file of the dsl-core](./dsl-core/README.md) project for getting started information and prerequisites.
4747

4848

4949
## Language Specification
5050

51-
* [Overview](https://socadk.github.io/MDSL)
51+
* [Overview](https://microservice-api-patterns.github.io/MDSL-Specification)
5252
* [Endpoint types](https://microservice-api-patterns.github.io/MDSL-Specification/servicecontract) (a.k.a. ports)
5353
* [Bindings](https://microservice-api-patterns.github.io/MDSL-Specification/bindings) (a.k.a. adapters)
5454
* [Data types](https://microservice-api-patterns.github.io/MDSL-Specification/datacontract) (a.k.a. published language)

docs/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Please refer to the [readme of the DSL core project](https://github.com/Microser
6161
### MDSL Editor
6262
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:
6363

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

6666
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/Microservice-API-Patterns/MDSL-Specification/tree/master/examples).
6767

examples/asyncMDSL/data-types.mdsl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ API description DatatypesExampleAPI
22
version "1.0.0"
33
description "
44
A example of the available data types available in MDSL and AsyncMDSL.
5-
6-
More information at:
7-
- [https://github.com/socadk/MDSL](https://github.com/socadk/MDSL)
85
"
96

107
// data type definitions

0 commit comments

Comments
 (0)