Skip to content

Commit 675898f

Browse files
authored
Update Getting-Started.md
Resolves ReactiveX#7651
1 parent daf69bf commit 675898f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/Getting-Started.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,21 @@ You need Java 6 or later.
6666

6767
### Snapshots
6868

69-
Snapshots are available via [JFrog](https://oss.jfrog.org/libs-snapshot/io/reactivex/rxjava3/rxjava/):
69+
Snapshots after May 1st, 2021 are available via https://oss.sonatype.org/content/repositories/snapshots/io/reactivex/rxjava3/rxjava/
7070

7171
```groovy
7272
repositories {
73-
maven { url 'https://oss.jfrog.org/libs-snapshot' }
73+
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
7474
}
7575
7676
dependencies {
77-
compile 'io.reactivex.rxjava3:rxjava:3.0.4'
77+
implementation 'io.reactivex.rxjava3:rxjava:3.0.0-SNAPSHOT'
7878
}
7979
```
8080

81+
JavaDoc snapshots are available at http://reactivex.io/RxJava/3.x/javadoc/snapshot
82+
83+
8184
## Building
8285

8386
To check out and build the RxJava source, issue the following commands:

0 commit comments

Comments
 (0)