This pull request updates various URLs and links in the codebase to point to the correct repositories. The most significant changes include updating the GitHub URLs in the src/config.ts file, updating the links in the "Contributing" section of the README.md file, and updating the url and commitsURL constants in the src/components/Footer/AvatarList.astro file.
Main URL and link updates:
src/config.ts: Updated the GitHub URLs in the src/config.ts file to point to the repository of Keycapsss/awesome-mechanical-keyboard instead of BenRoe/awesome-mechanical-keyboard. [1][2]
README.md: Updated the links in the "Contributing" section of the README.md file to point to the correct repository.
Component updates:
src/components/Footer/AvatarList.astro: Added a console.log(url) statement for debugging purposes and updated the url and commitsURL constants to point to different repositories. [1][2]
This pull request updates various URLs and links in the codebase to point to the correct repositories. The most significant changes include updating the GitHub URLs in the
src/config.ts
file, updating the links in the "Contributing" section of theREADME.md
file, and updating theurl
andcommitsURL
constants in thesrc/components/Footer/AvatarList.astro
file.Main URL and link updates:
src/config.ts
: Updated the GitHub URLs in thesrc/config.ts
file to point to the repository ofKeycapsss/awesome-mechanical-keyboard
instead ofBenRoe/awesome-mechanical-keyboard
. [1] [2]README.md
: Updated the links in the "Contributing" section of theREADME.md
file to point to the correct repository.Component updates:
src/components/Footer/AvatarList.astro
: Added aconsole.log(url)
statement for debugging purposes and updated theurl
andcommitsURL
constants to point to different repositories. [1] [2]Fixes #161