From 50e0f1584fb17aef666436552a111c8067f8d548 Mon Sep 17 00:00:00 2001 From: Frank Naegler Date: Wed, 6 Feb 2019 16:52:55 +0100 Subject: [PATCH] [TASK] Update documentation for github --- Documentation/Administrators/Index.rst | 2 +- Documentation/FAQ/Index.rst | 10 +++++----- README.md | 12 +++--------- composer.json | 4 ++-- 4 files changed, 11 insertions(+), 17 deletions(-) diff --git a/Documentation/Administrators/Index.rst b/Documentation/Administrators/Index.rst index 16383608..13727bcd 100644 --- a/Documentation/Administrators/Index.rst +++ b/Documentation/Administrators/Index.rst @@ -30,7 +30,7 @@ You can get the latest version from git by using the git command: .. code-block:: bash - git clone https://bitbucket.typo3.com/scm/ext/blog.git + git clone https://github.com/TYPO3GmbH/blog.git Setup diff --git a/Documentation/FAQ/Index.rst b/Documentation/FAQ/Index.rst index ffdb7815..f786099d 100644 --- a/Documentation/FAQ/Index.rst +++ b/Documentation/FAQ/Index.rst @@ -8,7 +8,7 @@ Frequently Asked Questions Where to report bugs or improvements? ------------------------------------- -Please visit our `service desk`_ to report bugs or request improvements. +Please visit our `github project`_ to report bugs or request improvements. Slack channel @@ -20,8 +20,8 @@ Visit us on slack in channel `#t3g-ext-blog`_ Contributions ------------- -Any contributor is welcome to join our team. All you need is an account on our bitbucket system. -Please request a user account in our `service desk`_. If you already have an account, please ask for access to the project in our `service desk`_. +Any contributor is welcome to join our team. All you need is an github account. +If you already have an account, visit the: `github project`_. Clone / git repo @@ -31,8 +31,8 @@ The git repository is public and you can clone it like every git repository: .. code-block:: bash - git clone https://bitbucket.typo3.com/scm/ext/blog.git + git clone https://github.com/TYPO3GmbH/blog.git -.. _service desk: https://jira.typo3.com/servicedesk/customer/portal/3/group/21 +.. _github project: https://github.com/TYPO3GmbH/blog .. _#t3g-ext-blog: https://typo3.slack.com/archives/t3g-ext-blog diff --git a/README.md b/README.md index d9df9973..60c7beb6 100644 --- a/README.md +++ b/README.md @@ -26,19 +26,13 @@ GPL-2.0-or-later ## Installation * Use a `composer require t3g/blog` -* or download it from [bitbucket.typo3.com/scm/ext/blog](https://bitbucket.typo3.com/scm/ext/blog) +* or download it from [github.com/TYPO3GmbH/blog](https://github.com/TYPO3GmbH/blog) * or download ir from [TER](https://extensions.typo3.org/extension/blog/) -## Route configuration -The route enhancer config is not final yet, but a good start. You can simply include it in your site configuration: - - imports: - - { resource: "EXT:blog/Configuration/Routes/Default.yaml" } - ## Contribution -Any contributor is welcome to join our team. All you need is an account on our bitbucket system. -Please request a user account in our [service desk](https://jira.typo3.com/servicedesk/customer/portal/3/group/21). If you already have an account, please ask for access to the project in our [service desk](https://jira.typo3.com/servicedesk/customer/portal/3/group/21). +Any contributor is welcome to join our team. All you need is an github account. +If you already have an account, visit the: [github.com/TYPO3GmbH/blog](https://github.com/TYPO3GmbH/blog). It is also highly recommended to join our [Slack Channel: #t3g-ext-blog](https://typo3.slack.com/archives/t3g-ext-blog) diff --git a/composer.json b/composer.json index 33c3a2bf..4309b494 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,9 @@ ], "homepage": "https://extensions.typo3.org/extension/blog/", "support": { - "issues": "https://jira.typo3.com/servicedesk/customer/portal/3/group/21", + "issues": "https://github.com/TYPO3GmbH/blog/issues", "docs": "https://docs.typo3.org/typo3cms/extensions/blog/", - "source": "https://bitbucket.typo3.com/projects/EXT/repos/blog/browse", + "source": "https://github.com/TYPO3GmbH/blog", "slack": "https://typo3.slack.com/archives/t3g-ext-blog" }, "repositories": [