We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b6c33 commit 43f5f0aCopy full SHA for 43f5f0a
src/containers/tips-library.jsx
@@ -54,7 +54,7 @@ class TipsLibrary extends React.PureComponent {
54
eventually we will find a solution that doesn't involve loading a whole project
55
*/
56
if (item.requiredProjectId && (item.requiredProjectId !== this.props.projectId)) {
57
- const urlParams = `/#${item.requiredProjectId}?tutorial=${item.urlId}`;
+ const urlParams = `/projects/${item.requiredProjectId}/editor?tutorial=${item.urlId}`;
58
return window.open(window.location.origin + urlParams, '_blank');
59
}
60
0 commit comments