Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit a500790

Browse files
chore: fix repo links and badge url (#9)
1 parent c3241ce commit a500790

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Developed with 💙 by [Very Good Ventures](https://verygood.ventures) 🦄
66

7-
[![ci](https://github.com/jeroen-meijer/mockingjay/workflows/ci/badge.svg)](https://github.com/jeroen-meijer/mockingjay/actions)
7+
[![ci](https://github.com/VeryGoodOpenSource/mockingjay/workflows/mockingjay/badge.svg)](https://github.com/VeryGoodOpenSource/mockingjay/actions)
88
[![pub package](https://img.shields.io/pub/v/mockingjay.svg)](https://pub.dartlang.org/packages/mockingjay)
99
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
1010
[![style: very good analysis][badge]][badge_link]

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: example
22
description: An example project showcasing the functionality of Mockingjay.
33
version: 0.0.1
4-
homepage: https://github.com/jeroen-meijer/mockingjay
4+
homepage: https://github.com/VeryGoodOpenSource/mockingjay
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: mockingjay
22
description: An experimental package that makes it easy to mock, test and verify
33
navigation calls in Flutter.
44
version: 0.1.0
5-
homepage: https://github.com/jeroen-meijer/mockingjay
5+
homepage: https://github.com/VeryGoodOpenSource/mockingjay
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)