summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@gmail.com>2021-02-09 14:26:06 +0100
committerGitHub <noreply@github.com>2021-02-09 14:26:06 +0100
commite8f0b41595718b735336fc56a82403f05a667b6c (patch)
tree91c15730eb199bb6877e7699fceab62d733d8352 /README.md
parentChange URL to HTTPS (diff)
downloadseven-wonders-e8f0b41595718b735336fc56a82403f05a667b6c.tar.gz
seven-wonders-e8f0b41595718b735336fc56a82403f05a667b6c.tar.bz2
seven-wonders-e8f0b41595718b735336fc56a82403f05a667b6c.zip
Replace heroku badge with website online badge
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 e375b756..a605941a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Seven Wonders Online
[![Github Build](https://img.shields.io/github/workflow/status/joffrey-bion/seven-wonders/ci-cd?label=build&logo=github)](https://github.com/joffrey-bion/seven-wonders/actions?query=workflow%3A%22ci-cd%22)
-[![Heroku App Status](http://heroku-shields.herokuapp.com/seven-wonders-online)](https://seven-wonders-online.herokuapp.com)
+[![Online Status](https://img.shields.io/website?up_message=online&url=https%3A%2F%2Fseven-wonders.hildan.org)](https://seven-wonders.hildan.org)
[![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 [7 Wonders board game](https://en.wikipedia.org/wiki/7_Wonders_(board_game)).
bgstack15