Skip to content

Commit df361d4

Browse files
committed
updated online source for cards
1 parent d2c39a3 commit df361d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sources/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("115.0.0.0")]
35-
[assembly: AssemblyFileVersion("115.0.0.0")]
34+
[assembly: AssemblyVersion("116.0.0.0")]
35+
[assembly: AssemblyFileVersion("116.0.0.0")]

sources/ui/viewmodel/PageCardsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ private void CommandBuildContextActionsFunc(CardModelProxy cardProxy)
150150

151151
private void FindCardOnline(CardModelProxy cardProxy)
152152
{
153-
Process.Start(new ProcessStartInfo("https://triad.raelys.com/cards/" + cardProxy.cardOb.Id) { UseShellExecute = true });
153+
Process.Start(new ProcessStartInfo("https://ffxivcollect.com/triad/cards/" + cardProxy.cardOb.Id) { UseShellExecute = true });
154154
}
155155

156156
private void SelectCardNpc(NpcModelProxy npcProxy)

0 commit comments

Comments
 (0)