From e3c7f674e09f4321b2a9c93ae41c7bb9236489c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?= Date: Tue, 1 Mar 2022 13:00:43 +0100 Subject: [PATCH] fixing prettier --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }, {