diff --git a/examples/with-expo-typescript/next.config.js b/examples/with-expo-typescript/next.config.js index 58a3b229dc0f8..e6507825ed20a 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 e88e60de3b331..206d1ccb9005c 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')