Skip to content

Commit

Permalink
docs: fix Unicode test link. (matchai#172)
Browse files Browse the repository at this point in the history
Old link redirected to https which gave an error with `curl`.
  • Loading branch information
Menturan authored and adamsimp committed May 6, 2019
1 parent 539a427 commit c4d4c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ This is not an issue with spacefish. Spacefish uses Unicode symbols to represent
* Verify your terminal emulator supports Unicode characters with this command:

```sh
curl http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt
curl https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt
# or
wget -O - http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt
wget -O - https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt
```
* Configure your terminal emulator to use UTF-8 character encoding.

Expand Down

0 comments on commit c4d4c14

Please sign in to comment.