diff --git a/code/pymqi/__init__.py b/code/pymqi/__init__.py
index 36d627ad6427d8c48d55eda5dbd69a482a0ab2a2_Y29kZS9weW1xaS9fX2luaXRfXy5weQ==..6d0fe0104b09c65a734d6c3641189ba07196695d_Y29kZS9weW1xaS9fX2luaXRfXy5weQ== 100644
--- 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?