summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2017-01-20 23:30:14 +0100
committerJoffrey BION <joffrey.bion@gmail.com>2017-01-20 23:30:14 +0100
commit62d809582ebc2bdcc3036bf0e79e0f945cd3ec06 (patch)
treecd6214490d3a90d215794cb44357733b06ea068f /README.md
parentRemove absolute ws link in frontend (diff)
downloadseven-wonders-62d809582ebc2bdcc3036bf0e79e0f945cd3ec06.tar.gz
seven-wonders-62d809582ebc2bdcc3036bf0e79e0f945cd3ec06.tar.bz2
seven-wonders-62d809582ebc2bdcc3036bf0e79e0f945cd3ec06.zip
Fix Travis CI badge link in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7cf9d37b..f699d250 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Seven Wonders Online
-[![Travis Build](https://img.shields.io/travis/luxons/seven-wonders/master.svg)](https://travis-ci.org/joffrey-bion/fx-log)
+[![Travis Build](https://img.shields.io/travis/luxons/seven-wonders/master.svg)](https://travis-ci.org/luxons/seven-wonders)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/luxons/seven-wonders/blob/master/LICENSE)
An digital version of the famous 7 Wonders board game.
bgstack15