Skip to content

Commit a4c7c54

Browse files
authored
fix broken link in readme (#3569)
I am trying to see if we can re-enable the markdown checker as well (I just re-enabled the workflow). Fixes #3343
1 parent 1bd7e4c commit a4c7c54

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build_runner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ $ dart run test
226226

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

231231
[builder]: https://pub.dev/documentation/build/latest/build/Builder-class.html
232232
[run_fn]: https://pub.dev/documentation/build_runner/latest/build_runner/run.html

docs/transforming_code.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Transforming code with `build` and `build_runner`
22

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

8-
[pub]: https://dart.dev/tools/pub/obsolete
9-
108
## Examples
119

1210
<!-- TODO: Add more common examples. -->

0 commit comments

Comments
 (0)