File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout: page
33title : IPCrypt Specification
44description : Detailed technical specification for IPCrypt, defining methods for IP address encryption and obfuscation.
55permalink : /spec/
6- redirect_to : https://datatracker.ietf.org/doc/ draft-denis-ipcrypt/
6+ redirect_to : https://ipcrypt-std.github.io/ draft-denis-ipcrypt/#go.draft-denis-ipcrypt.html
77---
88
99<div class =" spec-redirect p-8 text-center " >
@@ -17,7 +17,7 @@ redirect_to: https://datatracker.ietf.org/doc/draft-denis-ipcrypt/
1717 If you are not automatically redirected, please click the button below:
1818 </p>
1919
20- <a href="https://datatracker.ietf.org/doc/ draft-denis-ipcrypt/" class="btn btn-primary">
20+ <a href="https://ipcrypt-std.github.io/ draft-denis-ipcrypt/#go.draft-denis-ipcrypt.html " class="btn btn-primary">
2121 View HTML Specification
2222 </a>
2323
@@ -38,6 +38,6 @@ redirect_to: https://datatracker.ietf.org/doc/draft-denis-ipcrypt/
3838<script >
3939 // Redirect to the HTML specification after a short delay
4040 setTimeout (function () {
41- window .location .href = " https://datatracker.ietf.org/doc/ draft-denis-ipcrypt/" ;
41+ window .location .href = " https://ipcrypt-std.github.io/ draft-denis-ipcrypt/#go.draft-denis-ipcrypt.html " ;
4242 }, 1500 );
4343</script >
You can’t perform that action at this time.
0 commit comments