From cdd48602eb8bd106a85f292fb08f9a757909ffa7 Mon Sep 17 00:00:00 2001 From: Jason Bedard Date: Mon, 2 Dec 2024 11:35:14 -0800 Subject: [PATCH] docs(cli): fix broken link in read me (#7463) Synced from https://github.com/aspect-build/aspect-cli/pull/779 by ChrisChinchilla: docs: Fix broken link in read me --- Fix broken link in readme file. ### Changes are visible to end-users: no Closes aspect-build/aspect-cli#779 Co-authored-by: Chris Chinchilla GitOrigin-RevId: 1a42e0331f2b210f8cb50c27edd7957db74ecc79 --- gazelle/js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gazelle/js/README.md b/gazelle/js/README.md index 410458796..d96fd10cc 100644 --- a/gazelle/js/README.md +++ b/gazelle/js/README.md @@ -17,4 +17,4 @@ Generated targets include: ### Directives -See [Aspect CLI Directives](https://docs.aspect.build/cli/help/directives.md#JavaScript) for a list of supported directives. +See [Aspect CLI Directives](https://docs.aspect.build/cli/help/directives#JavaScript) for a list of supported directives.