Skip to content

Commit 62f9c45

Browse files
authored
chore: Updates buy links (#24)
1 parent fa11714 commit 62f9c45

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/lib/const.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ export const EXERCISES = 54
66
export const RATING = 4.6
77
export const MAX_RATING = 5
88
export const REVIEWS = 780
9-
export const BUY_LINK_PRINT =
10-
'https://zhinaydjxzpysk4hel3tqbhn3q0kewtv.lambda-url.eu-west-1.on.aws/1803238941'
11-
export const BUY_LINK_EBOOK =
12-
'https://zhinaydjxzpysk4hel3tqbhn3q0kewtv.lambda-url.eu-west-1.on.aws/B0F4WXGHJX'
9+
export const BUY_LINK_PRINT = 'https://nodejsdp.link/buy'
10+
export const BUY_LINK_EBOOK = 'https://nodejsdp.link/buy-kindle'
1311
export const BUY_LINK_PACKT =
1412
'https://www.packtpub.com/en-us/product/nodejs-design-patterns-9781803235431'
1513

0 commit comments

Comments
 (0)