diff --git a/packages/idempotency/src/types/ConfigServiceInterface.ts b/packages/idempotency/src/types/ConfigServiceInterface.ts index cc34d35e90..c4d8f11b25 100644 --- a/packages/idempotency/src/types/ConfigServiceInterface.ts +++ b/packages/idempotency/src/types/ConfigServiceInterface.ts @@ -5,7 +5,7 @@ import type { ConfigServiceInterface as ConfigServiceBaseInterface } from '@aws- * * @interface * @see https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime - * @see https://docs.powertools.aws.dev/lambda-typescript/latest/#environment-variables + * @see https://docs.powertools.aws.dev/lambda/typescript/latest/#environment-variables */ interface ConfigServiceInterface extends ConfigServiceBaseInterface { /** diff --git a/packages/metrics/src/types/ConfigServiceInterface.ts b/packages/metrics/src/types/ConfigServiceInterface.ts index 1bbe886920..3f8557f399 100644 --- a/packages/metrics/src/types/ConfigServiceInterface.ts +++ b/packages/metrics/src/types/ConfigServiceInterface.ts @@ -5,7 +5,7 @@ import type { ConfigServiceInterface as ConfigServiceBaseInterface } from '@aws- * * @interface * @see https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime - * @see https://docs.powertools.aws.dev/lambda-typescript/latest/#environment-variables + * @see https://docs.powertools.aws.dev/lambda/typescript/latest/#environment-variables */ interface ConfigServiceInterface extends ConfigServiceBaseInterface { /** diff --git a/packages/parameters/src/types/ConfigServiceInterface.ts b/packages/parameters/src/types/ConfigServiceInterface.ts index 67105d07cd..c05f1856a0 100644 --- a/packages/parameters/src/types/ConfigServiceInterface.ts +++ b/packages/parameters/src/types/ConfigServiceInterface.ts @@ -5,7 +5,7 @@ import type { ConfigServiceInterface as ConfigServiceBaseInterface } from '@aws- * * @interface * @see https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime - * @see https://docs.powertools.aws.dev/lambda-typescript/latest/#environment-variables + * @see https://docs.powertools.aws.dev/lambda/typescript/latest/#environment-variables */ interface ConfigServiceInterface extends ConfigServiceBaseInterface { /** diff --git a/packages/tracer/src/types/ConfigServiceInterface.ts b/packages/tracer/src/types/ConfigServiceInterface.ts index fe36b58ee9..8ac7b0bcd8 100644 --- a/packages/tracer/src/types/ConfigServiceInterface.ts +++ b/packages/tracer/src/types/ConfigServiceInterface.ts @@ -5,7 +5,7 @@ import type { ConfigServiceInterface as ConfigServiceBaseInterface } from '@aws- * * @interface * @see https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime - * @see https://docs.powertools.aws.dev/lambda-typescript/latest/#environment-variables + * @see https://docs.powertools.aws.dev/lambda/typescript/latest/#environment-variables */ interface ConfigServiceInterface extends ConfigServiceBaseInterface { /**