### addRoute
-Add a new [Route Record](.#routerecordraw) as the child of an existing route. If the route has a `name` and there is already an existing one with the same one, it removes it first.
+Add a new [Route Record](#routerecordraw) as the child of an existing route. If the route has a `name` and there is already an existing one with the same one, it removes it first.
**Signature:**
### resolve
-Returns the [normalized version](./vue-router-interface#routelocation) of a [route location](./vue-router-typealias#routelocationraw). Also includes an `href` property that includes any existing `base`.
+Returns the [normalized version](#routelocation) of a [route location](#routelocationraw). Also includes an `href` property that includes any existing `base`.
**Signature:**
Nested routes of the current record.
-- **See Also**: [Nested Routes](/guide/advanced/nested-routes.md)
+- **See Also**: [Nested Routes](/guide/essentials/nested-routes.md)
### alias
- **beforeRouteUpdate**
- **beforeRouteLeave**
-See [In Component Guards](/guide/advanced/navigation-guards.md).
+See [In Component Guards](/guide/advanced/navigation-guards.md#in-component-guards).