Skip to content

Commit b0d5bfb

Browse files
authored
Point Map Attributes example to master branch (#762)
1 parent ebc8590 commit b0d5bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/attributes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ When defining your model use the ``of=`` kwarg and pass in a class. PynamoDB wil
181181
Map Attributes
182182
--------------
183183

184-
DynamoDB map attributes are objects embedded inside of top level models. See the examples `here <https://github.com/pynamodb/PynamoDB/tree/devel/examples/office_model.py>`_.
184+
DynamoDB map attributes are objects embedded inside of top level models. See the examples `here <https://github.com/pynamodb/PynamoDB/blob/master/examples/office_model.py>`_.
185185
When implementing your own MapAttribute you can simply extend ``MapAttribute`` and ignore writing serialization code.
186186
These attributes can then be used inside of Model classes just like any other attribute.
187187

0 commit comments

Comments
 (0)