summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2019-02-18 20:53:05 +0100
committerjbion <joffrey.bion@amadeus.com>2019-02-18 20:53:05 +0100
commit97606129eb375528c5f7faf95464233e15665d16 (patch)
treedff430f98a49957ff4158a53bb5f8e9150963b36 /README.md
parentFix MutableResources visibility (diff)
downloadseven-wonders-97606129eb375528c5f7faf95464233e15665d16.tar.gz
seven-wonders-97606129eb375528c5f7faf95464233e15665d16.tar.bz2
seven-wonders-97606129eb375528c5f7faf95464233e15665d16.zip
Update repository URLs in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 12f0100e..675df662 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Seven Wonders Online
-[![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)
+[![Travis Build](https://img.shields.io/travis/joffrey-bion/seven-wonders/master.svg)](https://travis-ci.org/joffrey-bion/seven-wonders)
+[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/joffrey-bion/seven-wonders/blob/master/LICENSE)
A digital version of the famous [7 Wonders board game](https://en.wikipedia.org/wiki/7_Wonders_(board_game)).
bgstack15