From cbe0995143bf3affe6f5403630be34c3550c99ca Mon Sep 17 00:00:00 2001 From: Didier Vojtisek Date: Tue, 27 Feb 2018 12:17:01 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7359cd0..8dcc99bb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ Gemoc Studio ============ -This repository contain the code for assembling the [GEMOC Studio](http://gemoc.org/download.html). +This repository contain the code for assembling the [GEMOC Studio](http://gemoc.org/studio.html) hosted in the Eclipse foundation (see [GEMOC project @ Eclipse](http://www.eclipse.org/gemoc)). + +It can be downloaded from [download.eclipse.org/gemoc](https://projects.eclipse.org/projects/modeling.gemoc/downloads). Older builds are availables on [gemoc.org](http://gemoc.org/download.html). Reporting issues @@ -13,6 +15,8 @@ A dashboard of all issues is available as a waffle: [https://waffle.io/eclipse/ * https://github.com/eclipse/gemoc-studio/issues : Main/Global tracker, use this tracker if this is an assembly problem or if you don't know which precise component is affected. * https://github.com/eclipse/gemoc-studio-modeldebugging/issues : Tracker for issues related to the main framework, to the definition of Sequential languages and to the sequential engine. +(Please note that some older issues are still in the old repositories in the GEMOC github organization https://github.com/gemoc) + Some additional trackers may be used on the repositories of the [GEMOC github organization](https://github.com/gemoc) : typically those related to a given example ( [ActitivityDiagram](https://github.com/gemoc/activitydiagram/issues),[ArduinoModeling](https://github.com/gemoc/arduinomodeling/issues), [ardurobotmodeling](https://github.com/gemoc/ardurobotmodeling/issues)) @@ -22,4 +26,4 @@ If you wish to contribute to the project, you'll find some guidance and tip and Building ============ -Instruction about how to build the studio are located in this readme page https://github.com/eclipse/gemoc-studio/tree/master/dev_support/full_compilation . +Instructions about how to build locally the studio are available in this readme page https://github.com/eclipse/gemoc-studio/tree/master/dev_support/full_compilation .