Skip to content

Commit da40a75

Browse files
authored
Merge pull request #135 from coder-xiaomo/patch-1
Update Contributor License Agreement link
2 parents 2f91ecd + 18554b9 commit da40a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### How to contribute
2-
If you are not a JetBrains' employee you must sign [Contributor License Agreement](https://www.jetbrains.org/display/IJOS/Contributor+Agreement) first.
2+
If you are not a JetBrains' employee you must sign [Contributor License Agreement](https://www.jetbrains.com/legal/docs/agreements/cla/) first.
33
You may do it [electronically](https://www.jetbrains.com/agreements/cla/). After that send your changes as a pull request or commit them directly to a branch.
44

55
### Versioning
@@ -31,4 +31,4 @@ the corresponding element is marked as deprecated and then remove it in one of t
3131
### Retention policy
3232
No annotation in this package should have `RUNTIME` retention policy. Only `SOURCE` and `CLASS` policy is accepted.
3333
The `CLASS` policy is preferred. The `SOURCE` policy could be used in rare cases when compilation could not preserve all
34-
the necessary information (e.g. `@MagicConstant` annotation).
34+
the necessary information (e.g. `@MagicConstant` annotation).

0 commit comments

Comments
 (0)