From 80f19fa600078d08184c9cf4facee1e12877384f Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Fri, 20 Sep 2024 18:36:42 -0400 Subject: [PATCH] Added github link in Reference Implementation --- source/bson-binary-vector/bson-binary-vector.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/bson-binary-vector/bson-binary-vector.md b/source/bson-binary-vector/bson-binary-vector.md index 8c02addb3..16031f698 100644 --- a/source/bson-binary-vector/bson-binary-vector.md +++ b/source/bson-binary-vector/bson-binary-vector.md @@ -66,7 +66,8 @@ All values use the little-endian format. ### Reference Implementation -Please consult the Python driver's `pymongo.binary` module. +Please consult the Python driver's +[pymongo.binary](https://github.com/mongodb/mongo-python-driver/blob/master/bson/binary.py) module. ### Test Plan