From 950a69421ffcbd06d0f17952b7d2a1a149ad38f8 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Tue, 16 Jun 2020 11:15:55 -0700 Subject: [PATCH] Update BluetoothAndroid.md --- docs/concepts/BluetoothAndroid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/BluetoothAndroid.md b/docs/concepts/BluetoothAndroid.md index cf012d2..e057ae4 100644 --- a/docs/concepts/BluetoothAndroid.md +++ b/docs/concepts/BluetoothAndroid.md @@ -10,5 +10,5 @@ First ensure you have the necessary permissions in the AndroidManifest.xml file: Next see MainActivity.cs in the Android sample as a reference: -https://github.com/dotMorten/NmeaParser/blob/master/src/SampleApp.Droid/MainActivity.cs +https://github.com/dotMorten/NmeaParser/blob/main/src/SampleApp.Droid/MainActivity.cs