Skip to content

Commit 43f5f0a

Browse files
zoebentleyericrosenbaum
authored andcommitted
Reverted the tips-library.jsx file to its correct state
1 parent 84b6c33 commit 43f5f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/tips-library.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class TipsLibrary extends React.PureComponent {
5454
eventually we will find a solution that doesn't involve loading a whole project
5555
*/
5656
if (item.requiredProjectId && (item.requiredProjectId !== this.props.projectId)) {
57-
const urlParams = `/#${item.requiredProjectId}?tutorial=${item.urlId}`;
57+
const urlParams = `/projects/${item.requiredProjectId}/editor?tutorial=${item.urlId}`;
5858
return window.open(window.location.origin + urlParams, '_blank');
5959
}
6060

0 commit comments

Comments
 (0)