Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Commit 8248f96

Browse files
authored
Merge pull request #23 from SD2E/devel
Devel
2 parents 0a018f7 + a51befd commit 8248f96

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/create_systems.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ the home directory, `/home/username/`.
3939
#### Register a storage system
4040

4141
Systems are stored in Agave as `json` objects. For a complete list of all valid
42-
fields in system descriptions, see the [Agave documentation](http://developer.agaveapi.co/#systems).
42+
fields in system descriptions, see the [Agave documentation](http://developer.tacc.cloud/).
4343
Instead of creating a new `json` system description by hand, start with the following
4444
storage system template:
4545
```
@@ -148,8 +148,8 @@ Some of the new fields in this execution system include:
148148

149149
For this execution system, there are two locations to cut and paste your SSH keys.
150150
Again, because keys will be stored in plain text in this file, do not share this
151-
file with anyone and keep it secure .More fields, including information about how to submit jobs to an `HPC` system
152-
using a queue can be found in the [Agave documentation](http://developer.agaveapi.co/#execution-systems).
151+
file with anyone and keep it secure. More fields, including information about how to submit jobs to an `HPC` system
152+
using a queue can be found in the [Agave documentation](http://developer.tacc.cloud/).
153153

154154
Save the template in a file called `jetstream-execution-username.json`.
155155
To register this system with Agave, use the following command:

docs/modify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ you may consider disabling the earlier app. The following command toggles the
158158
#### Further help
159159

160160
Additional system and app `json` fields can be found in in the online
161-
[Agave documentation](http://developer.agaveapi.co/).
161+
[Agave documentation](http://developer.tacc.cloud/).
162162

163163

164164

docs/share_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ system (e.g. `hpc-tacc-maverick-username`), then you must also grant your
5151
collaborator the correct permissions on that system.
5252

5353
*Tip: The app execution system is listed in the app.json file, or can be found
54-
by issuing '`apps-list -v app-name | grep executionSystem`'.*
54+
by issuing: '`apps-list -v --filter executionSystem app-name`'.*
5555

5656
[Elsewhere in this user guide](create_app.md) we deployed our private
5757
app on our private exection system, `hpc-tacc-maverick-username`. Use the

0 commit comments

Comments
 (0)