From ebcd07762676d90904394cbb05ac28473574ef85 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Wed, 10 Mar 2021 05:12:24 +0100 Subject: [PATCH] docs: update links in READMEs --- packages/bottom-tabs/README.md | 2 +- packages/devtools/README.md | 2 +- packages/drawer/README.md | 4 ++-- packages/elements/README.md | 2 +- packages/material-bottom-tabs/README.md | 2 +- packages/material-top-tabs/README.md | 4 ++-- packages/native/README.md | 2 +- packages/routers/README.md | 2 +- packages/stack/README.md | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/bottom-tabs/README.md b/packages/bottom-tabs/README.md index e31eb02b..76435ded 100644 --- a/packages/bottom-tabs/README.md +++ b/packages/bottom-tabs/README.md @@ -2,4 +2,4 @@ Bottom tab navigator for React Navigation following iOS design guidelines. -Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/bottom-tab-navigator/). +Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/6.x/bottom-tab-navigator/). diff --git a/packages/devtools/README.md b/packages/devtools/README.md index 80445fb3..fc50241a 100644 --- a/packages/devtools/README.md +++ b/packages/devtools/README.md @@ -2,7 +2,7 @@ Developer tools for React Navigation. -Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/devtools). +Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/6.x/devtools). ## Installation diff --git a/packages/drawer/README.md b/packages/drawer/README.md index 28d3d189..ac2500b1 100644 --- a/packages/drawer/README.md +++ b/packages/drawer/README.md @@ -1,5 +1,5 @@ # `@react-navigation/drawer` -Drawer navigator for React Navigation following Material Design guidelines. +Drawer navigator for React Navigation following Material Design guidelines. -Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/drawer-navigator/). +Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/6.x/drawer-navigator/). diff --git a/packages/elements/README.md b/packages/elements/README.md index 0a3ceadf..5e1ac863 100644 --- a/packages/elements/README.md +++ b/packages/elements/README.md @@ -2,4 +2,4 @@ UI Components for React Navigation. -Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/elements/). +Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/6.x/elements/). diff --git a/packages/material-bottom-tabs/README.md b/packages/material-bottom-tabs/README.md index 5cb06299..f2c7d81c 100644 --- a/packages/material-bottom-tabs/README.md +++ b/packages/material-bottom-tabs/README.md @@ -2,4 +2,4 @@ React Navigation integration for [bottom navigation](https://material.io/components/bottom-navigation) component from [`react-native-paper`](https://callstack.github.io/react-native-paper/bottom-navigation.html). -Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/material-bottom-tab-navigator/). +Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/6.x/material-bottom-tab-navigator/). diff --git a/packages/material-top-tabs/README.md b/packages/material-top-tabs/README.md index ee45ebf5..78e7e7bf 100644 --- a/packages/material-top-tabs/README.md +++ b/packages/material-top-tabs/README.md @@ -1,5 +1,5 @@ # `@react-navigation/material-top-tabs` -React Navigation integration for animated tab view component from [`react-native-tab-view`](https://github.com/react-native-community/react-native-tab-view). +React Navigation integration for animated tab view component from [`react-native-tab-view`](https://github.com/satya164/react-native-tab-view). -Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/material-top-tab-navigator/). +Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/6.x/material-top-tab-navigator/). diff --git a/packages/native/README.md b/packages/native/README.md index c40e4d1a..d0c1c1ba 100644 --- a/packages/native/README.md +++ b/packages/native/README.md @@ -2,4 +2,4 @@ React Native integration for React Navigation. -Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/getting-started/). +Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/6.x/getting-started/). diff --git a/packages/routers/README.md b/packages/routers/README.md index 5141672c..0e0f7e96 100644 --- a/packages/routers/README.md +++ b/packages/routers/README.md @@ -14,4 +14,4 @@ yarn add @react-navigation/routers ## Usage -Documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/custom-routers/). +Documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/6.x/custom-routers/). diff --git a/packages/stack/README.md b/packages/stack/README.md index ceaf02b8..248e05b6 100644 --- a/packages/stack/README.md +++ b/packages/stack/README.md @@ -2,4 +2,4 @@ Stack navigator for React Navigation. -Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/stack-navigator/). +Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/6.x/stack-navigator/).