Skip to content

Commit

Permalink
Updated CCLI Reporting URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Boddlnagg committed Oct 4, 2020
1 parent cff1390 commit 92b3eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordsLive/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ private void OrderListBox_OnExecuteCommand(object sender, ExecutedRoutedEventArg
{
searchTerm = song.Song.Title;
}
new Uri(String.Format("https://olr.ccli.com/search/results?SearchTerm={0}", searchTerm)).OpenInBrowser();
new Uri(String.Format("https://reporting.ccli.com/search?s={0}", searchTerm)).OpenInBrowser();
}
}
}
Expand Down

0 comments on commit 92b3eb0

Please sign in to comment.