diff --git a/contributing.md b/contributing.md index 75a8816..dbb023c 100644 --- a/contributing.md +++ b/contributing.md @@ -4,7 +4,7 @@ If you have something awesome to contribute to awesome morocco list, this is how You'll need a GitHub account! -1. Access the awesome-morocco list GitHub page: +1. Access the awesome-morocco list GitHub page: 2. Click on the readme.md file and click the edit icon. 3. You can start editing the text of the file in the in-browser editor. Make sure your awesome thing is in the right section. 4. submit a PR. diff --git a/next/components/Navbar/index.jsx b/next/components/Navbar/index.jsx index 564b23b..3b1a984 100644 --- a/next/components/Navbar/index.jsx +++ b/next/components/Navbar/index.jsx @@ -6,7 +6,7 @@ import useGithubRepoStarsCount from "../../hooks/github-stars"; const Navbar = () => { const router = useRouter(); - const count = useGithubRepoStarsCount('DevC-Casa/awesome-morocco') + const count = useGithubRepoStarsCount('geeksblabla/awesome-morocco') return (
@@ -112,7 +112,7 @@ const Navbar = () => {
- Contribute + Contribute
diff --git a/readme.md b/readme.md index dd70dae..518c890 100644 --- a/readme.md +++ b/readme.md @@ -284,8 +284,8 @@ #### Others -- [DevC Casa Hacktoberfest](https://github.com/DevC-Casa/devc-casa-hacktoberfest) [![Stars](https://img.shields.io/github/stars/DevC-Casa/devc-casa-hacktoberfest.svg?style=social)](https://github.com/DevC-Casa/devc-casa-hacktoberfest/stargazers) - A repository to learn about open source code contributions flow. -- [GeeksBlabla](https://github.com/DevC-Casa/geeksblabla.com) [![Stars](https://img.shields.io/github/stars/DevC-Casa/geeksblabla.com.svg?style=social)](https://github.com/DevC-Casa/geeksblabla.com/stargazers) - GeeksBlala website source code +- [DevC Casa Hacktoberfest](https://github.com/geeksblabla/devc-casa-hacktoberfest) [![Stars](https://img.shields.io/github/stars/geeksblabla/devc-casa-hacktoberfest.svg?style=social)](https://github.com/geeksblabla/devc-casa-hacktoberfest/stargazers) - A repository to learn about open source code contributions flow. +- [GeeksBlabla](https://github.com/geeksblabla/geeksblabla.com) [![Stars](https://img.shields.io/github/stars/geeksblabla/geeksblabla.com.svg?style=social)](https://github.com/geeksblabla/geeksblabla.com/stargazers) - GeeksBlala website source code - [GeeksBlabla](https://github.com/akiyamaSM/geeksblabla) [![Stars](https://img.shields.io/github/stars/akiyamaSM/geeksblabla.svg?style=social)](https://github.com/akiyamaSM/geeksblabla/stargazers) - GeeksBlala NuxtJS version - [daktilo](https://github.com/kronik3r/daktilo) [![Stars](https://img.shields.io/github/stars/kronik3r/daktilo.svg?style=social)](https://github.com/kronik3r/daktilo/stargazers) - A Jekyll theme with a minimal design inspired by typewriters. by [@kronik3r](https://github.com/kronik3r) - [saferwall](https://github.com/saferwall/saferwall) [![Stars](https://img.shields.io/github/stars/saferwall/saferwall.svg?style=social)](https://github.com/saferwall/saferwall/stargazers) - A hackable malware sandbox for the 21st Century. by [@LordNoteworthy](https://github.com/LordNoteworthy) @@ -310,4 +310,4 @@ ### Contributing -- Check all information here at [Contributing.md](https://github.com/DevC-Casa/awesome-morocco/blob/master/contributing.md) to understand how to contribute. +- Check all information here at [Contributing.md](https://github.com/geeksblabla/awesome-morocco/blob/master/contributing.md) to understand how to contribute. diff --git a/website/README.md b/website/README.md index 48bf2c0..15056b0 100644 --- a/website/README.md +++ b/website/README.md @@ -9,7 +9,7 @@ Run the following command on your local environment: ``` -git clone https://github.com/DevC-Casa/awesome-morocco.git +git clone https://github.com/geeksblabla/awesome-morocco.git cd website yarn ```