Skip to content

Commit 381f060

Browse files
authoredSep 21, 2017
Updated url to point to github
1 parent 5f7a8b5 commit 381f060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/Papercut.UI/ViewModels/MainViewModel.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ void SetupObservables()
258258

259259
public void GoToSite()
260260
{
261-
Process.Start("http://papercut.codeplex.com/");
261+
Process.Start("https://github.com/ChangemakerStudios/Papercut");
262262
}
263263

264264
public void ShowRulesConfiguration()
@@ -375,4 +375,4 @@ protected override void OnViewAttached(object view, object context)
375375
}
376376
}
377377
}
378-
}
378+
}

0 commit comments

Comments
 (0)
Please sign in to comment.