Skip to content

Commit

Permalink
[TASK] Update documentation for github
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoBlack committed Feb 6, 2019
1 parent 09ab08a commit 50e0f15
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Documentation/Administrators/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions Documentation/FAQ/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 50e0f15

Please sign in to comment.