Skip to content

Commit

Permalink
fix(docs): proper cross sections links (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored Jun 13, 2019
1 parent 6445a4b commit 7bd9ec5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/src/guides/install-into-existing.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ export const Application: NavigationContainer = createAppContainer(AppNavigator)
<hr>

## Related Articles
- [Top Navigation](docs/components/top-navigation)
- [Bottom Navigation](docs/components/bottom-navigation)
- [Top Navigation](components/top-navigation)
- [Bottom Navigation](components/bottom-navigation)
2 changes: 1 addition & 1 deletion docs/src/guides/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ React Native UI Kitten is a framework of UI components powered by Eva Design Sys

## Quick start tutorials

**[Adding into existing React Native Project](docs/guides/install-into-existing)**
**[Adding into existing React Native Project](guides/add-into-existing-project)**

This tutorial explains how to use React Native UI Kitten if you already have some React Native code as a starting app from scratch.

Expand Down
6 changes: 3 additions & 3 deletions docs/src/guides/theme-customize-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ All React Native UI Kitten components have a set of properties which you can use
Each component has `appearance` property which can have single or multiple values depending on mapping configuration.
Also, there is a list of *variant group* properties like `size`, `status` etc.

These properties are defined by Eva Design System. For more information read the [Theme System Guide](docs/guides/theme-system).
These properties are defined by Eva Design System. For more information read the [Theme System Guide](guides/theme-system).

### Appearance property

Expand Down Expand Up @@ -182,5 +182,5 @@ export default class App extends React.Component<ApplicationProviderProps> {

### Related Articles

* [React Native UI Kitten Theme System](docs/guides/theme-system)
* [Creating Styled Components](docs/guides/theme-using-mapping)
* [React Native UI Kitten Theme System](guides/theme-system)
* [Creating Styled Components](guides/creating-styled-components)
4 changes: 2 additions & 2 deletions docs/src/guides/theme-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,5 @@ That's it! All the magic is done by React Native UI Kitten style system and we d

## Related Articles

- [Creating Custom Styled Components](docs/guides/creating-styled-components)
- [Using theme inside Custom Components](docs/guides/creating-themed-components)
- [Creating Custom Styled Components](guides/creating-styled-components)
- [Using theme inside Custom Components](guides/creating-themed-components)
2 changes: 1 addition & 1 deletion docs/src/guides/theme-using-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ export const AwesomeComponentShowcase = (props?: AwesomeComponentProps): React.R

## Related Articles

- [React Native UI Kitten Theme System](docs/guides/theme-system)
- [React Native UI Kitten Theme System](guides/theme-system)

0 comments on commit 7bd9ec5

Please sign in to comment.