Skip to content

Commit

Permalink
why does this fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sklppy88 committed Feb 12, 2024
1 parent 2a9d399 commit bc37c35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion noir/docs/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function Landing() {
</div>
<div className="homepage_cta_container">
<h2 className="homepage_h2">Coming from...</h2>
<Link to="/docs/how_to/solidity_verifier" target="_blank" rel="noopener noreferrer">
<Link to="/docs/how_to/how-to-solidity-verifier" target="_blank" rel="noopener noreferrer">
<button className="cta-button button button--primary button--lg homepage_cta">Solidity</button>
</Link>
<Link to="/docs" target="_blank" rel="noopener noreferrer">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ At this point in the tutorial, your folder structure should look like this:

`npx create vite` is amazing but it creates a bunch of files we don't really need for our simple example. Actually, let's just delete everything except for `index.html`, `main.js` and `package.json`. I feel lighter already.

![my heart is ready for you, noir.js](../../static/img/memes/titanic.jpeg)
![my heart is ready for you, noir.js](../../../static/img/memes/titanic.jpeg)

## HTML

Expand Down Expand Up @@ -270,7 +270,7 @@ if (verification) display('logs', 'Verifying proof... ✅');
You have successfully generated a client-side Noir web app!
![coded app without math knowledge](../../static/img/memes/flextape.jpeg)
![coded app without math knowledge](../../../static/img/memes/flextape.jpeg)
## Further Reading
Expand Down

0 comments on commit bc37c35

Please sign in to comment.