From 94f2b37be1ed8b49a4cce3af4edf97699e62deae Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sat, 12 Oct 2024 20:46:45 +0530 Subject: [PATCH] update version --- docs/en/guide/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guide/routing.md b/docs/en/guide/routing.md index 68854b72..55b3cd4c 100644 --- a/docs/en/guide/routing.md +++ b/docs/en/guide/routing.md @@ -200,7 +200,7 @@ export default { } ``` -The rewrite paths are compiled using the `path-to-regexp` package - consult [its documentation](https://github.com/pillarjs/path-to-regexp/tree/7.x#parameters) for more advanced syntax. +The rewrite paths are compiled using the `path-to-regexp` package - consult [its documentation](https://github.com/pillarjs/path-to-regexp/tree/6.x#parameters) for more advanced syntax. `rewrites` can also be a function that receives the original path and returns the new path: