Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
rachellerathbone committed Dec 11, 2023
1 parent c703afe commit 32006ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jenkins-for-jira-ui/src/api/fetchGlobalPageUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const fetchGlobalPageUrl = async (): Promise<string> => {
environmentId
} = context;

return `${siteUrl}/jira/settings/apps/${appId}/${environmentId}`;
return `${siteUrl}/jira/apps/${appId}/${environmentId}`;
};

export {
Expand Down

0 comments on commit 32006ae

Please sign in to comment.