Skip to content

Commit

Permalink
docs(frontend): fix a broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxizama authored and BourgerieQuentin committed May 3, 2024
1 parent bb241a0 commit a41f77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ layout:

Learn the basics of Concrete, set it up, and make it run with ease.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>What is Concrete</strong></td><td>Understand the basic concepts of the Concrete library.</td><td><a href="get-started/">get-started</a></td><td><a href=".gitbook/assets/start1.png">start1.png</a></td></tr><tr><td><strong>Installation</strong></td><td>Follow the step by step guide to install Concrete in your project</td><td><a href="get-started/installing.md">installing.md</a></td><td><a href=".gitbook/assets/start2.png">start2.png</a></td></tr><tr><td><strong>Quick start</strong></td><td>See a full example of using Concrete to compute on encrypted data</td><td><a href="get-started/quick_start.md">quick_start.md</a></td><td><a href=".gitbook/assets/start3.png">start3.png</a></td></tr></tbody></table>
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>What is Concrete</strong></td><td>Understand the basic concepts of the Concrete library.</td><td><a href="get-started/readme.md">get-started.md</a></td><td><a href=".gitbook/assets/start1.png">start1.png</a></td></tr><tr><td><strong>Installation</strong></td><td>Follow the step by step guide to install Concrete in your project</td><td><a href="get-started/installing.md">installing.md</a></td><td><a href=".gitbook/assets/start2.png">start2.png</a></td></tr><tr><td><strong>Quick start</strong></td><td>See a full example of using Concrete to compute on encrypted data</td><td><a href="get-started/quick_start.md">quick_start.md</a></td><td><a href=".gitbook/assets/start3.png">start3.png</a></td></tr></tbody></table>

## Build with Concrete

Expand Down

0 comments on commit a41f77d

Please sign in to comment.