diff --git a/docs/demos/aspnetcore-blazor/README.md b/docs/demos/aspnetcore-blazor/README.md index 6914e36..7feb2bf 100644 --- a/docs/demos/aspnetcore-blazor/README.md +++ b/docs/demos/aspnetcore-blazor/README.md @@ -6,7 +6,7 @@ Open up ` src/Web/Server/appsettings.Development.json` and `src/Web/Client/wwwro ```json "PodcastApi": { -"BaseAddress": "https://podcastapica.delightfulocean-02c18c32.canadacentral.azurecontainerapps.io" +"BaseAddress": "https://podcastapica.ashyhill-df3dfdf5.eastus.azurecontainerapps.io" }, "ListenTogetherHub": "https://dotnetpodcasts-listentogether-hub.azurewebsites.net/listentogether" ``` diff --git a/docs/demos/blazor-hybrid/README.md b/docs/demos/blazor-hybrid/README.md index f991e7e..34d5b33 100644 --- a/docs/demos/blazor-hybrid/README.md +++ b/docs/demos/blazor-hybrid/README.md @@ -6,7 +6,7 @@ Open `src/MobileBlazor/mauiapp/MauiProgram.cs` and enter ```csharp public static string BaseWeb = $"https://dotnetpodcasts.azurewebsites.net/"; -public static string APIUrl = $"https://podcastapica.delightfulocean-02c18c32.canadacentral.azurecontainerapps.io"; +public static string APIUrl = $"https://podcastapica.ashyhill-df3dfdf5.eastus.azurecontainerapps.io"; public static string ListenTogetherUrl = $"https://dotnetpodcasts-listentogether-hub.azurewebsites.net/listentogether"; ``` diff --git a/docs/demos/dotnet-maui/README.md b/docs/demos/dotnet-maui/README.md index 5eee20a..ec97308 100644 --- a/docs/demos/dotnet-maui/README.md +++ b/docs/demos/dotnet-maui/README.md @@ -6,7 +6,7 @@ Open `src/Mobile/Config.cs` and enter ```csharp public static string BaseWeb = $"https://dotnetpodcasts.azurewebsites.net/"; -public static string APIUrl = $"https://podcastapica.delightfulocean-02c18c32.canadacentral.azurecontainerapps.io/"; +public static string APIUrl = $"https://podcastapica.ashyhill-df3dfdf5.eastus.azurecontainerapps.io/"; public static string ListenTogetherUrl = $"https://dotnetpodcasts-listentogether-hub.azurewebsites.net/listentogether"; ``` diff --git a/src/Web/Pages/Pages/SettingsPage.razor b/src/Web/Pages/Pages/SettingsPage.razor index b58dd4a..38a787f 100644 --- a/src/Web/Pages/Pages/SettingsPage.razor +++ b/src/Web/Pages/Pages/SettingsPage.razor @@ -31,7 +31,7 @@ else Description="Turn on to use a dark theme (disabled when using system theme)." IsDisabled="@isSystemTheme" OnChange="@OnDarkThemeChanged" /> -

Podcasts demo website developed in Blazor

+

Podcasts demo website developed in Blazor and Open source on GitHub

} diff --git a/src/Web/Server/Pages/Landing.cshtml b/src/Web/Server/Pages/Landing.cshtml index 7083f3d..d8869b7 100644 --- a/src/Web/Server/Pages/Landing.cshtml +++ b/src/Web/Server/Pages/Landing.cshtml @@ -210,21 +210,21 @@