Skip to content

Commit

Permalink
Fix dangling links
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuchenb committed Feb 6, 2024
1 parent 55cfa79 commit 584860c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion user_docs/cli_tools/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Options:

### Download Token

GHGA Connector requires a download token to authenticate and process your request against GHGA Central. Each download request - which may comprise multiple files - is represented by a download token, which should be created via the GHGA Data Portal. For further information on how to create a download token, please read the [Data Access and Download](../download/download.md) document.
GHGA Connector requires a download token to authenticate and process your request against GHGA Central. Each download request - which may comprise multiple files - is represented by a download token, which should be created via the GHGA Data Portal. For further information on how to create a download token, please refer to the [Data Download](../data_portal/data_download.md) documentation.

### Download Examples

Expand Down
4 changes: 2 additions & 2 deletions user_docs/data_portal/data_download.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Downloading data from datasets you have been granted access to is a two stage pr
the dataset. At the end of this process, a download token is generated and
shown to the user.

* Subsequently, the CLI tool [GHGA Connector](../connector/connector.md) is used
* Subsequently, the CLI tool [GHGA Connector](../cli_tools/connector.md) is used
to perform the actual file download using the previously generated download
token and the user's Crypt4GH key pair.

Expand Down Expand Up @@ -52,4 +52,4 @@ file storage infrastructure of GHGA. Data downloading is carried out using the
GHGA Connector.

For further information on how to use the command-line tool, please refer to the
[GHGA Connector](../connector/connector.md) documentation.
[GHGA Connector](../cli_tools/connector.md) documentation.

0 comments on commit 584860c

Please sign in to comment.