Skip to content
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
docs: fix bootstraping link
fixes #68212
  • Loading branch information
JeanMeche committed Apr 15, 2026
commit b2c0d0db2982d9d8778074757c15151f52bc67bd
2 changes: 1 addition & 1 deletion packages/core/src/metadata/do_bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {ApplicationRef} from '../application/application_ref';
*
* Reference to the current application is provided as a parameter.
*
* See ["Bootstrapping"](guide/ngmodules/bootstrapping).
* See ["Bootstrapping"](/guide/ngmodules/overview#bootstrapping-an-application).
*
* @usageNotes
* The example below uses `ApplicationRef.bootstrap()` to render the
Expand Down
Loading