CONTRIBUTING/README.md: update links

GitOrigin-RevId: 6905057f851cfacfee3dd7f8d432a7767905c558
This commit is contained in:
Yann Cébron
2021-01-28 16:02:26 +01:00
committed by intellij-monorepo-bot
parent 1d9c4aa845
commit 3bbee89ed2
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ Contributing to IntelliJ IDEA
===
Opening a PR, please make sure you've read these articles:
- [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)
- [IntelliJ Coding Guidelines](https://plugins.jetbrains.com/docs/intellij/intellij-coding-guidelines.html)
- [Contribute Code](https://www.jetbrains.com/opensource/idea/)
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/).

View File

@@ -10,7 +10,7 @@ downloading a zip file (based on a branch) into `<IDEA_HOME>`. The default is th
The master branch contains the source code which will be used to create the next major version of IntelliJ IDEA. The branch names
and build numbers for older releases of IntelliJ IDEA can be found on the page of
[Build Number Ranges](http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html).
[Build Number Ranges](https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html).
_**Speed Tip:**_ If the complete repository history isn't needed then using a shallow clone (`git clone --depth 1`) will save significant time.