Skip to content

Commit d5fe92a

Browse files
committed
Fix JavaScript implementation links to point to correct GitHub repository
1 parent 050e4d8 commit d5fe92a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/pages/implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on
6363
<h3 class="text-xl font-bold">JavaScript</h3>
6464
<p>Browser and Node.js compatible implementation.</p>
6565
<p class="mt-4">
66-
<a href="https://github.com/jedisct1/draft-denis-ipcrypt/tree/main/implementations/javascript" class="btn btn-primary btn-sm" target="_blank" rel="noopener">GitHub</a>
66+
<a href="https://github.com/jedisct1/ipcrypt-js" class="btn btn-primary btn-sm" target="_blank" rel="noopener">GitHub</a>
6767
<a href="https://www.npmjs.com/package/ipcrypt" class="btn btn-secondary btn-sm" target="_blank" rel="noopener">npm</a>
6868
</p>
6969
</div>

www/pages/playground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ permalink: /playground/
5858
<h2 class="text-2xl font-bold mb-4">About This Playground</h2>
5959
6060
<p class="mb-4">
61-
This playground uses the <a href="https://www.npmjs.com/package/ipcrypt" target="_blank" rel="noopener">ipcrypt-js</a> implementation to perform encryption and decryption operations directly in your browser.
61+
This playground uses the <a href="https://www.npmjs.com/package/ipcrypt" target="_blank" rel="noopener">ipcrypt</a> implementation to perform encryption and decryption operations directly in your browser.
6262
</p>
6363
6464
<h3 class="text-xl font-bold mb-2">Encryption Modes</h3>

0 commit comments

Comments
 (0)