From f30e3fbd55df54354b1e5121694cfbb78912f498 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 22 Feb 2018 10:33:56 +0200 Subject: [PATCH] Updated Developer Documentation (markdown) --- Developer-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Documentation.md b/Developer-Documentation.md index 85f2fb7..dbbbc08 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -16,7 +16,7 @@ Please read the meteor style guide before making any significant contribution. - You can ask anything, we are here to help. But also consult the sources that are already available. - Look through old [pull requests](https://github.com/wekan/wekan/pulls) - Read Wekan source code. - - Read Meteor documentation. + - Read [Meteor documentation](https://docs.meteor.com/) for [Meteor version](https://github.com/wekan/wekan/blob/devel/.meteor/release) in use, other versions mentioned at [Dockerfile](https://github.com/wekan/wekan/blob/devel/Dockerfile) ## Pull Request Workflow (Please read before submitting PR's)