Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stradaa committed Sep 16, 2023
1 parent e052740 commit 18f4c3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h2>Getting Started</h2>

<section id="tutorials">
<h2>Tutorials</h2>
<p>Check out our <a href="Tutorials.html" target="_blank">Tutorials</a> section for step-by-step guides on how to use GraFT-App
<p>Check out our <a href="Tutorials" target="_blank">Tutorials</a> section for step-by-step guides on how to use GraFT-App
for common tasks and workflows. Tutorials are short and geared towards app functionality rather than full guided examples.
For example, tutorial material in section covers the following main topics.</p>
<ul>
Expand All @@ -208,15 +208,15 @@ <h2>Tutorials</h2>

<section id="examples">
<h2>Examples</h2>
<p>We've compiled a list of <a href="Examples.html" target="_blank">Examples</a> that demonstrate various use cases for GraFT-App.
<p>We've compiled a list of <a href="Examples" target="_blank">Examples</a> that demonstrate various use cases for GraFT-App.
These examples are designed to help you get started with using GraFT algorithm in your own projects with varying
data types.</p>
</section>

<section id="api-reference">
<h2>API Reference</h2>
<p>For detailed information about the GraFT-App API, refer to our
<a href="API.html" target="_blank">API Reference</a>.
<a href="API" target="_blank">API Reference</a>.
This section provides an overview of all the classes and functions in the GraFT-App package, along with detailed
descriptions.</p>
</section>
Expand Down Expand Up @@ -245,4 +245,4 @@ <h2>License</h2>
&copy; 2023 GraFT-App
</footer>
</body>
</html>
</html>

0 comments on commit 18f4c3d

Please sign in to comment.