Skip to content

Commit

Permalink
🐛 (#394): Fixed the broken link of run a model
Browse files Browse the repository at this point in the history
  • Loading branch information
KAUR1984 committed Jul 11, 2023
1 parent 6d9a52f commit acdfff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,8 @@ pre>code {
/* Highlight the background */
.highlight-bg {
background-color: var(--highlight-bg);
padding: 0.2em 0.4em;
margin: 0.5em 0;
padding: 0.2em 0.6em;
margin: 0.6em 0;
width: fit-content;
height: fit-content;
border-radius: 0.3em;
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<img src="assets/ACCESS-MODEL.png" alt="Models" class="squared-card-image"></img>
<div class="squared-card-text highlight-bg bg-color-like-tab bold">Models</div>
</a>
<a href="models/running-a-model" class="squared-card default-text-color">
<a href="models/run-a-model" class="squared-card default-text-color">
<img src="assets/get_started_example.png" alt="Run a Model" class="squared-card-image"></img>
<div class="squared-card-text highlight-bg bg-color-like-tab bold">Run a Model</div>
</a>
Expand Down

0 comments on commit acdfff5

Please sign in to comment.