Skip to content

Commit

Permalink
chore(docs): update docs url in comments & readme files (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Feb 5, 2024
1 parent fd73b09 commit ff56507
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/idempotency/src/types/ConfigServiceInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics/src/types/ConfigServiceInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/parameters/src/types/ConfigServiceInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/tracer/src/types/ConfigServiceInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/**
Expand Down

0 comments on commit ff56507

Please sign in to comment.