Skip to content

Commit

Permalink
fix doc url for executors binary (sourcegraph#52569)
Browse files Browse the repository at this point in the history
## Test plan

<!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles -->
A customer reported some links in the docs were pointing to a non-existent URL, this PR fixes that.
  • Loading branch information
BolajiOlajide committed May 30, 2023
1 parent a69c047 commit 388803e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/admin/executors/deploy_executors_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Ensure you have the following tools installed:

1. Clone the [deploy-sourcegraph](https://github.com/sourcegraph/deploy-sourcegraph) repository to your local machine.
2. Run `cd deploy-sourcegraph/configure/executors`.
3. Configure the [Executor environment variables](https://docs.sourcegraph.com/admin/deploy_executors_binary#step-2-setup-environment-variables) in the `executor/executor.deployment.yaml` file.
3. Configure the [Executor environment variables](https://docs.sourcegraph.com/admin/executors/deploy_executors_binary#step-2-setup-environment-variables) in the `executor/executor.deployment.yaml` file.
4. Run `kubectl apply -f . --recursive` to deploy all components.
5. Confirm executors are working are working by checking the _Executors_ page under **Site admin > Executors > Instances** .

Expand Down Expand Up @@ -182,7 +182,7 @@ Ensure you have the following tools installed.
1. Clone the [deploy-sourcegraph](https://github.com/sourcegraph/deploy-sourcegraph) repository to your local machine.
2. Run `cd deploy-sourcegraph/configure/executors`.
3. Configure
the [Executor environment variables](https://docs.sourcegraph.com/admin/deploy_executors_binary#step-2-setup-environment-variables)
the [Executor environment variables](https://docs.sourcegraph.com/admin/executors/deploy_executors_binary#step-2-setup-environment-variables)
in the `executor/executor.deployment.yaml` file.
4. Run `kubectl apply -f . --recursive` to deploy all components.
5. Confirm executors are working by checking the _Executors_ page under _Site Admin_ > _Executors_ > _Instances_ .
Expand Down

0 comments on commit 388803e

Please sign in to comment.