Skip to content

Commit

Permalink
Update gitHub links from devc to geeksblabla (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
makraz authored Jan 8, 2024
1 parent 5aa1da4 commit 3647161
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/DevC-Casa/awesome-morocco>
1. Access the awesome-morocco list GitHub page: <https://github.com/geeksblabla/awesome-morocco>
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.
4 changes: 2 additions & 2 deletions next/components/Navbar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div className={styles.navbar}>
Expand Down Expand Up @@ -112,7 +112,7 @@ const Navbar = () => {
</Link>

<div className={styles.contribute}>
<Link href="https://github.com/DevC-Casa/awesome-morocco" >Contribute</Link>
<Link href="https://github.com/geeksblabla/awesome-morocco" >Contribute</Link>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
2 changes: 1 addition & 1 deletion website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 3647161

Please sign in to comment.