diff options
| author | Tom Christie | 2013-08-29 20:04:00 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-08-29 20:04:00 +0100 |
| commit | 556b4bbba9a735cd372d5b12e9fdccd256643cb2 (patch) | |
| tree | f22d748699132acc11547b9cda1e0f30a7358662 | |
| parent | ac0fb01be3f33fab8d94117daf84a065f67bc343 (diff) | |
| download | django-rest-framework-556b4bbba9a735cd372d5b12e9fdccd256643cb2.tar.bz2 | |
Added note on botbot IRC archives
| -rw-r--r-- | docs/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index a0ae2984..e0a2e911 100644 --- a/docs/index.md +++ b/docs/index.md @@ -200,7 +200,7 @@ To run the tests against all supported configurations, first install [the tox te ## Support -For support please see the [REST framework discussion group][group], try the `#restframework` channel on `irc.freenode.net`, or raise a question on [Stack Overflow][stack-overflow], making sure to include the ['django-rest-framework'][django-rest-framework-tag] tag. +For support please see the [REST framework discussion group][group], try the `#restframework` channel on `irc.freenode.net`, search [the IRC archives][botbot], or raise a question on [Stack Overflow][stack-overflow], making sure to include the ['django-rest-framework'][django-rest-framework-tag] tag. [Paid support is available][paid-support] from [DabApps][dabapps], and can include work on REST framework core, or support with building your REST framework API. Please [contact DabApps][contact-dabapps] if you'd like to discuss commercial support options. @@ -307,6 +307,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [tox]: http://testrun.org/tox/latest/ [group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework +[botbot]: https://botbot.me/freenode/restframework/ [stack-overflow]: http://stackoverflow.com/ [django-rest-framework-tag]: http://stackoverflow.com/questions/tagged/django-rest-framework [django-tag]: http://stackoverflow.com/questions/tagged/django |
