You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ When submitting code, please make every effort to follow existing conventions an
6
6
7
7
## License
8
8
9
-
By contributing your code, you agree to license your contribution under the terms of the APLv2: https://github.com/Netflix/RxJava/blob/master/LICENSE
9
+
By contributing your code, you agree to license your contribution under the terms of the APLv2: https://github.com/ReactiveX/RxJava/blob/master/LICENSE
10
10
11
11
All files are released with the Apache 2.0 license.
and <ahref="https://github.com/ReactiveX/RxScala">Scala</a>.
13
+
New language adapters can be <ahref="https://github.com/ReactiveX/RxJava/wiki/How-to-Contribute">contributed</a>.
14
14
- Support Java 6+ (to include Android support)
15
15
16
-
Learn more about Rx on the <ahref="https://github.com/Netflix/RxJava/wiki">Wiki Home</a> and the <ahref="http://techblog.netflix.com/2013/02/rxjava-netflix-api.html">Netflix TechBlog post</a> where RxJava was introduced.
16
+
Learn more about RxJava on the <ahref="https://github.com/ReactiveX/RxJava/wiki">Wiki Home</a> and the <ahref="http://techblog.netflix.com/2013/02/rxjava-netflix-api.html">Netflix TechBlog post</a> where RxJava was introduced.
17
17
18
18
## Master Build Status
19
19
@@ -27,11 +27,11 @@ Learn more about Rx on the <a href="https://github.com/Netflix/RxJava/wiki">Wiki
27
27
28
28
- Google Group: [RxJava](http://groups.google.com/d/forum/rxjava)
RxJava is working towards a 1.0 release which will be reached once it "more or less" becomes feature complete with the [Rx.Net version](https://rx.codeplex.com). The backlog of features needed to accomplish this are documented in the [project issues](https://github.com/Netflix/RxJava/issues).
34
+
RxJava is working towards a 1.0 release which will be reached once it "more or less" becomes feature complete with the [Rx.Net version](https://rx.codeplex.com). The backlog of features needed to accomplish this are documented in the [project issues](https://github.com/ReactiveX/RxJava/issues).
35
35
36
36
In short, once the current issue list hits 0 open we will bump to version 1.0.
37
37
@@ -41,35 +41,26 @@ Once we hit 1.0 it will follow the normal major.minor.patch semantic versioning
Binaries and dependency information for Maven, Ivy, Gradle and others can be found at [http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22).
49
+
Binaries and dependency information for Maven, Ivy, Gradle and others can be found at [http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cio.reactivex.rxjava).
0 commit comments