Closed cbillowes closed 1 week ago
The changes primarily involve updates to various components and configuration files to modify GitHub repository URLs. The cliff.toml
file's postprocessor section was updated to reflect a new repository URL. Similarly, multiple .astro
and .vue
components were adjusted to change GitHub links, ensuring consistency across the application. These modifications do not alter the overall functionality or structure of the components but focus solely on updating the link destinations for GitHub.
File Path | Change Summary |
---|---|
cliff.toml | Updated repository URL in postprocessors from https://github.com/Front-End-Coders-Mauritius/frontend.mu to https://github.com/frontendmu/frontend.mu . |
packages/frontendmu-astro/src/components/HomeSocialPresence.astro | Updated href for GitHub in SocialCard from https://github.com/Front-End-Coders-Mauritius to https://github.com/frontendmu . |
packages/frontendmu-astro/src/components/MainMenu.astro | Updated href for GitHub in links.github from https://github.com/Front-End-Coders-Mauritius to https://github.com/frontendmu . |
packages/frontendmu-astro/src/components/MegaMenu.astro | Updated two GitHub href properties in links from https://github.com/Front-End-Coders-Mauritius to https://github.com/frontendmu . |
packages/frontendmu-astro/src/components/TeamComponent.astro | Updated contributor GitHub commit URL from https://github.com/Front-End-Coders-Mauritius/frontendmu-astro/commits?author=${person.username} to https://github.com/frontendmu/frontend.mu/commits?author=${person.username} . |
packages/frontendmu-nuxt/components/home/SocialPresence.vue | Updated href for GitHub in HomeSocialCard from https://github.com/Front-End-Coders-Mauritius to https://github.com/frontendmu . |
packages/frontendmu-nuxt/components/site/Menu.vue | Updated href for GitHub in links from https://github.com/Front-End-Coders-Mauritius?ref=frontend.mu to https://github.com/frontendmu?ref=frontend.mu . Also corrected a commented-out href with an extra 'h'. |
packages/frontendmu-nuxt/pages/team.vue | Updated contributor GitHub commit URL from https://github.com/Front-End-Coders-Mauritius/frontendmu-astro/commits?author=${person.username} to https://github.com/frontendmu/frontend.mu/commits/?author=${person.username} . |
🐰 In the meadow where links do play,
A hop, a skip, a change today.
GitHub's path now leads us right,
To frontendmu, a joyful sight!
With every click, our hearts will cheer,
For new connections, far and near! 🌼
most of the team was away last week :P thanks for much for the PR @cbillowes
There are numerous references to https://github.com/Front-End-Coders-Mauritius on the website. This PR proposes an update to all references on the website.
An additional sweep is required to updated Gists and other references I am not familiar with.
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Chores