diff --git a/next.config.js b/next.config.js index 642ce73b..5e6cdef5 100755 --- a/next.config.js +++ b/next.config.js @@ -461,13 +461,13 @@ async function redirects() { { source: '/android/tutorial.html', // TODO: update once choice has been made on SDKs destination: - 'https://github.com/stacks-network/docs/blob/master-legacy/android/tutorial.md', + 'https://github.com/blockstack/docs.blockstack/blob/master-legacy/android/tutorial.md', permanent: true, }, { source: '/ios/tutorial.html', // TODO: update once choice has been made on SDKs destination: - 'https://github.com/stacks-network/docs/blob/master-legacy/ios/tutorial.md', + 'https://github.com/blockstack/docs.blockstack/blob/master-legacy/ios/tutorial.md', permanent: true, }, {