Skip to content

Commit

Permalink
fix: update .afloor and .fixinfo docs links (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
NUTTTTTTTT committed Nov 30, 2021
1 parent 0736932 commit d33158c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/a32nx/afloor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export const afloor: CommandDefinition = {
category: CommandCategory.A32NX,
executor: (msg) => msg.channel.send(makeEmbed({
title: 'FlyByWire A32NX | Alpha Floor',
description: 'Please see our [Alpha Floor Protection Guide](https://docs.flybywiresim.com/fbw-a32nx/feature-guides/afloor/) or [Video Tool-Tip](https://youtu.be/iXQb675J9mA) for information on Alpha Floor Protection and how to prevent/recover from it.',
description: 'Please see our [Alpha Floor Protection Guide](https://docs.flybywiresim.com/pilots-corner/advanced-guides/protections/afloor/) or [Video Tool-Tip](https://youtu.be/iXQb675J9mA) for information on Alpha Floor Protection and how to prevent/recover from it.',
})),
};
2 changes: 1 addition & 1 deletion src/commands/a32nx/fixinfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const fixinfo: CommandDefinition = {
' - Select the left LSK of the top most waypoint,',
' - Select the fix info page at the top right.',
'',
'Check out our [docs](https://docs.flybywiresim.com/fbw-a32nx/feature-guides/fixinfo/) for more information on this feature.',
'Check out our [docs](https://docs.flybywiresim.com/pilots-corner/advanced-guides/flight-planning/fixinfo/) for more information on this feature.',
]),
image: { url: FIX_INFO_URL },
footer: { text: 'Please Note: The computed intercept waypoints and ABEAM functionality are not yet implemented.' },
Expand Down

0 comments on commit d33158c

Please sign in to comment.