You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/attributes.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ When defining your model use the ``of=`` kwarg and pass in a class. PynamoDB wil
181
181
Map Attributes
182
182
--------------
183
183
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>`_.
185
185
When implementing your own MapAttribute you can simply extend ``MapAttribute`` and ignore writing serialization code.
186
186
These attributes can then be used inside of Model classes just like any other attribute.
0 commit comments