Skip to content

Commit

Permalink
fix readme links to shields.io badges and github labels (#3713)
Browse files Browse the repository at this point in the history
Fixes #3709
  • Loading branch information
jakemac53 authored Jun 4, 2024
1 parent 4ea16a7 commit 264dee9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build_modules/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
Module builders for modular compilation pipelines.
<br>
<a href="https://github.com/dart-lang/build/labels/package%3A%20build_modules">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3A%20build_modules.svg" alt="Issues related to build_modules" />
<a href="https://github.com/dart-lang/build/labels/package%3Abuild_modules">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3Abuild_modules.svg" alt="Issues related to build_modules" />
</a>
<a href="https://pub.dev/packages/build_modules">
<img src="https://img.shields.io/pub/v/build_modules.svg" alt="Pub Package Version" />
Expand Down
2 changes: 2 additions & 0 deletions build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.4.11-wip

## 2.4.10

- Support version `1.x` and `2.x` of `shelf_web_socket` and `2.x` and `3.x`
Expand Down
4 changes: 2 additions & 2 deletions build_runner/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
Standalone generator and watcher for Dart using <a href="https://pub.dev/packages/build"><code>package:build</code></a>.
<br>
<a href="https://github.com/dart-lang/build/labels/package%3A%20build_runner">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3A%20build_runner.svg" alt="Issues related to build_runner" />
<a href="https://github.com/dart-lang/build/labels/package%3Abuild_runner">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3Abuild_runner.svg" alt="Issues related to build_runner" />
</a>
<a href="https://pub.dev/packages/build_runner">
<img src="https://img.shields.io/pub/v/build_runner.svg" alt="Pub Package Version" />
Expand Down
2 changes: 1 addition & 1 deletion build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_runner
version: 2.4.10
version: 2.4.11-wip
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner

Expand Down
4 changes: 2 additions & 2 deletions build_runner_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
for running pure Dart builds for
<a href="https://pub.dev/packages/build"><code>package:build</code></a>.
<br>
<a href="https://github.com/dart-lang/build/labels/package%3A%20build_runner">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3A%20build_runner_core.svg" alt="Issues related to build_runner_core" />
<a href="https://github.com/dart-lang/build/labels/package%3Abuild_runner">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3Abuild_runner_core.svg" alt="Issues related to build_runner_core" />
</a>
<a href="https://pub.dev/packages/build_runner_core">
<img src="https://img.shields.io/pub/v/build_runner_core.svg" alt="Pub Package Version" />
Expand Down
4 changes: 2 additions & 2 deletions build_test/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
Testing utilities for users of <a href="https://pub.dev/packages/build"><code>package:build</code></a>.
<br>
<a href="https://github.com/dart-lang/build/labels/package%3A%20build_test">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3A%20build_test.svg" alt="Issues related to build_test" />
<a href="https://github.com/dart-lang/build/labels/package%3Abuild_test">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3Abuild_test.svg" alt="Issues related to build_test" />
</a>
<a href="https://pub.dev/packages/build_test">
<img src="https://img.shields.io/pub/v/build_test.svg" alt="Pub Package Version" />
Expand Down
4 changes: 2 additions & 2 deletions build_web_compilers/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
Web compilers for users of <a href="https://pub.dev/packages/build"><code>package:build</code></a>.
<br>
<a href="https://github.com/dart-lang/build/labels/package%3A%20build_web_compilers">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3A%20build_web_compilers.svg" alt="Issues related to build_web_compilers" />
<a href="https://github.com/dart-lang/build/labels/package%3Abuild_web_compilers">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3Abuild_web_compilers.svg" alt="Issues related to build_web_compilers" />
</a>
<a href="https://pub.dev/packages/build_web_compilers">
<img src="https://img.shields.io/pub/v/build_web_compilers.svg" alt="Pub Package Version" />
Expand Down

0 comments on commit 264dee9

Please sign in to comment.