From 266f0d7df6aa6343c7c646d7090f0dde8e2e5937 Mon Sep 17 00:00:00 2001 From: "Jonathan H. Wage" Date: Wed, 12 Dec 2018 14:05:15 -0600 Subject: [PATCH] Merge pull request #7521 from doctrine/update-chat-link Update chat link from Gitter to Slack. --- docs/en/index.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/en/index.rst b/docs/en/index.rst index 8e6afc82592..1863da705d1 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -13,9 +13,9 @@ If this documentation is not helping to answer questions you have about Doctrine ORM don't panic. You can get help from different sources: - There is a :doc:`FAQ ` with answers to frequent questions. -- The `Doctrine Mailing List `_ -- Internet Relay Chat (IRC) in #doctrine on Freenode -- Report a bug on `JIRA `_. +- The `Doctrine Mailing List `_ +- Slack chat room `#orm `_ +- Report a bug on `GitHub `_. - On `Twitter `_ with ``#doctrine2`` - On `StackOverflow `_ @@ -72,9 +72,9 @@ Advanced Topics * :doc:`Transactions and Concurrency ` * :doc:`Filters ` * :doc:`NamingStrategy ` -* :doc:`Improving Performance ` -* :doc:`Caching ` -* :doc:`Partial Objects ` +* :doc:`Improving Performance ` +* :doc:`Caching ` +* :doc:`Partial Objects ` * :doc:`Change Tracking Policies ` * :doc:`Best Practices ` * :doc:`Metadata Drivers ` @@ -103,7 +103,7 @@ Cookbook * **Patterns**: :doc:`Aggregate Fields ` | :doc:`Decorator Pattern ` | - :doc:`Strategy Pattern ` + :doc:`Strategy Pattern ` * **DQL Extension Points**: :doc:`DQL Custom Walkers ` |