From 94158cf731bcbb419be207731621890f36e303e6 Mon Sep 17 00:00:00 2001 From: Alex <2168530+AlexWebLab@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:58:59 +0800 Subject: [PATCH] fix broken link to Outlet API Reference (#12557) * fix broken link to Outlet API Reference * Update contributors.yml --- contributors.yml | 1 + docs/start/framework/routing.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index 1a2c85439a..789480eae5 100644 --- a/contributors.yml +++ b/contributors.yml @@ -19,6 +19,7 @@ - alexandernanberg - alexanderson1993 - alexlbr +- AlexWebLab - amitdahan - AmRo045 - amsal diff --git a/docs/start/framework/routing.md b/docs/start/framework/routing.md index bd842033ba..80f94d042b 100644 --- a/docs/start/framework/routing.md +++ b/docs/start/framework/routing.md @@ -325,4 +325,4 @@ Note that these routes do not participate in data loading, actions, code splitti Next: [Route Module](./route-module) [file-route-conventions]: ../../how-to/file-route-conventions -[outlet]: ../../api/react-router/Outlet +[outlet]: https://api.reactrouter.com/v7/functions/react_router.Outlet.html