Skip to content

Commit

Permalink
update link to prod checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Aug 13, 2024
1 parent d9e6ef2 commit ee3d833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nextapp/pages/manager/gateways/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const MyGatewaysPage: React.FC = () => {
const GwaUrl = global?.helpLinks.helpSupportUrl + 'reference/gwa-commands';
const ProdChecklistUrl =
global?.helpLinks.helpSupportUrl +
'unlisted/owner-journey-v1/#production-links';
'how-to/prod-checklist';

// Action items
const actions: GatewayActions[] = [
Expand Down

0 comments on commit ee3d833

Please sign in to comment.