Skip to content

Commit 831f6c8

Browse files
authored
2.x: Readme.md update snapshot links (#5645)
* 2.x: Readme.md update snapshot links * Use plain link and only the current snapshot dependency
1 parent 89581b4 commit 831f6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,15 +231,15 @@ and for Ivy:
231231
<dependency org="io.reactivex.rxjava2" name="rxjava" rev="x.y.z" />
232232
```
233233

234-
Snapshots are available via [JFrog](https://oss.jfrog.org/webapp/#/home):
234+
Snapshots are available via https://oss.jfrog.org/libs-snapshot/io/reactivex/rxjava2/rxjava/
235235

236236
```groovy
237237
repositories {
238238
maven { url 'https://oss.jfrog.org/libs-snapshot' }
239239
}
240240
241241
dependencies {
242-
compile 'io.reactivex.rxjava2:rxjava:2.0.0-DP0-SNAPSHOT'
242+
compile 'io.reactivex.rxjava2:rxjava:2.2.0-SNAPSHOT'
243243
}
244244
```
245245

0 commit comments

Comments
 (0)