From d965e35e76601931e92709e6b4fde53a8d9786f7 Mon Sep 17 00:00:00 2001 From: Giselle van Dongen Date: Wed, 24 Apr 2024 15:47:07 +0200 Subject: [PATCH] Update broken link (#30) After the 0.9 release of the docs, this section will have moved to the registration page --- lib/restate-constructs/service-deployer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/restate-constructs/service-deployer.ts b/lib/restate-constructs/service-deployer.ts index 4d50306..1281f75 100644 --- a/lib/restate-constructs/service-deployer.ts +++ b/lib/restate-constructs/service-deployer.ts @@ -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; /**