Skip to content

Commit

Permalink
update src folder links (#3377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Oct 6, 2022
1 parent fc9a8f3 commit e46157f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See the LICENSE file in the project root for more information.
types or methods decorated with an attribute.
For more information on writing Runtime Directives for libraries, please visit
http://go.microsoft.com/fwlink/?LinkID=391919
https://go.microsoft.com/fwlink/?LinkID=391919
-->
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Library Name="ReactiveUI.Blend_UWP">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See the LICENSE file in the project root for more information.
types or methods decorated with an attribute.
For more information on writing Runtime Directives for libraries, please visit
http://go.microsoft.com/fwlink/?LinkID=391919
https://go.microsoft.com/fwlink/?LinkID=391919
-->
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Library Name="ReactiveUI.Testing">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ internal static IEnumerable<ListChangedEventArgs> AsListChangedEventArgs(this No
}

case NotifyCollectionChangedAction.Move:
// http://msdn.microsoft.com/en-us/library/acskc6xz(v=vs.110).aspx
// https://msdn.microsoft.com/en-us/library/acskc6xz(v=vs.110).aspx
yield return new ListChangedEventArgs(
ListChangedType.ItemMoved,
ea.NewStartingIndex,
ea.OldStartingIndex);
break;
}
}
}
}

0 comments on commit e46157f

Please sign in to comment.