Skip to content

Commit f8ecfa7

Browse files
committed
help link
1 parent 5ed6252 commit f8ecfa7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ nose2 --junit-xml --with-coverage
4848
Publishing Results using **Testspace**:
4949

5050
<pre>
51+
curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
5152
testspace analysis.txt{issues} nose2.xml{stock_alerter} coverage.xml $TESTSPACE_TOKEN/$BRANCH_NAME
5253
</pre>
5354

@@ -58,5 +59,5 @@ To replicate this sample:
5859
- Account at www.testspace.com.
5960
- CI Environment Variable called **TESTSPACE_TOKEN** required:
6061
- `TESTSPACE_TOKEN` = `[email protected]/my-project`
61-
- `credentials` set to `username:password` or your [access token](http://help.testspace.com/using-your-organization:user-settings).
62-
- `my-org-name.testspace.com/my-project` based on your *subdomain* and *project* names. Refer [here](http://help.testspace.com/reference:runner-reference#login-credentials) for more details.
62+
- `credentials` set to `username:password` or your [access token](http://help.testspace.com/reference:client-reference#login-credentials).
63+
- `my-org-name.testspace.com/my-project` based on your *organization* (subdomain) and *project* names.

0 commit comments

Comments
 (0)