Update BluetoothDevice.Android.cs

This commit is contained in:
Morten Nielsen 2020-06-16 11:16:32 -07:00 committed by GitHub
parent edd173587a
commit 494deda82b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ namespace NmeaParser
/// </code>
/// <para>
/// 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
/// </para>
/// </remarks>
public class BluetoothDevice : NmeaDevice
@ -104,4 +104,4 @@ namespace NmeaParser
}
}
}
#endif
#endif