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 readme #3569

Merged
merged 2 commits into from
Sep 1, 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
2 changes: 1 addition & 1 deletion build_runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ $ dart run test

[Bazel]: https://bazel.build/
[`package:build`]: https://pub.dev/packages/build
[analysis_options]: https://github.com/dart-lang/build/blob/master/analysis_options.yaml
[analysis_options]: https://github.com/dart-lang/build/blob/master/analysis/analysis_options.yaml

[builder]: https://pub.dev/documentation/build/latest/build/Builder-class.html
[run_fn]: https://pub.dev/documentation/build_runner/latest/build_runner/run.html
Expand Down
4 changes: 1 addition & 3 deletions docs/transforming_code.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Transforming code with `build` and `build_runner`

Unlike the [old `barback` and `pub`][pub] asset systems, it's not permitted to
Unlike the old `barback` and `pub` asset systems, it's not permitted to
overwrite or otherwise transform existing on-disk files as part of the build
process, and our newer build tools and packages will throw exceptions if this is
attempted.

[pub]: https://dart.dev/tools/pub/obsolete

## Examples

<!-- TODO: Add more common examples. -->
Expand Down
Loading