Skip to content

Commit bfbfc07

Browse files
authored
docs: Fix link to Ryuk in IContainerBuilder.WithAutoRemove code comment (#1546)
1 parent af1af83 commit bfbfc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testcontainers/Builders/IContainerBuilder`2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ public interface IContainerBuilder<out TBuilderEntity, out TContainerEntity> : I
447447
/// Cleans up the container after it exits.
448448
/// </summary>
449449
/// <remarks>
450-
/// It is recommended to rely on the Resource Reaper to clean up resources: https://dotnet.testcontainers.org/api/resource-reaper/.
450+
/// It is recommended to rely on the Resource Reaper to clean up resources: https://dotnet.testcontainers.org/api/resource_reaper/.
451451
/// </remarks>
452452
/// <param name="autoRemove">Determines whether Docker removes the container after it exits or not.</param>
453453
/// <returns>A configured instance of <typeparamref name="TBuilderEntity" />.</returns>

0 commit comments

Comments
 (0)