Correct link

This commit is contained in:
René Pfeuffer
2018-10-29 15:21:48 +01:00
parent a0c301f469
commit 17f1d9aa82

View File

@@ -45,7 +45,7 @@ class RepositoryEntry extends React.Component<Props> {
return ( return (
<RepositoryEntryLink <RepositoryEntryLink
iconClass="fa-code-branch" iconClass="fa-code-branch"
to={repositoryLink + "/history"} to={repositoryLink + "/changesets"}
/> />
); );
} }