Skip to content

Commit 3f26502

Browse files
author
Zimmermann Olaf
committed
Links to grammar and update site
1 parent 11d50af commit 3f26502

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
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://microservice-api-patterns.github.io/MDSL-Specification/updates/) for the MDSL editor.
40+
* There is an Eclipse update site [https://microservice-api-patterns.github.io/MDSL-Specification/updates/](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

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ copyright: Olaf Zimmermann, 2019-2020. All rights reserved.
66

77

88
## TL;DR
9-
Microservice Domain-Specific Language (MDSL) abstracts from technology-specific interface description languages such as Swagger, WSDL, and <!-- gRPC --> Protocol Buffers. Grammar, [editor (Eclipse plugin)](./updates/), [tutorial](./tutorial), [examples](./examples) and a [quick reference](./quickreference)<!-- providing skeletons--> are available already; <!-- validation and generation tools are under construction --> more to come.
9+
Microservice Domain-Specific Language (MDSL) abstracts from technology-specific interface description languages such as Swagger, WSDL, and <!-- gRPC --> Protocol Buffers. [Grammar](https://github.com/Microservice-API-Patterns/MDSL-Specification/blob/master/dsl-core/io.mdsl/src/io/mdsl/APIDescription.xtext), [editor (Eclipse plugin)](./updates/), [tutorial](./tutorial), [examples](./examples) and a [quick reference](./quickreference)<!-- providing skeletons--> are available already; <!-- validation and generation tools are under construction --> more to come.
1010

1111
## Getting Started with MDSL
1212

@@ -138,7 +138,7 @@ Ready to start/learn more? Click [here](./tutorial).
138138

139139
### Direct links into repository
140140

141-
* [Full grammar](https://microservice-api-patterns.github.io/MDSL-Specification/blob/master/dslws/io.mdsl/src/org/map/mdsl/MDSL.xtext)
141+
* [Full grammar](https://github.com/Microservice-API-Patterns/MDSL-Specification/blob/master/dsl-core/io.mdsl/src/io/mdsl/APIDescription.xtext)
142142
* [Examples](https://microservice-api-patterns.github.io/MDSL-Specification/tree/master/examples)
143143

144144

0 commit comments

Comments
 (0)