Skip to content

Commit

Permalink
html: Fix message example url
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed May 18, 2021
1 parent dbdd6d6 commit e723b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
By: {{formatAuthors(info.service.authors)}}<br />
Check the <a href="\mavlink">mavlink path</a> for the data<br />
You can also check nested paths:
<a href="mavlink/HEARTBEAT/mavtype/type"
>mavlink/HEARTBEAT/mavtype/type</a
<a href="/mavlink/vehicles/1/components/1/messages/HEARTBEAT/message/mavtype/type"
>/mavlink/vehicles/{system_id}/components/{component_id}/messages/HEARTBEAT/message/mavtype/type</a
><br />
</div>
</div>
Expand Down

0 comments on commit e723b52

Please sign in to comment.