Skip to content

Commit 2530968

Browse files
committed
fixed some whoopses
1 parent 3b4a64f commit 2530968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Intellij has native support for Kotlin. Eclipse has a plugin that I've read is
4545
Visual Studio has good support, I assume it wraps around the CLI stuff.
4646

4747
## Native kotlin libs and frameworks
48-
* [Ktor - Async webserver]( https://ktor.io/ https://www.raywenderlich.com/2885892-server-side-kotlin-with-ktor)
48+
* [Ktor - Async webserver]( https://ktor.io/) and [another guide](https://www.raywenderlich.com/2885892-server-side-kotlin-with-ktor)
4949
* [Spek - testing framework](https://github.com/spekframework/spek) supports specification style (Jasmine/RSpec) and
5050
gherkin (cucumber) [data driven test](https://github.com/spekframework/spek/issues/521). [Baeldog article on spek](https://www.baeldung.com/kotlin-spek)
51-
* [KotlinLang list of some popular frameworks and libs](https://kotlinlang.org/docs/resources.html
51+
* [KotlinLang list of some popular frameworks and libs](https://kotlinlang.org/docs/resources.html)
5252

5353
##Some usage stats
5454
* [Jetbrains tracking usages](https://www.jetbrains.com/lp/devecosystem-2019/kotlin/). Note non-android dev is quite high.

0 commit comments

Comments
 (0)