From 2103641a3218ffd997cc67ef54e4457785dcd4d7 Mon Sep 17 00:00:00 2001 From: Wonjae Choi Date: Sat, 15 Jun 2024 03:57:59 +0900 Subject: [PATCH] docs: Update github handle --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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)