Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken link in build_runner readme #3548

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.7-dev

- Fix broken link in README.md.

## 2.4.6

- Allow the latest analyzer (6.x.x).
Expand Down
2 changes: 1 addition & 1 deletion build_runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ All the above commands support the following arguments:
logged. By default this is false.
- `--build-filter`: Build filters allow you to choose explicitly which files to
build instead of building entire directories. See further documentation on
this feature [here](#partial_builds).
this feature [here][partial_builds].

Some commands also have additional options:

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.6
version: 2.4.7-dev
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner

Expand Down