From 68ca597c09274026176ed61464a5fd77a53ff54a Mon Sep 17 00:00:00 2001
From: Dan Egnor <egnor@ofb.net>
Date: Tue, 24 Sep 2002 13:52:02 +0000
Subject: [PATCH] Fix adjusted download link

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 3844b0f..705f7bd 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@ Refer to the <a href="why#glib">rationale</a> for more information.
 <h3>Download.</h3>
 
 Get the 
-<a href="http://download.ofb.net/liboop-0.8.tar.gz">latest version</a>.
+<a href="http://download.ofb.net/liboop/liboop-0.8.tar.gz">latest version</a>.
 Read the included INSTALL file.
 <p>
 You may also browse the CVS repository for 
-- 
GitLab