From ee0a4a7086eb0acddc6419230a375ea291043797 Mon Sep 17 00:00:00 2001 From: kamei Date: Thu, 15 Oct 2020 22:11:35 +0900 Subject: [PATCH] Fixed link for expo (#17908) --- examples/with-expo-typescript/next.config.js | 2 +- examples/with-expo/next.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-expo-typescript/next.config.js b/examples/with-expo-typescript/next.config.js index 58a3b229dc..e6507825ed 100644 --- a/examples/with-expo-typescript/next.config.js +++ b/examples/with-expo-typescript/next.config.js @@ -1,5 +1,5 @@ // @generated: @expo/next-adapter@2.1.9 -// Learn more: https://github.com/expo/expo/blob/master/docs/pages/versions/unversioned/guides/using-nextjs.md#withexpo +// Learn more: https://github.com/expo/expo/blob/master/docs/pages/guides/using-nextjs.md const { withExpo } = require('@expo/next-adapter') diff --git a/examples/with-expo/next.config.js b/examples/with-expo/next.config.js index e88e60de3b..206d1ccb90 100644 --- a/examples/with-expo/next.config.js +++ b/examples/with-expo/next.config.js @@ -1,5 +1,5 @@ // @generated: @expo/next-adapter@2.1.5 -// Learn more: https://github.com/expo/expo/blob/master/docs/pages/versions/unversioned/guides/using-nextjs.md#withexpo +// Learn more: https://github.com/expo/expo/blob/master/docs/pages/guides/using-nextjs.md const { withExpo } = require('@expo/next-adapter') -- GitLab