File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ The `exports_files` declaration defines a target for your [SwiftFormat configura
9393(` .swiftformat ` )] ( https://github.com/nicklockwood/SwiftFormat#config-file ) . It is referenced by the
9494` swiftformat_pkg ` that we will add to each of the Bazel packages that contain Swift source files.
9595
96- The [ ` swiftformat_update_all ` ] ( / doc/rules_and_macros_overview.md#swiftformat_update_all ) macro
97- defines a runnable target that copies all of the formatted Swift source files to the workspace
96+ The [ updatesrc_update_all ] ( https://github.com/cgrindel/bazel-starlib/blob/main/ doc/updatesrc/ rules_and_macros_overview.md#updatesrc_update_all )
97+ macro defines a runnable target that copies all of the formatted Swift source files to the workspace
9898directory.
9999
100100
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ $ bazel run //path/to/pkg:swiftformat_update
4545```
4646
4747Since finding and running these commands manually would be tedious, we added a
48- ` swiftformat_update_all ` declaration at the root of the workspace. This will find all of the update
48+ ` updatesrc_update_all ` declaration at the root of the workspace. This will find all of the update
4949commands and run them.
5050
5151``` sh
You can’t perform that action at this time.
0 commit comments