Skip to content

Commit

Permalink
update Manage Team link to fix deprecated ACCESS url (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb authored Feb 8, 2024
1 parent a378753 commit 81d6635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ManageTeam: React.FC<{ projectId: number }> = ({ projectId }) => {
return (
<div className={styles['user-navactions']}>
<a
href="https://allocations.access-ci.org/user_management"
href="https://allocations.access-ci.org"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit 81d6635

Please sign in to comment.