From 235f221b99c74bd8b3b5af08aeeb325807548340 Mon Sep 17 00:00:00 2001 From: g3gg0 Date: Wed, 3 Jan 2024 13:08:10 +0100 Subject: [PATCH] updated JSON links --- Teddy/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teddy/Program.cs b/Teddy/Program.cs index 8b1c716..8b54bd6 100644 --- a/Teddy/Program.cs +++ b/Teddy/Program.cs @@ -170,7 +170,7 @@ static void Main(string[] args) string prefixLocation = null; string audioId = ""; string writeJson = null; - string jsonFile = "http://gt-blog.de/JSON/tonies.json?source=Teddy&version=" + ThisAssembly.Git.BaseTag; + string jsonFile = "https://api.revvox.de/tonies.json?source=Teddy&version=" + ThisAssembly.Git.BaseTag; int bitRate = 96; @@ -845,7 +845,7 @@ private static void ShowHelp(OptionSet p) Console.WriteLine(" real track audio data. These are meant to add the track number in front of the file so the"); Console.WriteLine(" kids know which track number is played right now."); Console.WriteLine(""); - Console.WriteLine(" As JSON file you could specify also a link like e.g. http://gt-blog.de/JSON/tonies.json"); + Console.WriteLine(" As JSON file you could specify also a link like e.g. https://api.revvox.de/tonies.json"); } private static string GetVersion()