Skip to content

Commit

Permalink
Fix broken link to the Example app section in the docs (#1904)
Browse files Browse the repository at this point in the history
- Fix link to the Example app section that was removed in f36babf
- Fix broken links to the Example app on GitHub
  • Loading branch information
j-piasecki authored Mar 1, 2022
1 parent 242c9af commit d53da9e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This should allow you to migrate your codebase from the gesture handlers to gest

### Apps

[Gesture Handler Example App](https://github.com/software-mansion/react-native-gesture-handler/blob/main/Example) – official gesture handler "showcase" app.
[Gesture Handler Example App](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example) – official gesture handler "showcase" app.

[Gesture Handler Example on Expo](https://snack.expo.io/@adamgrzybowski/react-native-gesture-handler-demo) – the official app you can install and play with using [Expo](https://expo.io).

Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ function Home() {
<a href="https://snack.expo.io/@adamgrzybowski/react-native-gesture-handler-demo">
get it here using Expo
</a>
. Or just{' '}
<Link to={useBaseUrl('docs/example/')}>go to this page</Link>{' '}
. Or {' '}
<Link to={useBaseUrl('docs/#learning-resources')}>check out the learning resources</Link>{' '}
to see how you can run it locally with React Native on both
Android and iOS.
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-1.10.3/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Learning Resources

## Apps

[Gesture Handler Example App](https://github.com/software-mansion/react-native-gesture-handler/blob/main/Example) – official gesture handler "showcase" app.
[Gesture Handler Example App](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example) – official gesture handler "showcase" app.

[Gesture Handler Example on Expo](https://snack.expo.io/@adamgrzybowski/react-native-gesture-handler-demo) – the official app you can install and play with using [Expo](https://expo.io).

Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-2.0.0/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Learning Resources

## Apps

[Gesture Handler Example App](https://github.com/software-mansion/react-native-gesture-handler/blob/main/Example) – official gesture handler "showcase" app.
[Gesture Handler Example App](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example) – official gesture handler "showcase" app.

[Gesture Handler Example on Expo](https://snack.expo.io/@adamgrzybowski/react-native-gesture-handler-demo) – the official app you can install and play with using [Expo](https://expo.io).

Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-2.1.1/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Learning Resources

## Apps

[Gesture Handler Example App](https://github.com/software-mansion/react-native-gesture-handler/blob/main/Example) – official gesture handler "showcase" app.
[Gesture Handler Example App](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example) – official gesture handler "showcase" app.

[Gesture Handler Example on Expo](https://snack.expo.io/@adamgrzybowski/react-native-gesture-handler-demo) – the official app you can install and play with using [Expo](https://expo.io).

Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-2.3.0/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This should allow you to migrate your codebase from the gesture handlers to gest

### Apps

[Gesture Handler Example App](https://github.com/software-mansion/react-native-gesture-handler/blob/main/Example) – official gesture handler "showcase" app.
[Gesture Handler Example App](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example) – official gesture handler "showcase" app.

[Gesture Handler Example on Expo](https://snack.expo.io/@adamgrzybowski/react-native-gesture-handler-demo) – the official app you can install and play with using [Expo](https://expo.io).

Expand Down

0 comments on commit d53da9e

Please sign in to comment.