Skip to content

Commit dad295b

Browse files
committed
Update URL
1 parent 9dc86b2 commit dad295b

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

www/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ include:
7979
# Custom variables
8080
github_repo: https://github.com/jedisct1/draft-denis-ipcrypt
8181
ietf_datatracker: https://datatracker.ietf.org/doc/draft-denis-ipcrypt
82-
editors_copy: https://jedisct1.github.io/draft-denis-ipcrypt/#go.draft-denis-ipcrypt.html
82+
editors_copy: https://datatracker.ietf.org/doc/draft-denis-ipcrypt/
8383

8484
# Navigation
8585
navigation:

www/pages/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,4 @@ When implementing IPCrypt in real-world applications, consider the following:
275275

276276
Ready to implement IPCrypt in your project? Check out our [developer resources]({{ site.baseurl }}/resources/) and choose from [multiple language implementations]({{ site.baseurl }}/implementations/).
277277

278-
For a detailed understanding of the cryptographic constructions, read the full [specification](https://jedisct1.github.io/draft-denis-ipcrypt/draft-denis-ipcrypt.html){:target="_blank" rel="noopener"}.
278+
For a detailed understanding of the cryptographic constructions, read the full [specification](https://datatracker.ietf.org/doc/draft-denis-ipcrypt/){:target="_blank" rel="noopener"}.

www/pages/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Contributors to IPCrypt are recognized in several ways:
115115

116116
Ready to contribute? Here's how to get started:
117117

118-
1. **Familiarize Yourself with IPCrypt**: Read the [specification](https://jedisct1.github.io/draft-denis-ipcrypt/draft-denis-ipcrypt.html){:target="_blank" rel="noopener"} and understand the project goals
118+
1. **Familiarize Yourself with IPCrypt**: Read the [specification](https://datatracker.ietf.org/doc/draft-denis-ipcrypt/){:target="_blank" rel="noopener"} and understand the project goals
119119
2. **Set Up Your Development Environment**: Clone the repository and set up the necessary tools
120120
3. **Find an Issue to Work On**: Look for issues labeled "good first issue" or "help wanted"
121121
4. **Discuss Your Approach**: Before making significant changes, discuss your approach with the community

www/pages/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permalink: /
1313
</p>
1414
<div class="flex flex-wrap justify-center gap-4">
1515
<a href="{{ site.baseurl }}/about/" class="btn btn-primary">Learn More</a>
16-
<a href="https://jedisct1.github.io/draft-denis-ipcrypt/draft-denis-ipcrypt.html" class="btn btn-secondary" target="_blank" rel="noopener">Read the Specification</a>
16+
<a href="https://datatracker.ietf.org/doc/draft-denis-ipcrypt/" class="btn btn-secondary" target="_blank" rel="noopener">Read the Specification</a>
1717
<a href="{{ site.baseurl }}/playground/" class="btn btn-accent">Try the Playground</a>
1818
</div>
1919
</div>
@@ -211,7 +211,7 @@ permalink: /
211211
Interested in using or contributing to IPCrypt? Explore our resources, try the interactive playground, or check out the open source implementations. All are freely available for anyone to use.
212212
</p>
213213
<div class="flex flex-wrap justify-center gap-4">
214-
<a href="https://jedisct1.github.io/draft-denis-ipcrypt/draft-denis-ipcrypt.html" class="btn btn-secondary" target="_blank" rel="noopener">Read the Specification</a>
214+
<a href="https://datatracker.ietf.org/doc/draft-denis-ipcrypt/" class="btn btn-secondary" target="_blank" rel="noopener">Read the Specification</a>
215215
<a href="{{ site.baseurl }}/playground/" class="btn btn-primary">Try the Playground</a>
216216
<a href="{{ site.baseurl }}/implementations/" class="btn btn-secondary">Browse Implementations</a>
217217
<a href="{{ site.github_repo }}" class="btn btn-primary" target="_blank" rel="noopener">View on GitHub</a>

www/pages/playground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ permalink: /playground/
7070
</ul>
7171
7272
<p class="mb-4">
73-
For more information about the encryption modes and their properties, see the <a href="https://jedisct1.github.io/draft-denis-ipcrypt/draft-denis-ipcrypt.html" target="_blank" rel="noopener">IPCrypt specification</a>.
73+
For more information about the encryption modes and their properties, see the <a href="https://datatracker.ietf.org/doc/draft-denis-ipcrypt/" target="_blank" rel="noopener">IPCrypt specification</a>.
7474
</p>
7575
</div>
7676
</div>

www/pages/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This page offers helpful resources for anyone interested in IPCrypt. Whether you
1616
If you're new to IPCrypt, here are some places to start:
1717

1818
1. **Visit the [About IPCrypt]({{ site.baseurl }}/about/) page** for a general overview
19-
2. **Look at the [Specification](https://jedisct1.github.io/draft-denis-ipcrypt/draft-denis-ipcrypt.html){:target="_blank" rel="noopener"}** for technical details
19+
2. **Look at the [Specification](https://datatracker.ietf.org/doc/draft-denis-ipcrypt/){:target="_blank" rel="noopener"}** for technical details
2020
3. **Browse the [Implementations]({{ site.baseurl }}/implementations/)** to see what's available in different languages
2121

2222
### Quick Start Guide

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://jedisct1.github.io/draft-denis-ipcrypt/draft-denis-ipcrypt.html
6+
redirect_to: https://datatracker.ietf.org/doc/draft-denis-ipcrypt/
77
---
88

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

20-
<a href="https://jedisct1.github.io/draft-denis-ipcrypt/draft-denis-ipcrypt.html" class="btn btn-primary">
20+
<a href="https://datatracker.ietf.org/doc/draft-denis-ipcrypt/" class="btn btn-primary">
2121
View HTML Specification
2222
</a>
2323

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

0 commit comments

Comments
 (0)