From 60a1a7ff047dd154cd9e6c7edea53e2975a491d9 Mon Sep 17 00:00:00 2001 From: Norbert Fuksz Date: Thu, 25 Jun 2015 16:52:29 +0100 Subject: [PATCH] Fix deprecated url Spec URL returns 404 --- FireLogger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FireLogger.php b/FireLogger.php index 8f79080..d41929a 100644 --- a/FireLogger.php +++ b/FireLogger.php @@ -5,7 +5,7 @@ // // see test.php for sample usage // - // protocol specs: http://wiki.github.com/darwin/firelogger + // protocol specs: https://github.com/binaryage/firelogger/wiki // // PHP <5.3.x compatibility