From 16ef1d900f9c12f055390c211597c14772f19c49 Mon Sep 17 00:00:00 2001 From: ludo Date: Thu, 1 May 2025 16:23:35 +0200 Subject: [PATCH] Fix broken link in routing.md (#13517) * Fix broken link in routing.md * Update contributors.yml --- contributors.yml | 1 + docs/start/data/routing.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index 59f6788480..71807d0a53 100644 --- a/contributors.yml +++ b/contributors.yml @@ -192,6 +192,7 @@ - kylegirard - landisdesign - latin-1 +- lazybean - lequangdongg - liborgabrhel - liuhanqu diff --git a/docs/start/data/routing.md b/docs/start/data/routing.md index d86bb3be15..10a1fa82fc 100644 --- a/docs/start/data/routing.md +++ b/docs/start/data/routing.md @@ -56,7 +56,7 @@ createBrowserRouter([ ## Route Objects -Route objects define the behavior of a route beyond just the path and component, like data loading and actions. We'll go into more detail in the [Route Object guide](./route-objects), but here's a quick example of a loader. +Route objects define the behavior of a route beyond just the path and component, like data loading and actions. We'll go into more detail in the [Route Object guide](./route-object), but here's a quick example of a loader. ```tsx filename=app/team.tsx import {