Skip to content

Commit 7e41c0e

Browse files
committed
chore(docs): update docs url in comments & readme files (#1728)
1 parent f2e6190 commit 7e41c0e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: packages/idempotency/src/types/ConfigServiceInterface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ConfigServiceInterface as ConfigServiceBaseInterface } from '@aws-
55
*
66
* @interface
77
* @see https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime
8-
* @see https://docs.powertools.aws.dev/lambda-typescript/latest/#environment-variables
8+
* @see https://docs.powertools.aws.dev/lambda/typescript/latest/#environment-variables
99
*/
1010
interface ConfigServiceInterface extends ConfigServiceBaseInterface {
1111
/**

Diff for: packages/metrics/src/types/ConfigServiceInterface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ConfigServiceInterface as ConfigServiceBaseInterface } from '@aws-
55
*
66
* @interface
77
* @see https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime
8-
* @see https://docs.powertools.aws.dev/lambda-typescript/latest/#environment-variables
8+
* @see https://docs.powertools.aws.dev/lambda/typescript/latest/#environment-variables
99
*/
1010
interface ConfigServiceInterface extends ConfigServiceBaseInterface {
1111
/**

Diff for: packages/parameters/src/types/ConfigServiceInterface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ConfigServiceInterface as ConfigServiceBaseInterface } from '@aws-
55
*
66
* @interface
77
* @see https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime
8-
* @see https://docs.powertools.aws.dev/lambda-typescript/latest/#environment-variables
8+
* @see https://docs.powertools.aws.dev/lambda/typescript/latest/#environment-variables
99
*/
1010
interface ConfigServiceInterface extends ConfigServiceBaseInterface {
1111
/**

Diff for: packages/tracer/src/types/ConfigServiceInterface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ConfigServiceInterface as ConfigServiceBaseInterface } from '@aws-
55
*
66
* @interface
77
* @see https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime
8-
* @see https://docs.powertools.aws.dev/lambda-typescript/latest/#environment-variables
8+
* @see https://docs.powertools.aws.dev/lambda/typescript/latest/#environment-variables
99
*/
1010
interface ConfigServiceInterface extends ConfigServiceBaseInterface {
1111
/**

0 commit comments

Comments
 (0)