Fix redirect link

Hopefully works now.
This commit is contained in:
Helge Heß 2022-08-05 18:57:18 +02:00
parent ad5f8d3bc1
commit 7c0c80dfa0
No known key found for this signature in database
GPG Key ID: 0A3825768D88C07D
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>Redirecting</title> <title>Redirecting</title>
<meta http-equiv="refresh" content="0; URL=/Northwind.swift/documentation/Northwind"> <meta http-equiv="refresh" content="0; URL=/NorthwindSQLite.swift/documentation/northwind/">
<link rel="canonical" href="/Northwind.swift/documentation/northwind"> <link rel="canonical" href="/NorthwindSQLite.swift/documentation/northwind/">
</head> </head>
<body> <body>
<a href="/Northwind.swift/documentation/Northwind">Documentation Index</a> <a href="/NorthwindSQLite.swift/documentation/northwind">Documentation Index</a>
</body> </body>
</html> </html>