This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new cec36316 Fix Whimsy `status` link (#150)
cec36316 is described below

commit cec36316723c1bc8452063fa9a9caf4c0b395cb3
Author: John Bampton <[email protected]>
AuthorDate: Sat May 14 21:33:39 2022 +1000

    Fix Whimsy `status` link (#150)
---
 www/status/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/status/README.md b/www/status/README.md
index 10207891..0f78c64f 100644
--- a/www/status/README.md
+++ b/www/status/README.md
@@ -77,7 +77,7 @@ such items will show the GMT value of the time specified in 
ISO-8601 format.
 Control Flow
 ============
 
-Fetching the [https://whimsy-test.apache.org/status/](status) web page, which
+Fetching the [status](https://whimsy.apache.org/status/) web page, which
 can be done either by browsers or pings, results in a call to
 [index.cgi](https://github.com/apache/whimsy/blob/master/www/status/index.cgi).
 If it has been more than 60 seconds since the last status update, index.cgi

Reply via email to