Skip to content

Commit

Permalink
doc: fix link to Swift gazelle plugin (bazel-contrib#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel authored Jan 2, 2024
1 parent 030dba3 commit 8fbf08c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gazelle build file generator
.. _stackb/rules_proto: https://github.com/stackb/rules_proto
.. _Open a PR: https://github.com/bazelbuild/bazel-gazelle/edit/master/README.rst
.. _Bazel Slack: https://slack.bazel.build
.. _swift_bazel: https://github.com/cgrindel/swift_bazel
.. _rules_swift_package_manager: https://github.com/cgrindel/rules_swift_package_manager
.. _gazelle_rust: https://github.com/Calsign/gazelle_rust
.. _rules_rust: https://github.com/bazelbuild/rules_rust

Expand Down Expand Up @@ -139,7 +139,9 @@ Gazelle can generate Bazel BUILD files for many languages:

* Swift

`swift_bazel`_ has an extension for generating ``swift_library``, ``swift_binary``, and ``swift_test`` rules. It also includes facilities for resolving, downloading and building external Swift packages for a Bazel workspace.
`rules_swift_package_manager`_ has an extension for generating ``swift_library``, ``swift_binary``, and
``swift_test`` rules. It also includes facilities for resolving, downloading and building external Swift
packages for a Bazel workspace.

If you know of an extension which could be linked here, please `open a PR`_!

Expand Down

0 comments on commit 8fbf08c

Please sign in to comment.