Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/en/docs/extensions/axway_repository_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ To use the {{% variables/axway_cli_prod_name %}}, you must run the following com
axway repository docker register
```

This registers `http://docker.repository.axway.com` to your local Docker as the Docker registry and authenticates you on your local Docker CLI.
This registers the Docker repository, located on <https://repository.axway.com>, to your local Docker as the Docker registry and authenticates you on your local Docker CLI.

### Docker search

Expand Down Expand Up @@ -155,7 +155,7 @@ Unregisters the Axway Docker repository to your local native Docker CLI.
axway repository docker unregister
```

This reverses registering [http://docker.repository.axway.com](http://docker.repository.axway.com) to your local Docker as the Docker registry and authenticating you on your local Docker CLI.
This reverses registering the Docker repository, located on <https://repository.axway.com>, from your local Docker CLI.

## Helm

Expand Down Expand Up @@ -231,7 +231,7 @@ To use the {{% variables/axway_cli_prod_name %}}, you must run the following com
axway repository helm register
```

This registers [http://helm.repository.axway.com](http://helm.repository.axway.com) to your local Helm as the Helm registry and authenticates you on your local Helm CLI.
This registers the Helm repository, located on <https://repository.axway.com>, to your local Helm as the Helm registry and authenticates you on your local Helm CLI.

### Helm search

Expand Down Expand Up @@ -276,7 +276,7 @@ Unregisters the Axway Helm repository to your local native Helm CLI.
axway repository helm unregister
```

This reverses registering [http://helm.repository.axway.com](http://helm.repository.axway.com) to your local Helm as the Helm registry and authenticating you on your local Helm CLI.
This reverses registering the Helm repository, located on <https://repository.axway.com>, from your local Helm CLI.

## Files and packages

Expand Down