Skip to content

Commit 133a878

Browse files
committed
fix: updated repository link
1 parent 614824f commit 133a878

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ The source code is still being worked on, so **it's important to share it** with
77
Over time, we've managed to add features and improve the design. There are still some things left to do, but the most important thing is that there's an opportunity for this project to be **community-driven**.
88

99
- Telegram group: **[Cvfolio »](https://t.me/+5xVGgQ9aQOk1ZmNh)**
10-
- Follow us on X at **[@coderdiaz »](https://x.com/coderdiaz)**
11-
- Wish to contribute? Here is how:
10+
- Follow me on X at **[@coderdiaz »](https://x.com/coderdiaz)**
1211

1312
## How to contribute
1413

@@ -21,7 +20,7 @@ In terms of local development, you can use the following requirements:
2120
If you have these requirements, you can start by cloning the repository and installing the dependencies:
2221

2322
```sh
24-
git clone https://github.com/coderdiaz-studio/cvfolio.git
23+
git clone https://github.com/coderdiaz/cvfolio.git
2524

2625
cd cvfolio
2726

@@ -53,7 +52,7 @@ git commit -am "Your commit message"
5352
git push
5453
```
5554

56-
Visit [github.com/coderdiaz-studio/cvfolio/pulls](https://github.com/coderdiaz-studio/cvfolio/pulls) and create a pull request.
55+
Visit [github.com/coderdiaz/cvfolio/pulls](https://github.com/coderdiaz/cvfolio/pulls) and create a pull request.
5756

5857
## Check our Documentation
5958

src/components/BannerFloat.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { GlobeIcon } from 'lucide-react';
33
---
44

5-
<a href="https://github.com/coderdiaz-studio/cvfolio" rel="noopener noreferrer" target="_blank" class="transition-colors fixed bottom-0 right-0 pl-3 pr-4 py-2 mb-4 mr-4 bg-muted-foreground/40 hover:bg-muted-foreground/60 text-headings rounded-full flex items-center gap-2">
5+
<a href="https://github.com/coderdiaz/cvfolio" rel="noopener noreferrer" target="_blank" class="transition-colors fixed bottom-0 right-0 pl-3 pr-4 py-2 mb-4 mr-4 bg-muted-foreground/40 hover:bg-muted-foreground/60 text-headings rounded-full flex items-center gap-2">
66
<GlobeIcon className="w-5 h-5" />
77
<span class="font-medium">Made with cvfolio</span>
88
</a>

0 commit comments

Comments
 (0)