Skip to content

Commit

Permalink
fix(api): Use correct idempotency documentation link (novuhq#4710)
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont authored Oct 30, 2023
1 parent 37183b3 commit 4f11b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/api/e2e/idempotency.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Idempotency Test', async () => {
IDEMPOTENCY_REPLAY: 'idempotency-replay',
LINK: 'link',
};
const DOCS_LINK = 'docs.novu.co/idempotency';
const DOCS_LINK = 'https://docs.novu.co/additional-resources/idempotency';

let cacheService: CacheService | null = null;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const HEADER_KEYS = {
LINK: 'Link',
};

const DOCS_LINK = 'docs.novu.co/idempotency';
const DOCS_LINK = 'https://docs.novu.co/additional-resources/idempotency';

enum ReqStatusEnum {
PROGRESS = 'in-progress',
Expand Down

0 comments on commit 4f11b14

Please sign in to comment.