Skip to content

Commit 534698b

Browse files
authored
chore: update website links (#1784)
1 parent 3f103a7 commit 534698b

File tree

31 files changed

+45
-47
lines changed

31 files changed

+45
-47
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The above example will: update the version of `<package>` to `<version>`, update
114114
[bug_report_link]: https://github.com/VeryGoodOpenSource/dart_frog/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=fix%3A+
115115
[issue_creation_link]: https://github.com/VeryGoodOpenSource/dart_frog/issues/new/choose
116116
[very_good_ventures_link]: https://verygood.ventures
117-
[dart_frog_site]: https://dartfrog.vgv.dev/
117+
[dart_frog_site]: https://dart-frog.dev/
118118
[dart_frog_cli_link]: https://pub.dev/packages/dart_frog_cli
119119
[node_js_dowload_link]: https://nodejs.org/pt-br/download
120120
[mason_install_link]: https://docs.brickhub.dev/installing/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A fast, minimalistic backend framework for Dart 🎯
1313

1414
## Documentation 📝
1515

16-
For official documentation, please visit https://dartfrog.vgv.dev.
16+
For official documentation, please visit https://dart-frog.dev.
1717

1818
## Packages 📦
1919

bricks/create_dart_frog/__brick__/README.md

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

33
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
44
[![License: MIT][license_badge]][license_link]
5-
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dartfrog.vgv.dev)
5+
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dart-frog.dev)
66

77
An example application built with dart_frog
88

examples/basic_authentication/README.md

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

33
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
44
[![License: MIT][license_badge]][license_link]
5-
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dartfrog.vgv.dev)
5+
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dart-frog.dev)
66

77
An example for how to use basic authentication with Dart Frog.
88

examples/bearer_authentication/README.md

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

33
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
44
[![License: MIT][license_badge]][license_link]
5-
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dartfrog.vgv.dev)
5+
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dart-frog.dev)
66

77
An example for how to use bearer authentication with Dart Frog.
88

examples/counter/README.md

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

33
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
44
[![License: MIT][license_badge]][license_link]
5-
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dartfrog.vgv.dev)
5+
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dart-frog.dev)
66

77
An example counter app built with `dart_frog`.
88

examples/echo/README.md

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

33
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
44
[![License: MIT][license_badge]][license_link]
5-
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dartfrog.vgv.dev)
5+
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dart-frog.dev)
66

77
An example echo app built with `dart_frog`.
88

examples/hello_world/README.md

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

33
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
44
[![License: MIT][license_badge]][license_link]
5-
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dartfrog.vgv.dev)
5+
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dart-frog.dev)
66

77
A hello world example app built with `dart_frog`.
88

examples/kitchen_sink/README.md

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

33
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
44
[![License: MIT][license_badge]][license_link]
5-
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dartfrog.vgv.dev)
5+
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dart-frog.dev)
66

77
A kitchen sink example app built with `dart_frog`.
88

examples/todos/README.md

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

33
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
44
[![License: MIT][license_badge]][license_link]
5-
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dartfrog.vgv.dev)
5+
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dart-frog.dev)
66

77
An example todos app built with `dart_frog`.
88

0 commit comments

Comments
 (0)