summaryrefslogtreecommitdiff
path: root/cherrypy/_cpreqbody.py
diff options
context:
space:
mode:
Diffstat (limited to 'cherrypy/_cpreqbody.py')
-rw-r--r--cherrypy/_cpreqbody.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/_cpreqbody.py b/cherrypy/_cpreqbody.py
index d2dbbc92..13a8adb7 100644
--- a/cherrypy/_cpreqbody.py
+++ b/cherrypy/_cpreqbody.py
@@ -940,7 +940,7 @@ class RequestBody(Entity):
# Don't parse the request body at all if the client didn't provide
# a Content-Type header. See
- # https://bitbucket.org/cherrypy/cherrypy/issue/790
+ # https://github.com/cherrypy/cherrypy/issues/790
default_content_type = ''
"""This defines a default ``Content-Type`` to use if no Content-Type header
is given. The empty string is used for RequestBody, which results in the