From 0fac11a5a3c7c5ef77e7d39ec27ef2112f579865 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 9 May 2020 14:29:28 -0400 Subject: [PATCH] [CI SKIP] Fix link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ccf644ce..3bfa33cc3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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