summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@gmail.com>2022-11-06 16:01:15 +0100
committerJoffrey Bion <joffrey.bion@gmail.com>2022-11-06 16:01:15 +0100
commitb9d2b6bea2be0070065b0dd6e463a61d7e3c0b3d (patch)
treed6b3ef47c8475b46a0eb3f2eb595b97503e71ce8
parentUpgrade Spring boot plugin to 2.7.5 (diff)
downloadseven-wonders-b9d2b6bea2be0070065b0dd6e463a61d7e3c0b3d.tar.gz
seven-wonders-b9d2b6bea2be0070065b0dd6e463a61d7e3c0b3d.tar.bz2
seven-wonders-b9d2b6bea2be0070065b0dd6e463a61d7e3c0b3d.zip
Change website badge on README to HTTP
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0904b3b5..527006fd 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)
-[![Online Status](https://img.shields.io/website?up_message=online&url=https%3A%2F%2Fseven-wonders.hildan.org)](https://seven-wonders.hildan.org)
+[![Online Status](https://img.shields.io/website?up_message=online&url=http%3A%2F%2Fseven-wonders.hildan.org)](http://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