Skip to content

Commit

Permalink
fixing doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
aludwiko committed Feb 1, 2024
1 parent 5706db3 commit 42ef2e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/modules/javascript/pages/views.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,9 @@ The View definitions are stored and validated when a new version is deployed. Th

=== Drop obsolete view data

The data for old Views, that are no longer actively used, can be dropped using the `kalix` CLI https://docs.kalix.io/kalix/kalix_services_views.html[service view commands].
The data for old Views, that are no longer actively used, can be dropped using the `kalix` CLI https://docs.kalix.io/reference/kalix/kalix_services_views.html[service view commands].

A summary of all views for a running service can be listed using the https://docs.kalix.io/kalix/kalix_services_views_list.html[views list command]:
A summary of all views for a running service can be listed using the https://docs.kalix.io/reference/kalix/kalix_services_views_list.html[views list command]:

----
> kalix service views list customer-registry
Expand All @@ -383,7 +383,7 @@ CustomerByName false 1d
CustomerByNameV2 true 5m
----

Any views that are inactive and no longer needed can be dropped using the https://docs.kalix.io/kalix/kalix_services_views_drop.html[views drop command]:
Any views that are inactive and no longer needed can be dropped using the https://docs.kalix.io/reference/kalix/kalix_services_views_drop.html[views drop command]:

----
> kalix service views drop customer-registry CustomerByName
Expand Down

0 comments on commit 42ef2e4

Please sign in to comment.