From 17eac5a2d8b47ff34f7007997a04051e9cd10d62 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Thu, 23 Mar 2023 21:42:11 -0700 Subject: [PATCH] chore: fix link esbuild macro docstring (#142) --- docs/rules.md | 2 +- esbuild/defs.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rules.md b/docs/rules.md index 5c39b1b..fe72aaf 100644 --- a/docs/rules.md +++ b/docs/rules.md @@ -12,7 +12,7 @@ esbuild(name, output_d 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 **PARAMETERS** diff --git a/esbuild/defs.bzl b/esbuild/defs.bzl index ad37286..5b58141 100644 --- a/esbuild/defs.bzl +++ b/esbuild/defs.bzl @@ -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