diff --git a/.gitmodules b/.gitmodules index 3694fd0..f8c3f9e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "kirby"] path = kirby - url = https://github.com/getkirby/kirby + url = https://github.com/getkirby-v2/kirby [submodule "panel"] path = panel - url = https://github.com/getkirby/panel.git + url = https://github.com/getkirby-v2/panel.git [submodule "site/plugins/field-bidi"] path = site/plugins/field-bidi url = https://github.com/samnabi/field-bidi.git diff --git a/readme.md b/readme.md index 21ae317..402d8fc 100755 --- a/readme.md +++ b/readme.md @@ -84,8 +84,8 @@ You must also be able to send mail through PHP's `mail()` function. Shopkit also depends on these submodules: -- Kirby Core [2.5.12](https://github.com/getkirby/kirby) -- Kirby Panel [2.5.12](https://github.com/getkirby/panel) +- Kirby Core [2.5.12](https://github.com/getkirby-v2/kirby) +- Kirby Panel [2.5.12](https://github.com/getkirby-v2/panel) - Stripe PHP SDK [v6.43.0](https://github.com/stripe/stripe-php) - Square Connect SDK [2.0.2](https://github.com/square/connect-php-sdk) - Multiselect field [2.1.1](https://github.com/distantnative/field-multiselect)