From dc5d16a399c5f9363288c895572303d05c0df6c9 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 6 Feb 2023 10:33:35 -0800 Subject: [PATCH] [website] Update LAST_COMMIT_BASE_URL (#26619) update last_commit_base_url to new repo --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 22c7bd9792..f1bb20137c 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -178,7 +178,7 @@ export const LATEST_GETH_RELEASE_URL = export const ALL_GETH_COMMITS_URL = 'https://api.github.com/repos/ethereum/go-ethereum/commits/'; export const RELEASE_COMMIT_BASE_URL = 'https://github.com/ethereum/go-ethereum/tree/'; export const LAST_COMMIT_BASE_URL = - 'https://api.github.com/repos/ethereum/geth-website/commits?path='; + 'https://api.github.com/repos/ethereum/go-ethereum/commits/website?path='; // Binaries urls export const BINARIES_BASE_URL = 'https://gethstore.blob.core.windows.net/builds/';