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 links to quickstart from dev process page #390

Merged
merged 1 commit into from
Jul 7, 2022
Merged
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
4 changes: 2 additions & 2 deletions docs/src/modules/developing/pages/development-process-js.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.kalix.io/quickstart/cr-value-entity-javascript.html#_package_and_deploy_your_service[Packaging with 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]

[#_run_locally]
Expand All @@ -82,4 +82,4 @@ After testing locally, deploy your service to Kalix using the CLI or the Console

* https://docs.kalix.io/projects/index.html[Working with Kalix projects]
* https://docs.kalix.io/services/deploy-service.html#_deploy[Deploying a packaged service]
* https://docs.kalix.io/quickstart/cr-value-entity-javascript.html#_package_and_deploy_your_service[Example of how to package and deploy a service]
* xref:javascript:quickstart/cr-value-entity-javascript.adoc#_package_and_deploy_your_service[Example of how to package and deploy a service]