Skip to content

Commit eb52848

Browse files
committed
Remove broken URL where Github encodes the brackets
1 parent 8320f66 commit eb52848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ After installation, you can run the Sequence Tube Map:
9494
```
9595
Note that this is using **npm**, not **nvm** as in the previous step.
9696
5. Open the Sequence Tube Map in your browser.
97-
- If you are running the Sequence Tube Map on your local computer, you can visit [http://[::]:3001](http://[::]:3001) or [http://localhost:3001](http://localhost:3001).
97+
- If you are running the Sequence Tube Map on your local computer, you can visit [http://localhost:3001](http://localhost:3001).
9898
- If you are running the Sequence Tube Map on a *different* computer (for example, one accessed by SSH), you will need to connect to it there. You can try browsing to port 3001 on that machine's hostname. For example, if you connected with `ssh [email protected]`, then `bigserver.example.edu` is the hostname, and you want to visit `http://bigserver.example.edu:3001`. If that doesn't work, you can try setting up an SSH tunnel by making a second SSH connection with:
9999
```
100100
ssh -L 3001:localhost:3001 [email protected]

0 commit comments

Comments
 (0)