diff --git a/plexpy/webauth.py b/plexpy/webauth.py index 2abf5a4c..ca27755c 100644 --- a/plexpy/webauth.py +++ b/plexpy/webauth.py @@ -16,7 +16,7 @@ # along with Tautulli. If not, see . -# http://tools.cherrypy.org/wiki/AuthenticationAndAccessRestrictions +# https://github.com/cherrypy/tools/blob/master/AuthenticationAndAccessRestrictions # Form based authentication for CherryPy. Requires the # Session tool to be loaded.