diff --git a/documentation/dev-portal/src/events/ccc23/nym-vpn.md b/documentation/dev-portal/src/events/ccc23/nym-vpn.md index 0413fc7098..ec54f6fd4b 100644 --- a/documentation/dev-portal/src/events/ccc23/nym-vpn.md +++ b/documentation/dev-portal/src/events/ccc23/nym-vpn.md @@ -188,8 +188,8 @@ One of the main aim for the aplha demo is testing. Your share results will help 4. Turn off any existing VPN's and run `sudo sh ./tests.sh` 5. In case of errors, see [troubleshooting section](./nym-vpn.md#missing-jq-error) below 6. The script will print a JSON view of existing Gateways and prompt you to chose - - `enter a gateway ID`: paste one of the values labeled with a key `"identityKey"` [here](https://nymvpn.com/en/ccc/api/gateways) (without `" "`) - - `enter an exit address`: paste one of the values labeled with a key `"address"` [here](https://nymvpn.com/en/ccc/api/gateways) (without `" "`) + - `enter a gateway ID`: paste one of the values labeled with a key `"identityKey"` printed above (without `" "`) + - `enter an exit address`: paste one of the values labeled with a key `"address"` printed above (without `" "`) - Make sure to use two different Gateways for entry and exit 7. The script shall run the tests and generate a folder called `tests_` and files `perf_test_results.log` or `two_hop_perf_test_results.log` as well as some temp files. This is how the directory structure will look like: ```sh