Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/Appendix/SettingUpTypo3Ddev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Resources
Remember, you can use the Slack channels to ask for help! Follow the general
convention for the channels: not too chatty, get straight to the point and ask,
be nice. Register for
the `TYPO3 slack workspace <https://forger.typo3.com/slack>`__ if you have not
the `TYPO3 slack workspace <https://typo3.community/meet/slack>`__ if you have not
done so already.

.. _ddev-next-resources-slack:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Appendix/Slack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ You do not need to ask for permission when asking a question. Ask your question
in the channel and wait for a response.


As always, make sure to follow the `Code of conduct <https://typo3.org/community/code-of-conduct/>`__
As always, make sure to follow the `Code of conduct <https://docs.typo3.org/permalink/guide-policy:coc>`__
or the short form: **be nice, be helpful!**
2 changes: 1 addition & 1 deletion Documentation/Appendix/Windows/CloneWithSourcetree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ following command to the bash and execute it:

.. code-block:: bash

curl -o .git/hooks/commit-msg "https://typo3.org/fileadmin/resources/git/commit-msg.txt" && chmod +x .git/hooks/commit-msg
cp Build/git-hooks/commit-msg .git/hooks/commit-msg && chmod +x .git/hooks/commit-msg

.. note::

Expand Down
4 changes: 2 additions & 2 deletions Documentation/HandlingAPatch/Tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ This is what you can do:
* Act helpful and friendly: Chances are higher that your patch will be merged
if the way you are communicating is fair. This is even more important for
reviewers and active contributors, we do not allow ranters and haters in our
team and we try to stick to our
`Code of conduct <https://typo3.org/community/code-of-conduct/>`__
team and we try to stick to our
`Code of conduct <https://docs.typo3.org/permalink/guide-policy:coc>`__.
Please keep that in mind when working with us. You will be rewarded with
the pleasure of working with a group of pretty smart people if you act
accordingly.
Expand Down
3 changes: 1 addition & 2 deletions Documentation/HandlingIssues/TicketWorkflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ Status
Please bear in mind that this status does not mean someone immediately
begins to work on it. It is just a status that developers can use to
search for accepted issues to work on. And it is a good pool of issues
to address for example in remote or on-site Code sprints (see
`https://typo3.org/community/meet/regular-open-sprints`__).
to address for example in remote or on-site Code sprints.

#. In Progress

Expand Down
2 changes: 1 addition & 1 deletion Documentation/ReportingAnIssue/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Talk to the core team
bug or feature) yourself, but need some guidance on how to approach it,
don't hesitate to talk to us on `Slack <https://typo3.slack.com>`__
in the **#typo3-cms-coredev**
channel. (Remember to `register <https://forger.typo3.com/slack>`__
channel. (Remember to `register <https://typo3.community/meet/slack>`__
first.) This channel is not a support channel for end-users. Those needs
are covered by `https://typo3.org/help`__.

Expand Down