Skip to content

Commit

Permalink
docs: fix broken links to Setting Up section
Browse files Browse the repository at this point in the history
  • Loading branch information
beritou committed Jan 12, 2024
1 parent 70574f9 commit f2b2bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ It is good practice to write unit tests as you implement your services. The Java
Use a Docker image to package your service and any of its dependencies. See the following pages for more information:
* https://docs.kalix.io/setting-up/index.html#_containers[Installing Docker]
* https://docs.docker.com/get-docker/[Installing Docker]
* xref:javascript:quickstart/cr-value-entity-javascript.adoc#_package_and_deploy_your_service[Packaging with Docker]
* https://docs.kalix.io/projects/container-registries.html[Configuring registries]
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/javascript/pages/kickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before running the code generation tools, make sure that you have the following:
* Docker >= {minimum_docker_version} (to run locally)
* The https://docs.kalix.io/getting-started/set-up-development-env.html#_kalix_cli[`kalix` CLI downloaded]
* A https://docs.kalix.io/projects/container-registries.html[configured Docker Registry]
* A https://docs.kalix.io/setting-up/index.html#_kalix_account[Kalix account]
* A https://console.kalix.io/register[Kalix account]
* A https://docs.kalix.io/projects/index.html[Kalix project]

:sectnums:
Expand Down

0 comments on commit f2b2bd7

Please sign in to comment.