From 63d722801afaea72a8d60b7a9f47e8321c2ff09c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 26 May 2016 19:10:02 -0700 Subject: [PATCH] Add link to part 2 in part 1 ibeacon blog --- ...eacons-part-1-making-presence-detection-work-better.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2016-04-30-ibeacons-part-1-making-presence-detection-work-better.markdown b/source/_posts/2016-04-30-ibeacons-part-1-making-presence-detection-work-better.markdown index 07e518a7833..0c39c255a18 100644 --- a/source/_posts/2016-04-30-ibeacons-part-1-making-presence-detection-work-better.markdown +++ b/source/_posts/2016-04-30-ibeacons-part-1-making-presence-detection-work-better.markdown @@ -137,4 +137,4 @@ This means you can have more than one beacon around your home - and a connection You can achieve the same effect by using the same the same `UUID` but different `major` / `minor` numbers - and tell OwnTracks not to worry about the `minor` / `major` numbers for a particular region by setting them to 0). -_Stay tuned for part II where I’ll talk about how to use iBeacons to track any object._ +_Make sure to also check out [part II](/blog/2016/05/26/ibeacons-how-to-track-things-that-cant-track-themselves-part-ii/) where I talk about how to use iBeacons to track any object._