diff --git a/src/containers/tips-library.jsx b/src/containers/tips-library.jsx index ced2f6aa041c6fa08310080f288308b5de725d56..76d5b46a6767892160b2a869d2f8c6320d280036 100644 --- a/src/containers/tips-library.jsx +++ b/src/containers/tips-library.jsx @@ -52,7 +52,7 @@ class TipsLibrary extends React.PureComponent { eventually we will find a solution that doesn't involve loading a whole project */ if (item.requiredProjectId && (item.requiredProjectId !== this.props.projectId)) { - const urlParams = `/projects/${item.requiredProjectId}?tutorial=${item.urlId}`; + const urlParams = `/projects/${item.requiredProjectId}/editor?tutorial=${item.urlId}`; return window.open(window.location.origin + urlParams, '_blank'); }