diff --git a/pkg/interface/src/views/apps/links/LinkResource.tsx b/pkg/interface/src/views/apps/links/LinkResource.tsx index 5074d297db..86986fcb48 100644 --- a/pkg/interface/src/views/apps/links/LinkResource.tsx +++ b/pkg/interface/src/views/apps/links/LinkResource.tsx @@ -125,7 +125,7 @@ export function LinkResource(props: LinkResourceProps) { api={api} editCommentId={editCommentId} history={props.history} - baseUrl={`${resourceUrl}/${props.match.params.index}`} + baseUrl={`${resourceUrl}/index/${props.match.params.index}`} group={group} px={3} />