diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 159c5cb..7f68ebf 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -65,14 +65,14 @@ jobs: file: cobertura.xml - name: generate documentation - if: matrix.version == 'stable' && (github.repository == 'realaravinth/mCaptcha') + if: matrix.version == 'stable' && (github.repository == 'mcaptcha/mCaptcha') uses: actions-rs/cargo@v1 with: command: doc args: --no-deps --workspace --all-features - name: Deploy to GitHub Pages - if: matrix.version == 'stable' && (github.repository == 'realaravinth/mCaptcha') + if: matrix.version == 'stable' && (github.repository == 'mcaptcha/mCaptcha') uses: JamesIves/github-pages-deploy-action@3.7.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index b50529e..7e993d5 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ mCaptcha - PoW based DoS protection

-[![Documentation](https://img.shields.io/badge/docs-master-blue)](https://realaravinth.github.io/mCaptcha/m_captcha/index.html) -![CI (Linux)]() -[![dependency status](https://deps.rs/repo/github/realaravinth/mCaptcha/status.svg)](https://deps.rs/repo/github/realaravinth/mCaptcha) +[![Documentation](https://img.shields.io/badge/docs-master-blue)](https://mcaptcha.github.io/mCaptcha/m_captcha/index.html) +![CI (Linux)]() +[![dependency status](https://deps.rs/repo/github/mcaptcha/mCaptcha/status.svg)](https://deps.rs/repo/github/mcaptcha/mCaptcha)
-[![codecov](https://codecov.io/gh/realaravinth/mCaptcha/branch/master/graph/badge.svg)](https://codecov.io/gh/realaravinth/mCaptcha) +[![codecov](https://codecov.io/gh/mcaptcha/mCaptcha/branch/master/graph/badge.svg)](https://codecov.io/gh/mcaptcha/mCaptcha) @@ -20,7 +20,7 @@ TODO Add this to your `Cargo.toml`: ```toml -mCaptcha = { version = "0.1", git = "https://github.com/realaravinth/mCaptcha" } +mCaptcha = { version = "0.1", git = "https://github.com/mcaptcha/mCaptcha" } ``` ## Examples: