From e938fdf56512cc96ef2f93601a5a40bde3801046 Mon Sep 17 00:00:00 2001 From: Victor Eronmosele Date: Mon, 24 Mar 2025 21:47:02 +0100 Subject: [PATCH] Update Flock's git URL in README (#347) * Update Flock's git URL in README * Update Flock's git URL in code sample --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2559c8e..fbb6d63 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ steps: This action supports "alternative Flutters" in addition to the official [`flutter/flutter`](https://github.com/flutter/flutter), for example: -- [Flock](https://github.com/Flutter-Foundation/flutter.git) +- [Flock](https://github.com/join-the-flock/flock.git) - [a Flutter fork that supports HarmonyOS](https://gitee.com/harmonycommando_flutter/flutter.git) @@ -139,7 +139,7 @@ steps: with: channel: master flutter-version: 3.24.0 - git-source: https://github.com/Flutter-Foundation/flutter.git + git-source: https://github.com/join-the-flock/flock.git - run: flutter --version ```