Skip to content

Commit 0afa680

Browse files
committed
Update link
1 parent 406c6f7 commit 0afa680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/pages/spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: IPCrypt Specification
44
description: Detailed technical specification for IPCrypt, defining methods for IP address encryption and obfuscation.
55
permalink: /spec/
6-
redirect_to: https://ipcrypt-std.github.io/draft-denis-ipcrypt/#go.draft-denis-ipcrypt.html
6+
redirect_to: https://www.ietf.org/archive/id/draft-denis-ipcrypt-12.html
77
---
88

99
<div class="spec-redirect p-8 text-center">
@@ -17,7 +17,7 @@ redirect_to: https://ipcrypt-std.github.io/draft-denis-ipcrypt/#go.draft-denis-i
1717
If you are not automatically redirected, please click the button below:
1818
</p>
1919

20-
<a href="https://ipcrypt-std.github.io/draft-denis-ipcrypt/#go.draft-denis-ipcrypt.html" class="btn btn-primary">
20+
<a href="https://www.ietf.org/archive/id/draft-denis-ipcrypt-12.html" class="btn btn-primary">
2121
View HTML Specification
2222
</a>
2323

@@ -38,6 +38,6 @@ redirect_to: https://ipcrypt-std.github.io/draft-denis-ipcrypt/#go.draft-denis-i
3838
<script>
3939
// Redirect to the HTML specification after a short delay
4040
setTimeout(function() {
41-
window.location.href = "https://ipcrypt-std.github.io/draft-denis-ipcrypt/#go.draft-denis-ipcrypt.html";
41+
window.location.href = "https://www.ietf.org/archive/id/draft-denis-ipcrypt-12.html";
4242
}, 1500);
4343
</script>

0 commit comments

Comments
 (0)