Skip to content

Commit

Permalink
fix the link to the getting started guide (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmelopellegrino authored Sep 1, 2023
1 parent 50e9ed3 commit ed3982c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/home/templates/infn-cloud/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h5 class="modal-title text-danger" id="gettingStartedModalLabel"><strong>Please
<input type="checkbox" class="custom-control-input" id="gettingStartedCheckbox" name="checkbox-gettingstarted"/>
<label class="custom-control-label checkbox-gettingstarted" for="gettingStartedCheckbox">Don't show me again</label>
</div>
<a type="button" href="https://guides.cloud.infn.it/docs/users-guides/en/latest/users_guides/getting_started.html" class="btn btn-warning">Go to the Getting Started Guide</a>
<a type="button" href="https://guides.cloud.infn.it/docs/users-guides/en/latest/users_guides/getting_started/getting_started.html" class="btn btn-warning">Go to the Getting Started Guide</a>
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
Expand Down

0 comments on commit ed3982c

Please sign in to comment.