From 3f07b1e77ff5362a2b626f7f70fcbe8aa8744ade Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Tue, 7 Aug 2018 15:24:33 +0100 Subject: [PATCH] Fix logo in README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0478f69..95f631e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # IBM MQ container +[![Build Status](https://travis-ci.org/ibm-messaging/mq-container.svg?branch=master)](https://travis-ci.org/ibm-messaging/mq-container) + **Note**: The `master` branch may be in an *unstable or even broken state* during development. To get a stable version, please use the correct [branch](https://github.com/ibm-messaging/mq-container/branches) for your MQ version, instead of the `master` branch. -![IBM MQ logo](https://raw.githubusercontent.com/IBM/charts/master/logo/ibm-mq-icon.svg) +IBM MQ logo ## Overview @@ -11,10 +13,6 @@ Run [IBM® MQ](http://www-03.ibm.com/software/products/en/ibm-mq) in a container You can build an image containing either IBM MQ Advanced, or IBM MQ Advanced for Developers. The developer image includes a [default developer configuration](docs/developer-config.md), to make it easier to get started. There is also an [incubating](incubating) folder for additional images for other MQ components, which you might find useful. -## Current status - -MQ Advanced for Developers image [![Build Status](https://travis-ci.org/ibm-messaging/mq-container.svg?branch=master)](https://travis-ci.org/ibm-messaging/mq-container) - ## Build After extracting the code from this repository, you can follow the [build documentation](docs/building.md) to build an image.