From ef3819383b7ebf611668b1a47a5b7e475211ef2e Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 4 Apr 2013 12:26:48 +0200 Subject: [PATCH] add link to PluginDevelopment site from github readme.md (IDEA-104432) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a8a5f3459c58..764cf9196914 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,10 @@ To develop IntelliJ IDEA, you can use either IntelliJ IDEA Community Edition or Pull requests are welcome. Please make sure that you follow the [IntelliJ Coding Guidelines](http://www.jetbrains.org/display/IJOS/IntelliJ+Coding+Guidelines). Note that you'll need to submit a [Contributor Agreement](http://www.jetbrains.org/display/IJOS/Contributor+Agreement) before we can accept your pull request. + +See http://www.jetbrains.org/ for more information. + +## Developer Documentation + +You can find information on the internal architecture of IntelliJ IDEA and plugin development at the +[PluginDevelopment](http://confluence.jetbrains.com/display/IDEADEV/PluginDevelopment) site.