Skip to content

Commit e5a0a0b

Browse files
committed
Update setup guide link
1 parent cb3159d commit e5a0a0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/common/CreateAccountNoticeComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class CreateAccountNoticeComponent extends React.Component {
3333

3434
<ul className="create-account-notice__links">
3535
<li><a href="" onClick={(e) => { e.preventDefault(); updateVisibleModal('create-account'); } }> Create an account </a></li>
36-
<li><a href="https://github.com/OpenframeProject/Openframe/wiki/Openframe-User-Guide" target="_blank">Learn how to set up a frame</a></li>
36+
<li><a href="http://docs.openframe.io/frame-setup-guide" target="_blank">Learn how to set up a frame</a></li>
3737
</ul>
3838
</div>
3939
</div>

0 commit comments

Comments
 (0)