From 46d6f524ddc3b7a74ee835a38181e1e059c08391 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 19:47:46 -0700 Subject: [PATCH] Fix bad URL in library.properties --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 7c7e8e6..c0afb23 100644 --- a/library.properties +++ b/library.properties @@ -5,5 +5,5 @@ maintainer=Christopher Andrews sentence=The ultimate bit manipulation tool. paragraph=This library provides an efficient and easy to use method for dealing with individual bits. The library is in fact a drop-in replacement for a bool or boolean array. However it has many more possibilities and is perfect for use on embedded systems. The main feature of this library is the fact it allows bits to be read and written using a simple array subscript notation. category=Data Processing -url=https://arduino.land/Code/BitBool/ -architectures=* \ No newline at end of file +url=http://arduino.land/Code/BitBool/ +architectures=*