From 6ff51a55eeae6ad37726b5a35c6d966ffea46c80 Mon Sep 17 00:00:00 2001 From: vjrj <vjrj@comunes.org> Date: Sun, 5 Mar 2023 15:13:53 +0100 Subject: [PATCH] Added links to project --- README.md | 8 ++++++-- lib/ui/screens/fifth_screen.dart | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89e05afb..19a2cc4c 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 32f0092c..5b05fbfc 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( -- GitLab