Skip to content

Commit

Permalink
Docs: Fix readme links (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
n1313 authored and sapegin committed Feb 13, 2017
1 parent 7c382c4 commit 066b03f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ React Styleguidist is a style guide generator for React components. It lists com

## Usage

* **[Getting Started](./GettingStarted.md): install and run Styleguidist**
* [Locating components](./Components.md): point Styleguidist to your React components
* [Configuring webpack](./Webpack.md): tell Styleguidist how to load your code
* [Cookbook](./Cookbook.md): how to solve common tasks with Styleguidist
* **[Getting Started](./docs/GettingStarted.md): install and run Styleguidist**
* [Locating components](./docs/Components.md): point Styleguidist to your React components
* [Configuring webpack](./docs/Webpack.md): tell Styleguidist how to load your code
* [Cookbook](./docs/Cookbook.md): how to solve common tasks with Styleguidist

## Examples

Expand Down Expand Up @@ -50,10 +50,10 @@ Real projects using React Styleguidist:

## Advanced documentation

* [Configuration](./Configuration.md)
* [CLI commands and options](./CLI.md)
* [Node API](./API.md)
* [FAQ](./FAQ.md)
* [Configuration](./docs/Configuration.md)
* [CLI commands and options](./docs/CLI.md)
* [Node API](./docs/API.md)
* [FAQ](./docs/FAQ.md)

## Change log

Expand Down

0 comments on commit 066b03f

Please sign in to comment.