Skip to content

Commit b9dadc8

Browse files
committed
[TPV-4301] Changed http to https in some places
1 parent 31179d3 commit b9dadc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
},
168168
{
169169
"name": "koma(v=0.12)",
170-
"link": "http://koma.kyonifer.com/index.html",
170+
"link": "https://koma.kyonifer.com/index.html",
171171
"repositories": [
172172
"https://dl.bintray.com/kyonifer/maven"
173173
],

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Kotlin kernel for IPython/Jupyter
44

5-
Kotlin (1.3.70) REPL kernel for Jupyter (http://jupyter.org).
5+
Kotlin (1.3.70) REPL kernel for Jupyter (https://jupyter.org).
66

77
Alpha version. Tested with Jupyter 6.0.1 on OS X so far.
88

@@ -85,7 +85,7 @@ List of supported libraries:
8585
- [kravis](https://github.com/holgerbrandl/kravis) - Kotlin grammar for data visualization
8686
- [spark](https://github.com/apache/spark) - Unified analytics engine for large-scale data processing
8787
- [gral](https://github.com/eseifert/gral) - Java library for displaying plots
88-
- [koma](http://koma.kyonifer.com/index.html) - Scientific computing library
88+
- [koma](https://koma.kyonifer.com/index.html) - Scientific computing library
8989
- [kmath](https://github.com/mipt-npm/kmath) - Kotlin mathematical library analogous to NumPy
9090

9191
*The list of all supported libraries can be found in [config file](config.json)*

0 commit comments

Comments
 (0)