From 09e94c67a6bc3822edbf82902b96f35678810fd9 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 12 Mar 2024 11:25:26 -0700 Subject: [PATCH] Update link to bashbrew See https://github.com/docker-library/docs/issues/2426 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd46f6562c67c..5ce616d5f6128 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ The file must work via `docker stack deploy` since that is how Play with Docker This is the main script used to generate the `README.md` files for each image. The generated file is committed along with the files used to generate it. Accepted arguments are which image(s) you want to update or no arguments to update all of them. -This script assumes [`bashbrew`](https://github.com/docker-library/official-images/tree/81e90ca8dcec892ade7eb348cba5a4a5d6851e17/bashbrew) is in your `PATH` (for scraping relevant tag information from the library manifest file for each repository). +This script assumes [`bashbrew`](https://github.com/docker-library/bashbrew/releases) is in your `PATH` (for scraping relevant tag information from the library manifest file for each repository). ## `markdownfmt.sh` and `ymlfmt.sh`