Skip to content

Commit

Permalink
chore: fix link esbuild macro docstring (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Mar 24, 2023
1 parent 7b4f577 commit 17eac5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rules.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion esbuild/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("//esbuild/private:esbuild.bzl", _esbuild = "esbuild_bundle")
def esbuild(name, output_dir = False, splitting = False, config = None, **kwargs):
"""esbuild helper macro around the `esbuild_bundle` rule
For a full list of attributes, see the [`esbuild_bundle`]() rule
For a full list of attributes, see the [`esbuild_bundle`](./esbuild.md) rule
Args:
name: The name used for this rule and output files
Expand Down

0 comments on commit 17eac5a

Please sign in to comment.