From acf4d947001acb6fd2034a929e66719360f039ad Mon Sep 17 00:00:00 2001 From: Leo Rudberg Date: Thu, 19 Nov 2020 15:58:49 -0500 Subject: [PATCH] Add backticks around bigquery README link to be like others. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ea2a949..0a256fec 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ for your Cloud Build project(s). There are currently 3 supported notifier types: -- [bigquery](./bigquery/README.md), which writes Build updates and related +- [`bigquery`](./bigquery/README.md), which writes Build updates and related data to a BigQuery table. - [`http`](./http/README.md), which sends (HTTP `POST`s) a JSON payload to another HTTP endpoint.