Skip to content

Commit

Permalink
[TASK] Change repository
Browse files Browse the repository at this point in the history
  • Loading branch information
waldhacker1 committed May 28, 2024
1 parent ea623b5 commit 3964b51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TYPO3 Extension to add hCaptcha to EXT:form - The privacy friendly captcha alter
hCaptcha - the privacy friendly Google reCaptcha alternative

If you find an error or something is missing, please:
`Report a Problem <https://github.com/waldhacker/ext-hcaptcha/issues>`__
`Report a Problem <https://github.com/dreistromland/typo3-ext-hcaptcha/issues>`__

You are welcome to help improve this guide.
Just click on "Edit me on GitHub" on the top right to submit your change request.
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ project_discussions =
project_home = https://waldhacker.dev

# URL to Issues
project_issues = https://github.com/waldhacker/ext-hcaptcha
project_issues = https://github.com/dreistromland/typo3-ext-hcaptcha

# URL of repository
project_repository = https://github.com/waldhacker/ext-hcaptcha
project_repository = https://github.com/dreistromland/typo3-ext-hcaptcha


[intersphinx_mapping]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TYPO3 Extension to add hCaptcha to EXT:form - The privacy friendly captcha alternative.

[![ci](https://github.com/waldhacker/ext-hcaptcha/actions/workflows/ci.yml/badge.svg)](https://github.com/waldhacker/ext-hcaptcha/actions/workflows/ci.yml)
[![ci](https://github.com/dreistromland/typo3-ext-hcaptcha/actions/workflows/ci.yml/badge.svg)](https://github.com/dreistromland/typo3-ext-hcaptcha/actions/workflows/ci.yml)
[![phpstan](https://img.shields.io/badge/PHPStan-lvl%20max-blueviolet)](https://phpstan.org/)

Provides [hCaptcha](https://hcaptcha.com) integration for TYPO3 EXT:form.
Expand Down Expand Up @@ -56,7 +56,7 @@ For more info see: https://docs.hcaptcha.com/faq

### Help & Support

* Issues: https://github.com/waldhacker/ext-hcaptcha
* Issues: https://github.com/dreistromland/typo3-ext-hcaptcha
* Slack: #typo3-cms

Visit our [website](https://waldhacker.dev)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"type": "typo3-cms-extension",
"description": "TYPO3 Extension to add hCaptcha to EXT:form - The privacy friendly captcha alternative.",
"license": ["GPL-2.0-or-later"],
"homepage": "https://github.com/waldhacker/ext-hcaptcha",
"homepage": "https://github.com/dreistromland/typo3-ext-hcaptcha",
"support": {
"issues": "https://github.com/waldhacker/ext-hcaptcha/issues"
"issues": "https://github.com/dreistromland/typo3-ext-hcaptcha/issues"
},
"authors": [
{
Expand Down

0 comments on commit 3964b51

Please sign in to comment.