From 2dc36651df67f74b33bca3524dcb2e096f71ed4b Mon Sep 17 00:00:00 2001
From: Arttumiro <miro.tammelin@hotmail.fi>
Date: Mon, 18 Nov 2019 13:27:30 +0200
Subject: [PATCH] Add link to better guide to paw-gps.py

Got permission from LeonT for this
---
 pwnagotchi/plugins/default/paw-gps.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pwnagotchi/plugins/default/paw-gps.py b/pwnagotchi/plugins/default/paw-gps.py
index 0d98324..0b477d7 100644
--- a/pwnagotchi/plugins/default/paw-gps.py
+++ b/pwnagotchi/plugins/default/paw-gps.py
@@ -3,7 +3,10 @@ import requests
 import pwnagotchi.plugins as plugins
 
 '''
-You need an bluetooth connection to your android phone which is running PAW server with the GPS "hack" from Systemic:
+You need an bluetooth connection to your android phone which is running PAW server with the GPS "hack" from Systemik and edited by shaynemk
+NEW BETTER GUIDE HERE: https://community.pwnagotchi.ai/t/setting-up-paw-gps-on-android
+
+Old guide here, (not recommended if you plan on using it with the webgpsmap plugin)
 https://raw.githubusercontent.com/systemik/pwnagotchi-bt-tether/master/GPS-via-PAW
 '''