Update Flock's git URL in README (#347)

* Update Flock's git URL in README

* Update Flock's git URL in code sample
This commit is contained in:
Victor Eronmosele
2025-03-24 21:47:02 +01:00
committed by GitHub
parent bcafcd664b
commit e938fdf565

View File

@@ -126,7 +126,7 @@ steps:
This action supports "alternative Flutters" in addition to the official This action supports "alternative Flutters" in addition to the official
[`flutter/flutter`](https://github.com/flutter/flutter), for example: [`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 - [a Flutter fork that supports
HarmonyOS](https://gitee.com/harmonycommando_flutter/flutter.git) HarmonyOS](https://gitee.com/harmonycommando_flutter/flutter.git)
@@ -139,7 +139,7 @@ steps:
with: with:
channel: master channel: master
flutter-version: 3.24.0 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 - run: flutter --version
``` ```