[CI SKIP] Fix link

This commit is contained in:
arkon 2020-05-09 14:29:28 -04:00
parent a93e0d7dec
commit 0fac11a5a3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Notice that we're using `compileOnly` instead of `implementation`, since the app
#### Extensions library
Extensions rely on stubs defined in [tachiyomi-extensions-lib](https://github.com/tachiyomi/extensions-lib), which simply provides some interfaces for compiling extensions. These interfaces match what's found in the main Tachiyomi app. The exact version used is configured with `libVersion`. The latest version should be preferred.
Extensions rely on stubs defined in [tachiyomi-extensions-lib](https://github.com/tachiyomiorg/extensions-lib), which simply provides some interfaces for compiling extensions. These interfaces match what's found in the main Tachiyomi app. The exact version used is configured with `libVersion`. The latest version should be preferred.
#### Duktape stub