diff --git a/src/forge/users/Infos.js b/src/forge/users/Infos.js index 562843bed..b37caa3ce 100644 --- a/src/forge/users/Infos.js +++ b/src/forge/users/Infos.js @@ -206,7 +206,7 @@ class Infos extends Component { project_type: type , route_type: undefined }) - this.props.history.push(`/users/${user && user.login}/blockchain/${type}`); + this.props.history.push(`/${user && user.login}/blockchain/${type}`); } undo_link = () => {