Make anchors relative

This commit is contained in:
Oliver Blanthorn 2020-06-17 22:46:36 +01:00
parent 50aedf60cc
commit 0250c871c4
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -4,9 +4,9 @@
<title>Tridactyl RSS test page</title>
</head>
<body>
<a href="http://feeds.dummy.co.uk/news/rss.xml">
<a href="http://feeds.dummy.co.uk/views/atom.xml">
<a href="http://feeds.dummy.co.uk/pews/rss.xml">
<a href="http://feeds.dummy.co.uk/tews/atom.xml">
<a href="news/rss.xml">
<a href="views/atom.xml">
<a href="pews/rss.xml">
<a href="tews/atom.xml">
</body>
</html>