# HG changeset patch # User RJ Seibert <richard_seibert@optum.com> # Date 1590615139 14400 # Wed May 27 17:32:19 2020 -0400 # Node ID b0e8f89b523fc2c1c3163df1ab29c404479d0f9e # Parent 36d627ad6427d8c48d55eda5dbd69a482a0ab2a2 updating link to support documentation diff --git a/code/pymqi/__init__.py b/code/pymqi/__init__.py --- a/code/pymqi/__init__.py +++ b/code/pymqi/__init__.py @@ -2289,8 +2289,8 @@ priv_filter_class = StringFilter else: msg = 'selector [%s] is of an unsupported type (neither integer ' \ - 'nor a string attribute). Send details to http://packages.' \ - 'python.org/pymqi/support-consulting-contact.html' + 'nor a string attribute). Please see' \ + 'https://dsuch.github.io/pymqi/support.html' raise Error(msg % self.pub_filter.selector) # Do we support the operator?