README.md/CONTRIBUTING.md: update links

GitOrigin-RevId: bcf465a473d0ada808b00d74d41247a696ac1d9e
This commit is contained in:
Yann Cébron
2020-07-16 11:26:33 +02:00
committed by intellij-monorepo-bot
parent 90347d4df5
commit 30b9fbcad6
2 changed files with 6 additions and 8 deletions

View File

@@ -2,13 +2,11 @@ Contributing to IntelliJ IDEA
===
Opening a PR, please make sure you've read these articles:
- [IntelliJ Coding Guidelines](http://www.jetbrains.org/display/IJOS/IntelliJ+Coding+Guidelines)
- [Contributor License Agreement](http://www.jetbrains.org/display/IJOS/Contributor+Agreement)
- [Contribute Code](http://www.jetbrains.org/display/IJOS/Contribute#Contribute-ContributeCode)
- [IntelliJ Coding Guidelines](https://www.jetbrains.org/intellij/sdk/docs/basics/intellij_coding_guidelines.html)
- [Contribute Code](https://www.jetbrains.org/display/IJOS/Contribute#Contribute-ContributeCode)
Additionally, you **NEED** to have a signed CLA sent to JetBrains before your
code can be merged. You can either [sign it electronically](https://www.jetbrains.com/agreements/cla/)
or download one from [Contributor License Agreement](https://www.jetbrains.org/display/IJOS/Contributor+Agreement).
Additionally, you **NEED** to have a signed Contributor License Agreement (CLA) sent to JetBrains before your
code can be merged. Please [request it here](https://www.jetbrains.com/agreements/cla/).
Building the IDE
==

View File

@@ -73,5 +73,5 @@ To run tests on the build, apply these setting to the **Run | Edit Configuration
* `-Didea.config.path=../test-config`
* `-Didea.system.path=../test-system`
You can find other helpful information at [http://www.jetbrains.org](http://www.jetbrains.org).
The [contribute section](http://www.jetbrains.org/display/IJOS/Contribute) of that site describes how you can contribute to IntelliJ IDEA.
You can find other helpful information at [https://www.jetbrains.com/opensource/idea](https://www.jetbrains.com/opensource/idea).
The "Contribute Code" section of that site describes how you can contribute to IntelliJ IDEA.