[website] Update LAST_COMMIT_BASE_URL (#26619)

update last_commit_base_url to new repo
This commit is contained in:
Paul Wackerow 2023-02-06 10:33:35 -08:00 committed by GitHub
parent 80bd48438c
commit dc5d16a399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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