Skip to content

Commit

Permalink
Update broken link (#30)
Browse files Browse the repository at this point in the history
After the 0.9 release of the docs, this section will have moved to the registration page
  • Loading branch information
gvdongen authored Apr 24, 2024
1 parent b30bbf1 commit d965e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/restate-constructs/service-deployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class ServiceDeployer extends Construct {
skipInvokeFunctionGrant?: boolean;
/**
* Whether to mark the service as private, and make it unavailable to be called via Restate ingress.
* @see https://docs.restate.dev/services/invocation/#private-services
* @see https://docs.restate.dev/operate/registration#private-services
*/
private?: boolean;
/**
Expand Down

0 comments on commit d965e35

Please sign in to comment.