Skip to content

Commit 3b27097

Browse files
[Docs] - Fix social share image URL
1 parent a4999c2 commit 3b27097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/website/source/_includes/layouts/docs_page.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta name="twitter:url" content="https://fluttergoldens.com" />
2727
<meta name="twitter:title" content="Flutter Test Goldens" />
2828
<meta name="twitter:description" content="The best package for writing golden tests." />
29-
<meta name="twitter:image" content="https://fluttershaders.com/images/branding/social.png" />
29+
<meta name="twitter:image" content="https://fluttergoldens.com/images/branding/social.png" />
3030

3131
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
3232
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>

0 commit comments

Comments
 (0)