add link to PluginDevelopment site from github readme.md (IDEA-104432)

This commit is contained in:
Dmitry Jemerov
2013-04-04 12:27:47 +02:00
parent aee0a4ee4b
commit ef3819383b
+7
View File
@@ -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.