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/';