Skip to content

Commit

Permalink
Update new docs links (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandeepmittal committed Dec 14, 2023
1 parent f92f699 commit 579bcd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Expo Router

The Expo Router repo **has moved** upstream to [**expo/expo**](https://github.com/expo/expo/).
The Expo Router repo **has moved** upstream to [**expo/expo**](https://github.com/expo/expo/).
- [View the source code](https://github.com/expo/expo/tree/main/packages/expo-router).
- [Read the docs](https://docs.expo.dev/routing/introduction/).
- [Read the docs](https://docs.expo.dev/router/introduction/).
- [Report an issue](https://github.com/expo/expo/issues/new?assignees=&labels=needs+validation%2CRouter&projects=&template=bug_report_router.yml).

This repo will remain in maintenance-mode until Expo Router v3 is released.
Expand All @@ -21,7 +21,7 @@ The easiest way to try **Expo Router** is by creating a new project:
npx create-expo-app@latest -e with-router
```

See the [setup guide for more](https://docs.expo.dev/routing/installation/).
See the [setup guide for more](https://docs.expo.dev/router/installation/).

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: /

:::note Migration

This doc has [moved to the Expo Docs](https://docs.expo.dev/routing/introduction/).
This doc has [moved to the Expo Docs](https://docs.expo.dev/router/introduction/).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const config = {
announcementBar: {
id: "v2-notice",
content:
'Expo Router v2 and Expo SDK 49 are stable. The docs are moving to <a href="https://docs.expo.dev/routing/introduction/">docs.expo.dev</a>.',
'Expo Router v2 and Expo SDK 49 are stable. The docs are moving to <a href="https://docs.expo.dev/router/introduction/">docs.expo.dev</a>.',
backgroundColor: "#fafbfc",
textColor: "#091E42",
isCloseable: true,
Expand Down

0 comments on commit 579bcd7

Please sign in to comment.