Skip to content

Commit b053e49

Browse files
committed
Fix broken link to map type documentation
This fixes the previous link which is broken.
1 parent 6384d6f commit b053e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cassandra/cqlengine/columns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ class Map(BaseContainerColumn):
933933
"""
934934
Stores a key -> value map (dictionary)
935935
936-
http://www.datastax.com/documentation/cql/3.1/cql/cql_using/use_map_t.html
936+
https://docs.datastax.com/en/dse/6.7/cql/cql/cql_using/useMap.html
937937
"""
938938

939939
_python_type_hashable = False

0 commit comments

Comments
 (0)