diff --git a/src/Passwordless.AspNetCore/Passwordless.AspNetCore.csproj b/src/Passwordless.AspNetCore/Passwordless.AspNetCore.csproj index 68fc350..0b4d8fb 100644 --- a/src/Passwordless.AspNetCore/Passwordless.AspNetCore.csproj +++ b/src/Passwordless.AspNetCore/Passwordless.AspNetCore.csproj @@ -10,8 +10,8 @@ Bitwarden The official Bitwarden Passwordless.dev .NET library for ASP.NET Core identity - https://github.com/passwordless/passwordless-dotnet - https://github.com/passwordless/passwordless-dotnet/releases + https://github.com/bitwarden/passwordless-dotnet + https://github.com/bitwarden/passwordless-dotnet/releases Apache-2.0 false favicon.png diff --git a/src/Passwordless/Passwordless.csproj b/src/Passwordless/Passwordless.csproj index 87d892d..015f595 100644 --- a/src/Passwordless/Passwordless.csproj +++ b/src/Passwordless/Passwordless.csproj @@ -9,8 +9,8 @@ Bitwarden The official Bitwarden Passwordless.dev .NET library - https://github.com/passwordless/passwordless-dotnet - https://github.com/passwordless/passwordless-dotnet/releases + https://github.com/bitwarden/passwordless-dotnet + https://github.com/bitwarden/passwordless-dotnet/releases Apache-2.0 false favicon.png diff --git a/tests/Passwordless.Tests.Infra/TestApi.cs b/tests/Passwordless.Tests.Infra/TestApi.cs index e665c65..c7d9290 100644 --- a/tests/Passwordless.Tests.Infra/TestApi.cs +++ b/tests/Passwordless.Tests.Infra/TestApi.cs @@ -31,9 +31,8 @@ public class TestApi : IAsyncDisposable public TestApi() { _apiContainer = new ContainerBuilder() - // https://github.com/passwordless/passwordless-server/pkgs/container/passwordless-test-api - // Switch to stable whenever possible - .WithImage("ghcr.io/passwordless/passwordless-test-api:latest") + // https://hub.docker.com/r/bitwarden/passwordless-test-api + .WithImage("bitwarden/passwordless-test-api:stable") // Make sure we always have the latest version of the image .WithImagePullPolicy(PullPolicy.Always) // Run in development environment to enable migrations