docs(router): update link to development guide in README.md (#59388)

PR Close #59388
This commit is contained in:
zhangenming
2025-01-08 10:03:40 +08:00
committed by kirjs
parent 28a5a89dd8
commit 71e6f5455a
+1 -1
View File
@@ -6,4 +6,4 @@ Managing state transitions is one of the hardest parts of building applications.
The Angular router is designed to solve these problems. Using the router, you can declaratively specify application state, manage state transitions while taking care of the URL, and load components on demand.
## Guide
Read the dev guide [here](https://angular.io/guide/routing/common-router-tasks).
Read the dev guide [here](https://angular.dev/guide/routing).