diff --git a/README.md b/README.md index 89e05afb80672e761f7307cf7709bee7f40e38c6..19a2cc4c4b15804e78e461fadf633de4dcc77989 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ * View transaction history * View G1 balance and currency conversion rate +## Demo + +[https://g1demo.comunes.net/](https://g1demo.comunes.net/) + ## Installation This repository requires [Flutter](https://flutter.dev/docs/get-started/install) to be installed and @@ -26,7 +30,7 @@ present in your development environment. Clone the project and enter the project folder. ```sh -git clone GITURL.git +git clone https://git.duniter.org/vjrj/ginkgo.git cd ginkgo ``` @@ -82,7 +86,7 @@ To add translations, add it to `assets/translations` and enable it in `main.dart | Wallet | Terminal card | |--------------------------------------------------------------------------------|-------------------------------------------------------------------------------| -|  |  | +|  |  | ## Credits diff --git a/lib/ui/screens/fifth_screen.dart b/lib/ui/screens/fifth_screen.dart index 32f0092cc2769f8c11c591a0e9f40a44e712bb40..5b05fbfc92c356e4fc7c1c37ba9506ec416619e1 100644 --- a/lib/ui/screens/fifth_screen.dart +++ b/lib/ui/screens/fifth_screen.dart @@ -24,7 +24,7 @@ class FifthScreen extends StatelessWidget { LinkCard( title: 'code_card_title', icon: Icons.code_rounded, - url: Uri.parse('https://git.duniter.org/public')), + url: Uri.parse('https://git.duniter.org/vjrj/ginkgo')), if (false) const TextDivider(text: 'author_divider_title'), if (false) GridView.count(