Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 770c326

Browse files
authored
docs: fix broken links to Setting Up section (#533)
Closes: #532 Refs: lightbend/kalix-docs#2018
1 parent 70574f9 commit 770c326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/modules/developing/pages/development-process-js.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ It is good practice to write unit tests as you implement your services. The Java
6666
6767
Use a Docker image to package your service and any of its dependencies. See the following pages for more information:
6868
69-
* https://docs.kalix.io/setting-up/index.html#_containers[Installing Docker]
69+
* https://docs.docker.com/get-docker/[Installing Docker]
7070
* xref:javascript:quickstart/cr-value-entity-javascript.adoc#_package_and_deploy_your_service[Packaging with Docker]
7171
* https://docs.kalix.io/projects/container-registries.html[Configuring registries]
7272

docs/src/modules/javascript/pages/kickstart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Before running the code generation tools, make sure that you have the following:
2323
* Docker >= {minimum_docker_version} (to run locally)
2424
* The https://docs.kalix.io/getting-started/set-up-development-env.html#_kalix_cli[`kalix` CLI downloaded]
2525
* A https://docs.kalix.io/projects/container-registries.html[configured Docker Registry]
26-
* A https://docs.kalix.io/setting-up/index.html#_kalix_account[Kalix account]
26+
* A https://console.kalix.io/register[Kalix account]
2727
* A https://docs.kalix.io/projects/index.html[Kalix project]
2828

2929
:sectnums:

0 commit comments

Comments
 (0)