guile-srfi-123

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 70412a76dbf9cb6d8e421f4f70640347cb2a456a
parent 88487a229a3494a5d2342e4b18b444ee5c6747a4
Author: Arthur A. Gleckler <srfi@speechcode.com>
Date:   Fri, 27 Jan 2017 16:18:33 -0800

Fix broken links.

Diffstat:
Mindex.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html @@ -2,8 +2,8 @@ <html> <head> <title>Generic accessor and modifier operators</title> - <link href="../srfi-common/admin.css" rel="stylesheet"> - <link href="../srfi-common/favicon.png" rel="icon" sizes="192x192" type="image/png"> + <link href="/admin.css" rel="stylesheet"> + <link href="/favicon.png" rel="icon" sizes="192x192" type="image/png"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1" /> </head>