Skip to content

Commit 043dd9e

Browse files
authored
Update README.md
1 parent 88d7d8b commit 043dd9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Immutable Collections Library for Kotlin
22

3-
[![JetBrains incubator project](http://jb.gg/badges/incubator.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [ ![Download](https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.collections.immutable/images/download.svg) ](https://bintray.com/kotlin/kotlinx/kotlinx.collections.immutable/_latestVersion)
3+
[![JetBrains incubator project](https://jb.gg/badges/incubator.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [ ![Download](https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.collections.immutable/images/download.svg) ](https://bintray.com/kotlin/kotlinx/kotlinx.collections.immutable/_latestVersion)
44

55
Immutable collection interfaces and implementation prototypes for Kotlin.
66

77
For further details see the [proposal](proposal.md).
88

9-
Prototype implementation is based on [pcollections](http://pcollections.org/) (Copyright 2015 The pcollections Authors.)
9+
Prototype implementation is based on [pcollections](https://pcollections.org/) (Copyright 2015 The pcollections Authors.)
1010

1111
## What's in this library
1212
### Interfaces and implementations
@@ -84,7 +84,7 @@ Add the bintray repository to `<repositories>` section:
8484
</snapshots>
8585
<id>kotlinx</id>
8686
<name>bintray</name>
87-
<url>http://dl.bintray.com/kotlin/kotlinx</url>
87+
<url>https://dl.bintray.com/kotlin/kotlinx</url>
8888
</repository>
8989
```
9090

@@ -105,7 +105,7 @@ Add the bintray repository:
105105
```groovy
106106
repositories {
107107
maven {
108-
url "http://dl.bintray.com/kotlin/kotlinx"
108+
url "https://dl.bintray.com/kotlin/kotlinx"
109109
}
110110
}
111111
```

0 commit comments

Comments
 (0)