Browse Source

fixed invalid image url

Christoph Hack 12 years ago
parent
commit
b3429c1372
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/index.html

+ 1 - 1
website/index.html

@@ -10,7 +10,7 @@
 	<meta property="og:title" content="GoCQL">
 	<meta property="og:title" content="GoCQL">
 	<meta property="og:type" content="website">
 	<meta property="og:type" content="website">
 	<meta property="og:url" content="http://tux21b.org/gocql/">
 	<meta property="og:url" content="http://tux21b.org/gocql/">
-	<meta property="og:image" content="http://tux21b.org/gocql/logo.png">
+	<meta property="og:image" content="http://tux21b.org/gocql/gocql.png">
 	<meta property="og:description" content="GoCQL - Modern Cassandra client for the Go">
 	<meta property="og:description" content="GoCQL - Modern Cassandra client for the Go">
 	<style>
 	<style>
 	body { border-top: 4px solid #666; }
 	body { border-top: 4px solid #666; }