diff --git a/cynthia-poetry/src/data/poems.ts b/cynthia-poetry/src/data/poems.ts index 7042da5..f3c4240 100644 --- a/cynthia-poetry/src/data/poems.ts +++ b/cynthia-poetry/src/data/poems.ts @@ -42,7 +42,7 @@ export const books: Book[] = [ publisher: 'She Writes Press', description: 'An Invitation to Encounter the Invisible People Among Us. Winner of the IPPY Gold Medal.', coverImage: '/images/meeting-in-the-margins-cover.jpg', - amazonUrl: 'https://www.amazon.com/Meeting-Margins-Invitation-Encounter-Invisible/dp/1631520792', + amazonUrl: 'https://www.amazon.co.uk/Meeting-Margins-Invitation-Encounter-Invisible-ebook/dp/B0142D78OQ', }, { title: 'Mortal Beings', @@ -51,7 +51,7 @@ export const books: Book[] = [ publisher: 'Finishing Line Press', description: 'A poetry collection drawn from decades at the bedside of the dying.', coverImage: '/images/mortal-beings-cover.jpg', - amazonUrl: 'https://www.amazon.com/Mortal-Beings-Cynthia-Trenshaw/dp/1635349427', + amazonUrl: 'https://www.amazon.com/Mortal-Beings-Cynthia-Trenshaw/dp/1635349184', }, ];