Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
xtenzQ committed Jul 28, 2024
1 parent 1d3b215 commit 324bf5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">Vue.js & Bootstrap Developer Portfolio</h1>

<p align="center">
<a href="https://github.com/xtenzQ/xtenzQ.github.io/actions/workflows/build.yml"><img src="https://github.com/xtenzQ/xtenzQ.github.io/actions/workflows/build.yml/badge.svg" /></a>
<a href="https://github.com/xtenzQ/xtenzQ.github.io/actions/workflows/pages/pages-build-deployment"><img src="https://github.com/xtenzQ/xtenzQ.github.io/actions/workflows/pages/pages-build-deployment/badge.svg" /></a>
<a href="https://github.com/xtenzQ/developer-portfolio/actions/workflows/build.yml"><img src="https://github.com/xtenzQ/developer-portfolio/actions/workflows/build.yml/badge.svg" /></a>
<a href="https://github.com/xtenzQ/developer-portfolio/actions/workflows/pages/pages-build-deployment"><img src="https://github.com/xtenzQ/developer-portfolio/actions/workflows/pages/pages-build-deployment/badge.svg" /></a>
<br>
</p>

Expand Down Expand Up @@ -52,7 +52,7 @@ Sources are automatically built on push and deployed into `gh-pages` branch with
I'd love to accept your contributions to this project. I use GitHub pull requests for this purpose. Consult [GitHub Help](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) for more information on using pull requests.

## 🧡 Find this repository useful?
Like the website or got inspired by it? Please support it by joining __[stargazers](https://github.com/xtenzQ/xtenzQ.github.io/stargazers)__ for this repository. :star:
Like the website or got inspired by it? Please support it by joining __[stargazers](https://github.com/xtenzQ/developer-portfolio/stargazers)__ for this repository. :star:

## License
```
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/xtenzQ/xtenzQ.github.io.git"
"url": "git+https://github.com/xtenzQ/developer-portfolio.git"
},
"keywords": [
"portfolio",
Expand All @@ -48,7 +48,7 @@
"author": "Nikita Rusetskii",
"license": "MIT",
"bugs": {
"url": "https://github.com/xtenzQ/xtenzQ.github.io/issues"
"url": "https://github.com/xtenzQ/developer-portfolio/issues"
},
"homepage": "https://github.com/xtenzQ/xtenzQ.github.io#readme"
"homepage": "https://github.com/xtenzQ/developer-portfolio#readme"
}

0 comments on commit 324bf5c

Please sign in to comment.