diff --git a/ocdskingfishercolab/__init__.py b/ocdskingfishercolab/__init__.py index 7c02c51..6cd5820 100644 --- a/ocdskingfishercolab/__init__.py +++ b/ocdskingfishercolab/__init__.py @@ -476,7 +476,7 @@ def get_table_and_pointer(tables, pointer): return table, "/".join(parts) - # https://www.postgresql.org/docs/11/functions-json.html + # https://www.postgresql.org/docs/current/functions-json.html def get_condition(table, pointer, mode): # Test for the presence of the field in any object. if mode == "any":