We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa11714 commit 62f9c45Copy full SHA for 62f9c45
src/lib/const.ts
@@ -6,10 +6,8 @@ export const EXERCISES = 54
6
export const RATING = 4.6
7
export const MAX_RATING = 5
8
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'
+export const BUY_LINK_PRINT = 'https://nodejsdp.link/buy'
+export const BUY_LINK_EBOOK = 'https://nodejsdp.link/buy-kindle'
13
export const BUY_LINK_PACKT =
14
'https://www.packtpub.com/en-us/product/nodejs-design-patterns-9781803235431'
15
0 commit comments