From 45a4cf9140378f1603aca241dce9d37b610c546e Mon Sep 17 00:00:00 2001 From: mhariri Date: Fri, 8 May 2015 12:49:54 +0200 Subject: [PATCH] docs(project/SETUP): fix links --- docs/project/SETUP.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/project/SETUP.md b/docs/project/SETUP.md index 500d0cf9..84bb5284 100644 --- a/docs/project/SETUP.md +++ b/docs/project/SETUP.md @@ -18,10 +18,10 @@ Make sure you have [git](http://git-scm.com/), [NodeJS](nodejs.org) and [npm](ht The following projects from the [bpmn-io](https://github.com/bpmn-io) project on GitHub * [bpmn-js](https://github.com/bpmn-io/bpmn-js) -* [diagram-js](https://github.com/bpmn-io/bpmn-js) +* [diagram-js](https://github.com/bpmn-io/diagram-js) * [bpmn-moddle](https://github.com/bpmn-io/bpmn-moddle) -* [moddle](https://github.com/bpmn-io/bpmn-js) -* [moddle-xml](https://github.com/bpmn-io/bpmn-js) +* [moddle](https://github.com/bpmn-io/moddle) +* [moddle-xml](https://github.com/bpmn-io/moddle-xml) and clone them into a common directory via @@ -73,4 +73,4 @@ Execute `grunt` on each project. Things should be fine. ## Setup via Script -The whole setup can be automated through setup scripts for [Linux](https://github.com/bpmn-io/bpmn-js/blob/master/docs/project/setup.sh) and [Windows](https://github.com/bpmn-io/bpmn-js/blob/master/docs/project/SETUP.bat). \ No newline at end of file +The whole setup can be automated through setup scripts for [Linux](https://github.com/bpmn-io/bpmn-js/blob/master/docs/project/setup.sh) and [Windows](https://github.com/bpmn-io/bpmn-js/blob/master/docs/project/SETUP.bat).