@tanstack/solid-router 1.111.8 → 1.111.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -177,7 +177,6 @@ export interface RouterOptions<TRouteTree extends AnyRoute, TTrailingSlashOption
177
177
  *
178
178
  * @default false
179
179
  * @link [API Docs](https://tanstack.com/router/latest/docs/framework/react/api/router/RouterOptionsType#casesensitive-property)
180
- * @link [Guide](https://tanstack.com/router/latest/docs/framework/react/guide/route-trees#case-sensitivity)
181
180
  */
182
181
  caseSensitive?: boolean;
183
182
  /**
@@ -185,7 +184,7 @@ export interface RouterOptions<TRouteTree extends AnyRoute, TTrailingSlashOption
185
184
  * The route tree that will be used to configure the router instance.
186
185
  *
187
186
  * @link [API Docs](https://tanstack.com/router/latest/docs/framework/react/api/router/RouterOptionsType#routetree-property)
188
- * @link [Guide](https://tanstack.com/router/latest/docs/framework/react/guide/route-trees)
187
+ * @link [Guide](https://tanstack.com/router/latest/docs/framework/react/routing/route-trees)
189
188
  */
190
189
  routeTree?: TRouteTree;
191
190
  /**
@@ -177,7 +177,6 @@ export interface RouterOptions<TRouteTree extends AnyRoute, TTrailingSlashOption
177
177
  *
178
178
  * @default false
179
179
  * @link [API Docs](https://tanstack.com/router/latest/docs/framework/react/api/router/RouterOptionsType#casesensitive-property)
180
- * @link [Guide](https://tanstack.com/router/latest/docs/framework/react/guide/route-trees#case-sensitivity)
181
180
  */
182
181
  caseSensitive?: boolean;
183
182
  /**
@@ -185,7 +184,7 @@ export interface RouterOptions<TRouteTree extends AnyRoute, TTrailingSlashOption
185
184
  * The route tree that will be used to configure the router instance.
186
185
  *
187
186
  * @link [API Docs](https://tanstack.com/router/latest/docs/framework/react/api/router/RouterOptionsType#routetree-property)
188
- * @link [Guide](https://tanstack.com/router/latest/docs/framework/react/guide/route-trees)
187
+ * @link [Guide](https://tanstack.com/router/latest/docs/framework/react/routing/route-trees)
189
188
  */
190
189
  routeTree?: TRouteTree;
191
190
  /**