diff --git a/docs/features/image_name_substitution.md b/docs/features/image_name_substitution.md index ebf9bb1cda..fe8729e9c7 100644 --- a/docs/features/image_name_substitution.md +++ b/docs/features/image_name_substitution.md @@ -5,6 +5,6 @@ An image name substitutor converts a Docker image name, as may be specified in c _Testcontainers for Go_ exposes an interface to perform this operations: `ImageSubstitutor`, and a No-operation implementation to be used as reference for custom implementations: -[Image Substitutor Interface](../../generic.go) inside_block:imageSubstitutor +[Image Substitutor Interface](../../options.go) inside_block:imageSubstitutor [Noop Image Substitutor](../../container_test.go) inside_block:noopImageSubstitutor