Skip to content

Commit b45fd5c

Browse files
committed
Update GitHub links to point to jedisct1/draft-denis-ipcrypt
1 parent 0c9f51d commit b45fd5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

www/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"description": "{{ site.description }}",
6262
"potentialAction": {
6363
"@type": "SearchAction",
64-
"target": "https://github.com/ipcrypt-std/ipcrypt-std.github.io/search?q={search_term_string}",
64+
"target": "https://github.com/jedisct1/draft-denis-ipcrypt/search?q={search_term_string}",
6565
"query-input": "required name=search_term_string"
6666
}
6767
}

www/pages/404.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ permalink: /404.html
4949
</div>
5050

5151
<div class="mt-8 text-center text-gray-600">
52-
<p>Found a broken link? <a href="https://github.com/ipcrypt-std/ipcrypt-std.github.io/issues/new" class="text-primary hover:underline" target="_blank" rel="noopener">Report it on GitHub</a></p>
52+
<p>Found a broken link? <a href="https://github.com/jedisct1/draft-denis-ipcrypt/issues/new" class="text-primary hover:underline" target="_blank" rel="noopener">Report it on GitHub</a></p>
5353
</div>
5454
</div>
5555

@@ -61,7 +61,7 @@ document.addEventListener('DOMContentLoaded', function() {
6161
function performSearch() {
6262
const query = searchInput.value.trim();
6363
if (query) {
64-
window.location.href = `https://github.com/ipcrypt-std/ipcrypt-std.github.io/search?q=${encodeURIComponent(query)}`;
64+
window.location.href = `https://github.com/jedisct1/draft-denis-ipcrypt/search?q=${encodeURIComponent(query)}`;
6565
}
6666
}
6767

0 commit comments

Comments
 (0)