From e87ac3b64214a431e011fc96d4ccf7b3d291708b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Thu, 30 Jun 2022 07:16:41 +0200 Subject: [PATCH] link to filegroup rule --- yosql-website/content/tooling/bazel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yosql-website/content/tooling/bazel.md b/yosql-website/content/tooling/bazel.md index 5c196310..4fcfabbf 100644 --- a/yosql-website/content/tooling/bazel.md +++ b/yosql-website/content/tooling/bazel.md @@ -54,7 +54,7 @@ project/ └── createItemTable.sql ``` -5. Declare a `filegroup` that contains all of your SQL files: +5. Declare a [filegroup](https://bazel.build/reference/be/general#filegroup) that contains all of your SQL files: ``` filegroup( -- 2.11.4.GIT