Change references to Jutda Helpdesk to django-helpdesk as that should

be the real name for this project IMHO.
This commit is contained in:
Ross Poulton
2011-01-25 23:08:41 +00:00
parent 53327eb66a
commit 7654de9d28
14 changed files with 25 additions and 25 deletions

View File

@ -1,5 +1,5 @@
""" ..
Jutda Helpdesk - A Django powered ticket tracker for small enterprise.
django-helpdesk - A Django powered ticket tracker for small enterprise.
(c) Copyright 2008 Jutda. All Rights Reserved. See LICENSE for details.
@ -7,7 +7,7 @@ api.py - Wrapper around API calls, and core functions to provide complete
API to third party applications.
The API documentation can be accessed by visiting http://helpdesk/api/help/
(obviously, substitute helpdesk for your Jutda Helpdesk URI), or by reading
(obviously, substitute helpdesk for your django-helpdesk URI), or by reading
through templates/helpdesk/help_api.html.
"""