Skip to content

Commit

Permalink
fix: error with hrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
jagalindo committed Dec 27, 2024
1 parent 255723f commit a03415e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tool/tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Also, to be easily used {% include flamapy.html %} offers different interfaces.
</style>

<div class="button-container">
<a href="/analysis/cmd/" class="highlight-button">Command Line Interface</a>
<a href="/analysis/python_facade/" class="highlight-button">Easy-to-Use Python Interface</a>
<a href="/analysis/python/" class="highlight-button">Using the underlying framework</a>
<a href="/tool/cmd/" class="highlight-button">Command Line Interface</a>
<a href="/tool/python_facade/" class="highlight-button">Easy-to-Use Python Interface</a>
<a href="/tool/python/" class="highlight-button">Using the underlying framework</a>
</div>

### Command-line interface
Expand All @@ -79,8 +79,8 @@ After those off-the-shelf options, there are other mechanisms to run or integrat
> These ways of running {% include flamapy.html %}, require some more knowledge of those ecosystems.
<div class="button-container">
<a href="analysis/rest/" class="highlight-button">REST Interface</a>
<a href="analysis/wasm/" class="highlight-button">WASM Interface</a>
<a href="tool/rest/" class="highlight-button">REST Interface</a>
<a href="tool/wasm/" class="highlight-button">WASM Interface</a>
</div>

### REST Interface
Expand Down

0 comments on commit a03415e

Please sign in to comment.