From 299db24301a39e3dff6bae2fc04600e727017063 Mon Sep 17 00:00:00 2001 From: Brandon Zylstra Date: Mon, 27 Mar 2023 20:42:25 -0400 Subject: [PATCH] Correct errant URI The ".com" URI may have been correct at one point in the past. I don't recall for sure but I think GitHub may have changed the domain used for project sites. The repo's URI is also broken, but I can't (AFAIK) submit a PR to change that. And the "API Docs" link on https://propublica.github.io/daybreak/ is also broken. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f8f3a7a..7ea5af9 100644 --- a/README +++ b/README @@ -9,4 +9,4 @@ Daybreak is faster than other ruby options like pstore or dbm. $ gem install daybreak -You can find detailed documentation at http://propublica.github.com/daybreak. +You can find detailed documentation at http://propublica.github.io/daybreak.