diff --git a/README.md b/README.md index 0d4b92d..6bac0b6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

Vue.js & Bootstrap Developer Portfolio

- - + +

@@ -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 ``` diff --git a/package.json b/package.json index 831e616..6725c21 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" }