Skip to content

Commit

Permalink
docs: fix more broken links to Setting Up section
Browse files Browse the repository at this point in the history
  • Loading branch information
beritou committed Jan 17, 2024
1 parent 5dff827 commit 4d21f34
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/release-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can see the Runtime version on prod [on grafana](https://lightbendcloud.graf

### Fix and publish docs

- [ ] If relevant, update the [supported version in the main docs](https://github.com/lightbend/kalix-docs/blob/main/docs/modules/ROOT/partials/include.adoc#L20) (affects [Supported Versions](https://docs.kalix.io/setting-up/index.html#_supported_languages))
- [ ] If relevant, update the [supported version in the main docs](https://github.com/lightbend/kalix-docs/blob/main/docs/modules/ROOT/partials/include.adoc#L20) (affects [SDK Support table](https://docs.kalix.io/sdks/index.html#_sdk_support))
- [ ] Add an item to the [Release Notes](https://github.com/lightbend/kalix-docs/blob/main/docs/modules/release-notes/pages/index.adoc) in the documentation
- [ ] [Release](https://github.com/lightbend/kalix-docs/blob/main/RELEASING.md#general--sdk-docs) the Kalix documentation to get the SDK docs updates published. After running the commands in the previous link the release is [automated](https://github.com/lightbend/kalix-docs/blob/main/RELEASING.md#automated-releasing).

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 @@ -21,7 +21,7 @@ Before running the code generation tools, make sure that you have the following:
* Node >= {minimum_node_version}
* `npm` or `yarn`
* Docker >= {minimum_docker_version} (to run locally)
* The https://docs.kalix.io/getting-started/set-up-development-env.html#_kalix_cli[`kalix` CLI downloaded]
* The https://docs.kalix.io/kalix/install-kalix.html[`kalix` CLI installed]
* A https://docs.kalix.io/projects/container-registries.html[configured Docker Registry]
* A https://console.kalix.io/register[Kalix account]
* A https://docs.kalix.io/projects/index.html[Kalix project]
Expand Down
4 changes: 1 addition & 3 deletions npm-js/create-kalix-entity/template/base-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ ERROR:
## Deploying to Kalix

To deploy your service, install the `kalix` CLI as documented in [Setting up a local development
environment](https://docs.kalix.io/getting-started/set-up-development-env.html) and configure a
Docker Registry to upload your docker image to.
To deploy your service, install the `kalix` CLI as documented in [Install Kalix](https://docs.kalix.io/kalix/install-kalix.html) and configure a Docker Registry to upload your docker image to.

You will need to update the `config.dockerImage` property in the `package.json` and refer to
[Configuring registries](https://docs.kalix.io/projects/container-registries.html) for more
Expand Down
4 changes: 1 addition & 3 deletions samples/js/js-customer-registry-quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@ HTTP endpoint. Example calls using [grpcurl](https://github.com/fullstorydev/grp

## Deploying

To deploy your service, install the `kalix` CLI as documented in [setting up a local development
environment](https://docs.kalix.io/getting-started/set-up-development-env.html) and configure a
Docker Registry to upload your docker image to.
To deploy your service, install the `kalix` CLI as documented in [Install Kalix](https://docs.kalix.io/kalix/install-kalix.html) and configure a Docker Registry to upload your docker image to.

You will need to update the `config.dockerImage` property in the `package.json`. Refer to
[configuring registries](https://docs.kalix.io/projects/container-registries.html) for more
Expand Down
2 changes: 1 addition & 1 deletion samples/js/js-eventsourced-shopping-cart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ grpcurl --plaintext -d '{"cart_id": "cart1", "product_id": "kalix-tshirt"}' loca

## Deploying to Kalix

To deploy your service, install the `kalix` CLI as documented in [Setting up a local development environment](https://docs.kalix.io/getting-started/set-up-development-env.html) and configure a Docker Registry to upload your docker image to.
To deploy your service, install the `kalix` CLI as documented in [Install Kalix](https://docs.kalix.io/kalix/install-kalix.html) and configure a Docker Registry to upload your docker image to.

You will need to update the `config.dockerImage` property in the `package.json` and refer to [Configuring registries](https://docs.kalix.io/projects/container-registries.html) for more information on how to make your docker image available to Kalix.

Expand Down
3 changes: 1 addition & 2 deletions samples/js/js-replicated-entity-shopping-cart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ grpcurl --plaintext -d '{"cart_id": "cart1"}' localhost:9000 com.example.shoppin

## Deploying

To deploy your service, install the `kalix` CLI as documented in [Setting up a local development
environment](https://docs.kalix.io/getting-started/set-up-development-env.html) and
To deploy your service, install the `kalix` CLI as documented in [Install Kalix](https://docs.kalix.io/kalix/install-kalix.html) and
configure a Docker Registry to upload your docker image to.

You will need to update the `config.dockerImage` property in the `package.json` and refer to [Configuring
Expand Down
4 changes: 1 addition & 3 deletions samples/js/js-shopping-cart-quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ HTTP endpoint. Example calls using [grpcurl](https://github.com/fullstorydev/grp

## Deploying

To deploy your service, install the `kalix` CLI as documented in [setting up a local development
environment](https://docs.kalix.io/getting-started/set-up-development-env.html) and configure a
Docker Registry to upload your docker image to.
To deploy your service, install the `kalix` CLI as documented in [Install Kalix](https://docs.kalix.io/kalix/install-kalix.html) and configure a Docker Registry to upload your docker image to.

You will need to update the `config.dockerImage` property in the `package.json`. Refer to
[configuring registries](https://docs.kalix.io/projects/container-registries.html) for more
Expand Down
4 changes: 1 addition & 3 deletions samples/js/js-valueentity-shopping-cart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ grpcurl --plaintext -d '{"cart_id": "cart1"}' localhost:9000 com.example.shoppin

## Deploying

To deploy your service, install the `kalix` CLI as documented in
[Setting up a local development environment](https://docs.kalix.io/getting-started/set-up-development-env.html)
and configure a Docker Registry to upload your docker image to.
To deploy your service, install the `kalix` CLI as documented in [Install Kalix](https://docs.kalix.io/kalix/install-kalix.html) and configure a Docker Registry to upload your docker image to.

You will need to update the `config.dockerImage` property in the `package.json` and refer to
[Configuring registries](https://docs.kalix.io/projects/container-registries.html)
Expand Down
4 changes: 1 addition & 3 deletions samples/js/valueentity-counter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ ERROR:
## Deploying

To deploy your service, install the `kalix` CLI as documented in
[Setting up a local development environment](https://docs.kalix.io/getting-started/set-up-development-env.html)
and configure a Docker Registry to upload your docker image to.
To deploy your service, install the `kalix` CLI as documented in [Install Kalix](https://docs.kalix.io/kalix/install-kalix.html) and configure a Docker Registry to upload your docker image to.

You will need to update the `config.dockerImage` property in the `package.json` and refer to
[Configuring registries](https://docs.kalix.io/projects/container-registries.html)
Expand Down
4 changes: 1 addition & 3 deletions samples/ts/ts-customer-registry-quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ HTTP endpoint. Example calls using [grpcurl](https://github.com/fullstorydev/grp

## Deploying

To deploy your service, install the `kalix` CLI as documented in [setting up a local development
environment](https://docs.kalix.io/getting-started/set-up-development-env.html) and configure a
Docker Registry to upload your docker image to.
To deploy your service, install the `kalix` CLI as documented in [Install Kalix](https://docs.kalix.io/kalix/install-kalix.html) and configure a Docker Registry to upload your docker image to.

You will need to update the `config.dockerImage` property in the `package.json`. Refer to
[configuring registries](https://docs.kalix.io/projects/container-registries.html) for more
Expand Down
2 changes: 1 addition & 1 deletion samples/ts/ts-eventsourced-shopping-cart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ grpcurl --plaintext -d '{"cart_id": "cart1", "product_id": "kalix-tshirt"}' loca

## Deploying to Kalix

To deploy your service, install the `kalix` CLI as documented in [Setting up a local development environment](https://docs.kalix.io/getting-started/set-up-development-env.html) and configure a Docker Registry to upload your docker image to.
To deploy your service, install the `kalix` CLI as documented in [Install Kalix](https://docs.kalix.io/kalix/install-kalix.html) and configure a Docker Registry to upload your docker image to.

You will need to update the `config.dockerImage` property in the `package.json` and refer to [Configuring registries](https://docs.kalix.io/projects/container-registries.html) for more information on how to make your docker image available to Kalix.

Expand Down
3 changes: 1 addition & 2 deletions samples/ts/ts-replicated-entity-shopping-cart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ grpcurl --plaintext -d '{"cart_id": "cart1"}' localhost:9000 com.example.shoppin

## Deploying

To deploy your service, install the `kalix` CLI as documented in [Setting up a local development
environment](https://docs.kalix.io/getting-started/set-up-development-env.html) and
To deploy your service, install the `kalix` CLI as documented in [Install Kalix](https://docs.kalix.io/kalix/install-kalix.html) and
configure a Docker Registry to upload your docker image to.

You will need to update the `config.dockerImage` property in the `package.json` and refer to [Configuring
Expand Down
4 changes: 1 addition & 3 deletions samples/ts/ts-shopping-cart-quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ HTTP endpoint. Example calls using [grpcurl](https://github.com/fullstorydev/grp

## Deploying

To deploy your service, install the `kalix` CLI as documented in [setting up a local development
environment](https://docs.kalix.io/getting-started/set-up-development-env.html) and configure a
Docker Registry to upload your docker image to.
To deploy your service, install the `kalix` CLI as documented in [Install Kalix](https://docs.kalix.io/kalix/install-kalix.html) and configure a Docker Registry to upload your docker image to.

You will need to update the `config.dockerImage` property in the `package.json`. Refer to
[configuring registries](https://docs.kalix.io/projects/container-registries.html) for more
Expand Down
3 changes: 1 addition & 2 deletions samples/ts/ts-valueentity-counter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ ERROR:
## Deploying

To deploy your service, install the `kalix` CLI as documented in
[Setting up a local development environment](https://docs.kalix.io/getting-started/set-up-development-env.html)
and configure a Docker Registry to upload your docker image to.
[Install Kalix](https://docs.kalix.io/kalix/install-kalix.html) and configure a Docker Registry to upload your docker image to.

You will need to update the `config.dockerImage` property in the `package.json` and refer to
[Configuring registries](https://docs.kalix.io/projects/container-registries.html)
Expand Down
4 changes: 1 addition & 3 deletions samples/ts/ts-valueentity-shopping-cart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ grpcurl --plaintext -d '{"cart_id": "cart1"}' localhost:9000 com.example.shoppin

## Deploying

To deploy your service, install the `kalix` CLI as documented in
[Setting up a local development environment](https://docs.kalix.io/getting-started/set-up-development-env.html)
and configure a Docker Registry to upload your docker image to.
To deploy your service, install the `kalix` CLI as documented in [Install Kalix](https://docs.kalix.io/kalix/install-kalix.html) and configure a Docker Registry to upload your docker image to.

You will need to update the `config.dockerImage` property in the `package.json` and refer to
[Configuring registries](https://docs.kalix.io/projects/container-registries.html)
Expand Down

0 comments on commit 4d21f34

Please sign in to comment.