Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
andriitserkovnyi committed Jan 2, 2025
1 parent 6943b35 commit 8d8a37d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ When Vale identifies an issue, it highlights the relevant text and displays an i
Additionally, Vale displays feedback in the VS Code **PROBLEMS** pane, which provides a list of all the issues found in the file.
To navigate directly to the relevant line of code in the file and make corrections, you need to click an issue in the **PROBLEMS** pane.

For more information about Vale, see [Vale's official documentation](https://vale.sh/docs/vale-cli/overview/).
For more information about Vale, see [Vale's official documentation](https://vale.sh/docs/cli).

## Install Vale

Expand Down
2 changes: 1 addition & 1 deletion docs/ca/dev/access/connect-to-services-via-ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ redirect_from:
- /docs/cloud/dev/spryker-cloud-commerce-os/access/connecting-to-services-via-ssh.html
---

We add your SSH public key to the [bastion host](https://docs.aws.amazon.com/quickstart/latest/linux-bastion/overview.html) during the onboarding, so you can access your environments' internal networks via SSH right after.
We add your SSH public key to the [bastion host](https://docs.aws.amazon.com/managedservices/latest/userguide/using-bastions.html) during the onboarding, so you can access your environments' internal networks via SSH right after.

You can use SSH in two ways:

Expand Down
4 changes: 2 additions & 2 deletions docs/ca/dev/getting-started-with-cloud-administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ After the initial setup, the following is configured and available:
You can access your cloud environments via the following means:

* IAM account: provides access to the AWS Management Console. For instructions, see [Access AWS Management Console](/docs/ca/dev/access/access-the-aws-management-console.html).
* SSH: provides access to internal services via [bastion host](https://docs.aws.amazon.com/quickstart/latest/linux-bastion/overview.html). For instructions, see [Connect to services via SSH](/docs/ca/dev/access/connect-to-services-via-ssh.html).
* VPN: provides access to internal services via [bastion host](https://docs.aws.amazon.com/quickstart/latest/linux-bastion/overview.html). You receive these access details during the onboarding.
* SSH: provides access to internal services via [bastion host](https://docs.aws.amazon.com/managedservices/latest/userguide/using-bastions.html). For instructions, see [Connect to services via SSH](/docs/ca/dev/access/connect-to-services-via-ssh.html).
* VPN: provides access to internal services via [bastion host](https://docs.aws.amazon.com/managedservices/latest/userguide/using-bastions.html). You receive these access details during the onboarding.
* SFTP: provides access to the SFTP folder mounted inside the Jenkins container. You receive these access details during the onboarding.


Expand Down

0 comments on commit 8d8a37d

Please sign in to comment.