From 8412318f6d6b610a2cf23b756e0cddf1f47c816c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Mon, 2 Sep 2019 21:47:11 +0100 Subject: Use the new website URL for glucometer-protocols. --- glucometerutils/support/freestyle.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'glucometerutils/support') diff --git a/glucometerutils/support/freestyle.py b/glucometerutils/support/freestyle.py index b2d58d1..3c337f6 100644 --- a/glucometerutils/support/freestyle.py +++ b/glucometerutils/support/freestyle.py @@ -4,7 +4,7 @@ """Common routines to implement the FreeStyle common protocol. Protocol documentation available at -https://flameeyes.github.io/glucometer-protocols/abbott/shared-hid-protocol.html +https://protocols.glucometers.tech/abbott/shared-hid-protocol """ @@ -72,10 +72,9 @@ def _verify_checksum(message, expected_checksum_hex): def convert_ketone_unit(raw_value): """Convert raw ketone value as read in the device to its value in mmol/L. - As per - https://flameeyes.github.io/glucometer-protocols/abbott/freestyle-libre.html - this is actually not using any mg/dL→mmol/L conversion, but rather the same - as the meter uses for blood glucose. + As per https://protocols.glucometers.tech/abbott/freestyle-libre this is + actually not using any mg/dL→mmol/L conversion, but rather the same as the + meter uses for blood glucose. """ return raw_value / 18.0 -- cgit v1.2.3