Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/redirects.csv
Original file line number Diff line number Diff line change
Expand Up @@ -852,13 +852,13 @@ https://help.expensify.com/articles/new-expensify/chat/Flag-chat-messages,https:
https://help.expensify.com/articles/new-expensify/chat/Leave-a-chat-room,https://help.expensify.com/articles/new-expensify/chat/Chat-Features-and-Moderation-Tools
https://help.expensify.com/articles/new-expensify/chat/Send-and-format-chat-messages,https://help.expensify.com/articles/new-expensify/chat/Chat-Features-and-Moderation-Tools
https://help.expensify.com/articles/new-expensify/chat/Start-a-conversation-thread,https://help.expensify.com/articles/new-expensify/chat/Chat-Features-and-Moderation-Tools
https://help.expensify.com/articles/new-expensify/expensify-card/Set-up-the-Expensify-Card,https://help.expensify.com/articles/new-expensify/expensify-card/Set-Up-and-Manage-the-Expensify-Card
https://help.expensify.com/articles/new-expensify/expensify-card/Set-up-the-Expensify-Card,https://help.expensify.com/articles/new-expensify/expensify-card/Set-Up-and-Manage-the-Expensify-Card-US
https://help.expensify.com/articles/new-expensify/expensify-card/Update-your-Expensify-Card-mailing-address, https://help.expensify.com/articles/new-expensify/expensify-card/Update-Your-Expensify-Card-Mailing-Address
https://help.expensify.com/articles/new-expensify/reports-and-expenses/Send-an-invoice,https://help.expensify.com/articles/new-expensify/reports-and-expenses/Send-an-Invoice
https://help.expensify.com/articles/new-expensify/reports-and-expenses/Distance-Requests,https://help.expensify.com/articles/new-expensify/reports-and-expenses/Distance-Expenses
https://help.expensify.com/articles/new-expensify/travel/Expensify-Travel-demo-video,https://help.expensify.com/articles/expensify-classic/travel/Expensify-Travel-Tutorial
https://help.expensify.com/articles/new-expensify/expensify-card/Check-Expensify-Card-limit,https://help.expensify.com/articles/new-expensify/expensify-card/Cardholder-Settings-and-Features#view-your-smart-limit
https://help.expensify.com/articles/new-expensify/expensify-card/Manage-Expensify-Cards,https://help.expensify.com/articles/new-expensify/expensify-card/Set-Up-and-Manage-the-Expensify-Card
https://help.expensify.com/articles/new-expensify/expensify-card/Manage-Expensify-Cards,https://help.expensify.com/articles/new-expensify/expensify-card/Set-Up-and-Manage-the-Expensify-Card-US
https://help.expensify.com/articles/new-expensify/wallet-and-payments/Pay-an-expense,https://help.expensify.com/articles/new-expensify/wallet-and-payments/Pay-Expenses
https://help.expensify.com/articles/new-expensify/expenses-and-payments/Create-an-expense.html,https://help.expensify.com/articles/new-expensify/reports-and-expenses/Create-an-Expense
https://help.expensify.com/articles/new-expensify/reports-and-expenses/Duplicate-detection,https://help.expensify.com/articles/new-expensify/reports-and-expenses/Duplicate-Detection
Expand Down
2 changes: 1 addition & 1 deletion src/CONST/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4640,7 +4640,7 @@ const CONST = {
COPY_EXISTING: 'copy',
CREATE_NEW: 'create',
},
MANAGE_EXPENSIFY_CARDS_ARTICLE_LINK: 'https://help.expensify.com/articles/new-expensify/expensify-card/Manage-Expensify-Cards',
MANAGE_EXPENSIFY_CARDS_ARTICLE_LINK: 'https://help.expensify.com/articles/new-expensify/expensify-card/Set-Up-and-Manage-the-Expensify-Card-US',
PIN: {
LENGTH: 4,
INVALID_PINS: [
Expand Down
Loading