From 19a4b0800b00bab36aaf30366800f1016983efb5 Mon Sep 17 00:00:00 2001 From: Billy Keyes Date: Wed, 14 Apr 2021 13:35:29 -0700 Subject: [PATCH] Remove Bintray references in README (#241) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03eda9663..f731d338c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # bulldozer -[![Download](https://api.bintray.com/packages/palantir/releases/bulldozer/images/download.svg)](https://bintray.com/palantir/releases/bulldozer/_latestVersion) [![Docker Pulls](https://img.shields.io/docker/pulls/palantirtechnologies/bulldozer.svg)](https://hub.docker.com/r/palantirtechnologies/bulldozer/) +[![Docker Pulls](https://img.shields.io/docker/pulls/palantirtechnologies/bulldozer.svg)](https://hub.docker.com/r/palantirtechnologies/bulldozer/) `bulldozer` is a [GitHub App](https://developer.github.com/apps/) that automatically merges pull requests (PRs) when (and only when) all required @@ -287,7 +287,7 @@ making it a good fit for container schedulers like Nomad or Kubernetes. We provide both a Docker container and a binary distribution of the server: -- Binaries: https://bintray.com/palantir/releases/bulldozer +- Binaries: https://github.com/palantir/bulldozer/releases - Docker Images: https://hub.docker.com/r/palantirtechnologies/bulldozer/ A sample configuration file is provided at `config/bulldozer.example.yml`.