Skip to content

Commit

Permalink
refactor: remove extraneous .html extension
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Feb 10, 2024
1 parent e963c1f commit c283f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ footer: Apache-2.0 Licensed | Copyright © 2023 - Agoric
text="Once you've completed the Getting Started, here are a few next steps."
/>
<h3 style="margin-top: 0em;">
<a href="/guides/js-programming/hardened-js.html">Learn the basics of HardenedJS</a>
<a href="/guides/js-programming/hardened-js">Learn the basics of HardenedJS</a>
</h3>
It's JavaScript with the safety you expect - see why MetaMask uses it to safely run their Snaps technology for 30M+ customers.
<h3>
Expand Down
2 changes: 1 addition & 1 deletion snippets/test-marshal.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const makeTranslationTable = (makeSlot, makeVal) => {
* 1. A message consisting of the method name `install`
* with the `bundle` argument is marshaled..."
*
* [1]: https://docs.agoric.com/guides/js-programming/eventual-send.html#eventual-send
* [1]: https://docs.agoric.com/guides/js-programming/eventual-send#eventual-send
*/
test.serial(
'marshal messages from E(zoe).install(), E(zoe).startInstance()',
Expand Down

0 comments on commit c283f04

Please sign in to comment.