Correct build status icon URL

This commit is contained in:
Diomidis Spinellis 2018-10-24 13:10:45 +03:00
parent 8806b89cd8
commit e2595350fd
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# UMLGraph - Declarative Drawing of UML Diagrams
[![Build Status](https://travis-ci.org/dspinellis/umlgraph.svg?branch=master)](https://travis-ci.org/dspinellis/umlgraph)
[![Build Status](https://travis-ci.org/dspinellis/UMLGraph.svg?branch=master)](https://travis-ci.org/dspinellis/UMLGraph)
*UMLGraph* allows the declarative specification and drawing of
UML diagrams.

View File

@ -1,4 +1,4 @@
/* Automatically generated file */
package org.umlgraph.doclet;
class Version { public static String VERSION = "R5_7_2-25-gc0b796";}
class Version { public static String VERSION = "R5_7_2-47-g70a758";}