diff --git a/README.md b/README.md index 72cbaef..a5258ef 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ This repository contains source code of the my website. To view the website, visit [wonj.me](https://wonj.me). -[![license-badge](https://4.vercel.app/github/license/wonj1012/wonj.eth)](LICENSE) -![language-badge](https://4.vercel.app/github/language/wonj1012/wonj.eth) -[![tag-badge](https://4.vercel.app/github/tag/wonj1012/wonj.eth)](https://github.com/wonj1012/wonj.eth/tags) -[![issues-badge](https://4.vercel.app/github/issues/wonj1012/wonj.eth)](https://github.com/wonj1012/wonj.eth/issues) +[![license-badge](https://4.vercel.app/github/license/0xwonj/wonj.eth)](LICENSE) +![language-badge](https://4.vercel.app/github/language/0xwonj/wonj.eth) +[![tag-badge](https://4.vercel.app/github/tag/0xwonj/wonj.eth)](https://github.com/0xwonj/wonj.eth/tags) +[![issues-badge](https://4.vercel.app/github/issues/0xwonj/wonj.eth)](https://github.com/0xwonj/wonj.eth/issues) ## Technologies @@ -20,9 +20,9 @@ This repository contains source code of the my website. To view the website, vis To ensure efficient workflow and seamless integration with Vercel for automatic deployment, we follow a specific branching strategy: -- [`main`](https://github.com/wonj1012/wonj.eth/tree/main): This is the production branch and is automatically deployed to Vercel. It contains the latest stable version of the website. +- [`main`](https://github.com/0xwonj/wonj.eth/tree/main): This is the production branch and is automatically deployed to Vercel. It contains the latest stable version of the website. -- [`develop`](https://github.com/wonj1012/wonj.eth/tree/develop): Our primary development branch. All new features and changes are merged into this branch. Once the development is complete, we create a pull request to merge `develop` into `main`. +- [`develop`](https://github.com/0xwonj/wonj.eth/tree/develop): Our primary development branch. All new features and changes are merged into this branch. Once the development is complete, we create a pull request to merge `develop` into `main`. - `feature/*`: For new features and significant changes, we create feature branches from `develop`. Once development is completed, the feature branch is merged back into `develop`. (Not strictly followed)