diff --git a/cherrypick/pubspec.yaml b/cherrypick/pubspec.yaml index 65e958f..9d21d32 100644 --- a/cherrypick/pubspec.yaml +++ b/cherrypick/pubspec.yaml @@ -1,8 +1,8 @@ name: cherrypick description: Cherrypick is a small dependency injection (DI) library for dart/flutter projects. version: 3.0.0-dev.9 -homepage: https://pese-git.github.io/cherrypick-site/ -documentation: https://github.com/pese-git/cherrypick/wiki +homepage: https://cherrypick-di.dev/ +documentation: https://cherrypick-di.dev/docs/intro repository: https://github.com/pese-git/cherrypick issue_tracker: https://github.com/pese-git/cherrypick/issues topics: diff --git a/cherrypick_annotations/pubspec.yaml b/cherrypick_annotations/pubspec.yaml index 686c487..1d7e52c 100644 --- a/cherrypick_annotations/pubspec.yaml +++ b/cherrypick_annotations/pubspec.yaml @@ -2,7 +2,8 @@ name: cherrypick_annotations description: | Set of annotations for CherryPick dependency injection library. Enables code generation and declarative DI for Dart & Flutter projects. version: 1.1.2-dev.0 -documentation: https://github.com/pese-git/cherrypick/wiki +homepage: https://cherrypick-di.dev/ +documentation: https://cherrypick-di.dev/docs/intro repository: https://github.com/pese-git/cherrypick/cherrypick_annotations issue_tracker: https://github.com/pese-git/cherrypick/issues topics: diff --git a/cherrypick_flutter/pubspec.yaml b/cherrypick_flutter/pubspec.yaml index 634ea9c..8c8798e 100644 --- a/cherrypick_flutter/pubspec.yaml +++ b/cherrypick_flutter/pubspec.yaml @@ -1,8 +1,8 @@ name: cherrypick_flutter description: "Flutter library that allows access to the root scope through the context using `CherryPickProvider`." version: 1.1.3-dev.9 -homepage: https://pese-git.github.io/cherrypick-site/ -documentation: https://github.com/pese-git/cherrypick/wiki +homepage: https://cherrypick-di.dev/ +documentation: https://cherrypick-di.dev/docs/intro repository: https://github.com/pese-git/cherrypick issue_tracker: https://github.com/pese-git/cherrypick/issues topics: diff --git a/cherrypick_generator/pubspec.yaml b/cherrypick_generator/pubspec.yaml index ec772f0..c3d38de 100644 --- a/cherrypick_generator/pubspec.yaml +++ b/cherrypick_generator/pubspec.yaml @@ -3,7 +3,8 @@ description: | Source code generator for the cherrypick dependency injection system. Processes annotations to generate binding and module code for Dart & Flutter projects. version: 2.0.0-dev.0 -documentation: https://github.com/pese-git/cherrypick/wiki +homepage: https://cherrypick-di.dev/ +documentation: https://cherrypick-di.dev/docs/intro repository: https://github.com/pese-git/cherrypick/cherrypick_generator issue_tracker: https://github.com/pese-git/cherrypick/issues topics: diff --git a/talker_cherrypick_logger/pubspec.yaml b/talker_cherrypick_logger/pubspec.yaml index 6f1892e..04dca10 100644 --- a/talker_cherrypick_logger/pubspec.yaml +++ b/talker_cherrypick_logger/pubspec.yaml @@ -1,8 +1,8 @@ name: talker_cherrypick_logger description: A Talker logger integration for CherryPick DI to observe and log DI events and errors. version: 1.1.0-dev.4 -homepage: https://pese-git.github.io/cherrypick-site/ -documentation: https://github.com/pese-git/cherrypick/wiki +homepage: https://cherrypick-di.dev/ +documentation: https://cherrypick-di.dev/docs/intro repository: https://github.com/pese-git/cherrypick issue_tracker: https://github.com/pese-git/cherrypick/issues