Skip to content

Commit

Permalink
chore(docs): fix image paths for integrate docs page (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed May 4, 2021
1 parent 637050b commit 4ebb87f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/docs/integrate/connect-to-polkadot-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,25 @@ You'll need to setup the polkadot.js/apps to use a custom endpoint to connect to

Once you've opened the app in your browser, you should see it connected to the Polkadot network:

<img src="/assets/tutorial/connect-1.png" />
<img src= "../../assets/tutorial/connect-1.png" />

In the top left hand corner, click the logo to open the network selection modal:

<img src="/assets/tutorial/connect-2.png" />
<img src="../../assets/tutorial/connect-2.png" />

Next, at the bottom of this menu is a "Development" dropdown, click to open that

<img src="/assets/tutorial/connect-3.png" />
<img src="../../assets/tutorial/connect-3.png" />

Now you should see a text area with the label "custom endpoint", here you add your local node's websocket address, usually "ws://127.0.0.1:8586",
click the Save icon on the right of the text box to save the endpoint.

<img src="/assets/tutorial/connect-4.png" />
<img src="../../assets/tutorial/connect-4.png" />

Finally, click the "Switch" button at the top of this modal:

<img src="/assets/tutorial/connect-5.png" />
<img src="../../assets/tutorial/connect-5.png" />

Congratulations, you've successfully connected to your Gossamer node!

<img src="/assets/tutorial/connect-6.png" />

<img src="../../assets/tutorial/connect-6.png" />

0 comments on commit 4ebb87f

Please sign in to comment.