[website] Update LAST_COMMIT_BASE_URL (#26619)

update last_commit_base_url to new repo
pull/26622/head
Paul Wackerow 2 years ago committed by GitHub
parent 80bd48438c
commit dc5d16a399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 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 RELEASE_COMMIT_BASE_URL = 'https://github.com/ethereum/go-ethereum/tree/';
export const LAST_COMMIT_BASE_URL = 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 // Binaries urls
export const BINARIES_BASE_URL = 'https://gethstore.blob.core.windows.net/builds/'; export const BINARIES_BASE_URL = 'https://gethstore.blob.core.windows.net/builds/';

Loading…
Cancel
Save