Skip to content

Commit

Permalink
docs(examples): fix tk links (#3881)
Browse files Browse the repository at this point in the history
docs(examples): fix links
  • Loading branch information
Adnan Rahić authored May 30, 2024
1 parent 334a85d commit f2a3cfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/docs/ci-cd-automation/testkube-pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ spec:

Execute the following command to create the test executor object in Testkube. Do not forget to provide the path to your Tracetest definition file using the `--file` argument, and also the following variables:

- `TRACETEST_TOKEN`: your [environment token](../concepts/environment-token.mdx).
- `TRACETEST_ENVIRONMENT`: your [environment id](../concepts/environments.mdx).
- `TRACETEST_ORGANIZATION`: your [organization id](../concepts/organizations.mdx).
- `TRACETEST_TOKEN`: your [environment token](/concepts/environment-tokens).
- `TRACETEST_ENVIRONMENT`: your [environment id](/concepts/environments).
- `TRACETEST_ORGANIZATION`: your [organization id](/concepts/organizations).

```bash
kubectl testkube create test --file my/file/location.yaml --type "tracetest/test" --name pokeshop-tracetest-test --variable TRACETEST_TOKEN=tracetest-token --variable TRACETEST_ENVIRONMENT=tracetest-environment-id --variable TRACETEST_ORGANIZATION=tracetest-organization-id
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/tools-and-integrations/testkube.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ spec:
Execute the following command to create the test executor object in Testkube. Do not forget to provide the path to your Tracetest definition file using the `--file` argument, and also the following variables:

- `TRACETEST_TOKEN`: your [environment token](../concepts/environment-token.mdx).
- `TRACETEST_ENVIRONMENT`: your [environment id](../concepts/environments.mdx).
- `TRACETEST_ORGANIZATION`: your [organization id](../concepts/organizations.mdx).
- `TRACETEST_TOKEN`: your [environment token](/concepts/environment-tokens).
- `TRACETEST_ENVIRONMENT`: your [environment id](/concepts/environments).
- `TRACETEST_ORGANIZATION`: your [organization id](/concepts/organizations).

```bash
kubectl testkube create test --file my/file/location.yaml --type "tracetest/test" --name pokeshop-tracetest-test --variable TRACETEST_TOKEN=tracetest-token --variable TRACETEST_ENVIRONMENT=tracetest-environment-id --variable TRACETEST_ORGANIZATION=tracetest-organization-id
Expand Down

0 comments on commit f2a3cfa

Please sign in to comment.