Skip to content

Commit

Permalink
fix: Fix wrong registry page doc link (#154)
Browse files Browse the repository at this point in the history
Jira: EPMDEDP-13252
Related: #154
Change-Id: Ic37894ca91537ee40b757a124c88aeb23aa1b038
  • Loading branch information
MykolaMarusenko committed Feb 21, 2024
1 parent f3388fe commit cf8291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export const EDP_USER_GUIDE = {
url: `${EDP_USER_GUIDE_ROOT_URL}/gitops`,
},
REGISTRY: {
url: `${EDP_OPERATOR_GUIDE_ROOT_URL}/manage-container-registries/`,
url: `${EDP_USER_GUIDE_ROOT_URL}/manage-container-registries/`,
},
};

Expand Down

0 comments on commit cf8291b

Please sign in to comment.