Skip to content

Commit f459f09

Browse files
authored
Update Open Graph and Twitter image URLs
1 parent a97764d commit f459f09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<meta property="og:description" content="Sample-driven guide for extending the GUSTO job runner: start with the stock worker, then bolt on batching, continuations, cron scheduling, retries, observability, and testing helpers." />
1111
<meta property="og:type" content="website" />
1212
<meta property="og:url" content="https://github.com/ByteBardOrg/GUSTO" />
13-
<meta property="og:image" content="https://github.com/ByteBardOrg/GUSTO/raw/main/assets/social-card.png" />
13+
<meta property="og:image" content="https://github.com/ByteBardOrg/GUSTO/blob/main/docs/assets/social-card.png" />
1414
<meta name="twitter:card" content="summary_large_image" />
1515
<meta name="twitter:title" content="Do it with GUSTO" />
1616
<meta name="twitter:description" content="Guided scenarios for extending the GUSTO job runner with batching, continuations, cron, retries, observability, and testing techniques." />
17-
<meta name="twitter:image" content="https://github.com/ByteBardOrg/GUSTO/raw/main/assets/social-card.png" />
17+
<meta name="twitter:image" content="https://github.com/ByteBardOrg/GUSTO/blob/main/docs/assets/social-card.png" />
1818
<link rel="preconnect" href="https://fonts.googleapis.com">
1919
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2020
<link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;500&family=Bricolage+Grotesque:wght@600&family=Chivo:wght@500;600&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)