Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix more broken links to Setting Up section #539

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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