Skip to content

Commit

Permalink
index.html: fixed the incorrect URL to the flight review documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadBilal1 authored May 29, 2024
1 parent b0894b0 commit e971ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/plot_app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% if is_plot_page %}
<div class="alert alert-primary"> <!-- alternatives: alert-info, alert-primary, alert-secondary -->
Do you need help with interpreting the plots?
See <a href="https://docs.px4.io/en/log/flight_review.html" target="_blank" class="alert-link">here</a>.
See <a href="https://docs.px4.io/main/en/log/flight_review.html" target="_blank" class="alert-link">here</a>.
</div>
{% endif %}

Expand Down

0 comments on commit e971ff7

Please sign in to comment.