From befa0faaeff831d660bf0d8669b05ab76cc89d2d Mon Sep 17 00:00:00 2001 From: Vlad Boisa <60569670+vladboisa@users.noreply.github.com> Date: Tue, 18 Mar 2025 10:58:56 +0100 Subject: [PATCH] docs: change the broked link (#60436) Change the wrong path of the link to a working one. PR Close #60436 --- .../core/src/change_detection/scheduling/ng_zone_scheduling.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/change_detection/scheduling/ng_zone_scheduling.ts b/packages/core/src/change_detection/scheduling/ng_zone_scheduling.ts index 672d34cbd37..50524630604 100644 --- a/packages/core/src/change_detection/scheduling/ng_zone_scheduling.ts +++ b/packages/core/src/change_detection/scheduling/ng_zone_scheduling.ts @@ -158,7 +158,7 @@ export function internalProvideZoneChangeDetection({ * ``` * * @publicApi - * @see {@link /api/core/bootstrapApplication bootstrapApplication} + * @see {@link /api/platform-browser/bootstrapApplication bootstrapApplication} * @see {@link NgZoneOptions} */ export function provideZoneChangeDetection(options?: NgZoneOptions): EnvironmentProviders {