Skip to content

Commit 6aea603

Browse files
committed
Fix HTML end tag
This fixes the same issue that commit c331d12 (Fix HTML end tag, 2024-12-04) fixed when new copying of this redirect. But that commit fixed only the existing file and left the mistake in the copy. References: c331d12
1 parent 95945de commit 6aea603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/redirects/documentation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<title>The Swift Programming Language: Redirect</title>
44
<meta http-equiv="refresh" content="10; url=https://docs.swift.org/swift-book/documentation/the-swift-programming-language/">
5-
<head>
5+
</head>
66
<body>
77
<div>
88
This content has moved; redirecting to the

0 commit comments

Comments
 (0)