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 ` |