Skip to content

Commit

Permalink
Merge branch 'main' into @evanbacon/docs/add-more-redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Dec 14, 2023
2 parents a5b1318 + 579bcd7 commit de888a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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/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 v3 and Expo SDK 50 are in beta. The docs are moving to <a href="https://docs.expo.dev/routing/introduction/">docs.expo.dev</a>.',
'Expo Router v3 and Expo SDK 50 are in beta. The docs have moved to <a href="https://docs.expo.dev/routing/introduction/">docs.expo.dev</a>.',
backgroundColor: "#fafbfc",
textColor: "#091E42",
isCloseable: true,
Expand Down

0 comments on commit de888a2

Please sign in to comment.