Skip to content

Commit b3ee116

Browse files
authored
Merge pull request datastax#1053 from oz123/master
Fix broken link to map type documentation
2 parents 6384d6f + b053e49 commit b3ee116

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)