fixing doc links (#2139)

This commit is contained in:
James Frowen 2020-08-03 22:11:38 +01:00 committed by GitHub
parent 4adaac8867
commit 067c46fd60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ public sealed class NetworkIdentity : MonoBehaviour
/// works fine if we keep the UNET way of setting isClient manually.
/// </para>
/// <para>
/// => fixes <see cref="https://github.com/vis2k/Mirror/issues/1475"/>
/// => fixes <see href="https://github.com/vis2k/Mirror/issues/1475"/>
/// </para>
/// </summary>
/// <remarks>
@ -145,7 +145,7 @@ public sealed class NetworkIdentity : MonoBehaviour
/// works fine if we keep the UNET way of setting isServer manually.
/// </para>
/// <para>
/// => fixes <see cref="https://github.com/vis2k/Mirror/issues/1484"/>
/// => fixes <see href="https://github.com/vis2k/Mirror/issues/1484"/>
/// </para>
/// </remarks>
public bool isServer { get; internal set; }