Skip to content

Commit 154f2bc

Browse files
Fix broken links.
1 parent 8896e5d commit 154f2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html>
33
<head>
44
<title>A Scheme API for test suites</title>
5-
<link href="../srfi-common/admin.css" rel="stylesheet">
6-
<link href="../srfi-common/favicon.png" rel="icon" sizes="192x192" type="image/png">
5+
<link href="/admin.css" rel="stylesheet">
6+
<link href="/favicon.png" rel="icon" sizes="192x192" type="image/png">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
99
</head>

0 commit comments

Comments
 (0)