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

Commit 5cf0515

Browse files
committed
fixing links to new agave documentation
1 parent c69bc8d commit 5cf0515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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:

0 commit comments

Comments
 (0)