Skip to content

Commit

Permalink
fix(docs): minor link fixes (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
golota60 committed Jan 4, 2022
1 parent 5517608 commit 5c12be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hide_title: true

Found is a router for [React](https://reactjs.org/) applications with a focus on power and extensibility. Found uses static route configurations. This enables efficient code splitting and data fetching with nested routes. Found also offers extensive control over indicating those loading states, even for routes with code bundles that have not yet been downloaded.

Found is designed to be extremely customizable. Most pieces of Found such as the path matching algorithm and the route element resolution can be fully replaced. This allows [extensions](#extensions) such as [Found Relay](https://github.com/4Catalyzer/found-relay) to provide first-class support for different use cases.
Found is designed to be extremely customizable. Most pieces of Found such as the path matching algorithm and the route element resolution can be fully replaced. This allows [extensions](/advanced/further-reading) such as [Found Relay](https://github.com/4Catalyzer/found-relay) to provide first-class support for different use cases.

Found uses [Redux](https://redux.js.org/) for state management and [Farce](https://github.com/4Catalyzer/farce) for controlling browser navigation. It can integrate with your existing store and connected components.

Expand Down
2 changes: 1 addition & 1 deletion www/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const config = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: 'https://github.com/4Catalyzer/found/edit/master',
editUrl: 'https://github.com/4Catalyzer/found/edit/master/www',
routeBasePath: '/',
},
theme: {
Expand Down

0 comments on commit 5c12be2

Please sign in to comment.