Skip to content

Commit d95e022

Browse files
committed
Replace em dashes with colons in projects docs
1 parent 8889dc8 commit d95e022

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/projects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ Both `/MyProjects/PRJ-XXXX/` and `/projects/PRJ-XXXX/` are accepted.
9595

9696
## How it works
9797

98-
1. **Project listing and metadata** dapi queries the DesignSafe portal API (`https://designsafe-ci.org/api/projects/v2/`) using your Tapis authentication token. This API returns project metadata including the project UUID.
98+
1. **Project listing and metadata**: dapi queries the DesignSafe portal API (`https://designsafe-ci.org/api/projects/v2/`) using your Tapis authentication token. This API returns project metadata including the project UUID.
9999

100-
2. **PRJ-to-UUID resolution** Each project's Tapis storage system ID is `project-<uuid>`. When you use a PRJ number (e.g., `PRJ-6270`), dapi looks up the UUID via the portal API.
100+
2. **PRJ-to-UUID resolution**: Each project's Tapis storage system ID is `project-<uuid>`. When you use a PRJ number (e.g., `PRJ-6270`), dapi looks up the UUID via the portal API.
101101

102-
3. **File operations** File listings use the standard Tapis Files API (`t.files.listFiles`) against the resolved `project-<uuid>` system.
102+
3. **File operations**: File listings use the standard Tapis Files API (`t.files.listFiles`) against the resolved `project-<uuid>` system.
103103

104104
## Error handling
105105

0 commit comments

Comments
 (0)