Skip to content

Commit

Permalink
update links (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Oct 18, 2022
1 parent 606730c commit ce71991
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This is a simple example to show how using Dynamic Data's collections and operat
### Get in touch

If you have any questions, want to get involved or would simply like to keep abreast of developments, you are welcome to join the slack community [Reactive UI Slack](https://reactiveui.net/slack). I am also available [@RolandPheasant](https://twitter.com/RolandPheasant)
There is a blog at http://dynamic-data.org/ but alas it is hopelessly out of date.
There is a blog at https://dynamic-data.org/ but alas it is hopelessly out of date.
## Table of Contents

Expand Down
6 changes: 3 additions & 3 deletions src/DynamicData/Kernel/InternalEx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static class InternalEx
/// </summary>
/// <remarks>
/// With big thanks. I took this from
/// http://social.msdn.microsoft.com/Forums/en-US/af43b14e-fb00-42d4-8fb1-5c45862f7796/recursive-async-web-requestresponse-what-is-best-practice-3rd-try.
/// https://social.msdn.microsoft.com/Forums/en-US/af43b14e-fb00-42d4-8fb1-5c45862f7796/recursive-async-web-requestresponse-what-is-best-practice-3rd-try.
/// </remarks>
/// <typeparam name="TSource">The type of the source.</typeparam>
/// <typeparam name="TException">The type of the exception.</typeparam>
Expand Down Expand Up @@ -51,7 +51,7 @@ IObservable<TSource> Retry(int failureCount) =>
/// </summary>
/// <remarks>
/// I took this from
/// http://www.zerobugbuild.com/?p=259.
/// https://www.zerobugbuild.com/?p=259.
/// </remarks>
/// <param name="scheduler">The scheduler.</param>
/// <param name="interval">The interval.</param>
Expand All @@ -74,7 +74,7 @@ public static IDisposable ScheduleRecurringAction(this IScheduler scheduler, Tim
/// <remarks>
/// I took this from
///
/// http://www.zerobugbuild.com/?p=259
/// https://www.zerobugbuild.com/?p=259
///
/// and adapted it to receive.
/// </remarks>
Expand Down
2 changes: 1 addition & 1 deletion src/DynamicData/List/ListEx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public static int BinarySearch<TItem>(this IList<TItem> list, TItem value, IComp
/// <summary>
/// Performs a binary search on the specified collection.
///
/// Thanks to http://stackoverflow.com/questions/967047/how-to-perform-a-binary-search-on-ilistt.
/// Thanks to https://stackoverflow.com/questions/967047/how-to-perform-a-binary-search-on-ilistt.
/// </summary>
/// <typeparam name="TItem">The type of the item.</typeparam>
/// <typeparam name="TSearch">The type of the searched item.</typeparam>
Expand Down

0 comments on commit ce71991

Please sign in to comment.