diff --git a/examples/with-expo-typescript/next.config.js b/examples/with-expo-typescript/next.config.js index 58a3b229dc0f863fda0bec904169ffc328a1111f..e6507825ed20a89976200f270c27d7e2151c3447 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 e88e60de3b331945f0a1f38281d405dd2562f2b5..206d1ccb9005cbcd933807cf3fc113b3f4cbce2d 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')