You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Redirecting to $name...<br><br>Click the link below if you are not redirected automatically to the registered repository for the Julia package $name<br><br><a href="$repo" rel="nofollow">$repo</a>"""
68
+
"""Redirecting to $jlname...<br><br>Click the link below if you are not redirected automatically to the registered repository for the Julia package $jlname<br><br><a href="$repo" rel="nofollow">$repo</a>"""
37
69
else
38
-
"""Click the link below to go to the registered repository for the Julia package $name<br><br><a href="$repo" rel="nofollow">$repo</a>"""
70
+
"""Click the link below to go to the registered repository for the Julia package $jlname<br><br><a href="$repo" rel="nofollow">$repo</a>"""
39
71
end
40
72
title =if should_redirect
41
-
"Redirecting to $name..."
73
+
"Redirecting to $jlname..."
42
74
else
43
-
"Confirm redirect to $name"
75
+
"Confirm redirect to $jlname"
44
76
end
45
77
46
78
open(package_path(name *".html"), "w") do io
@@ -52,32 +84,7 @@ function create_redirect_page(; name, path)
0 commit comments