소스 검색

fixed invalid image url

Christoph Hack 12 년 전
부모
커밋
b3429c1372
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      website/index.html

+ 1 - 1
website/index.html

@@ -10,7 +10,7 @@
 	<meta property="og:title" content="GoCQL">
 	<meta property="og:type" content="website">
 	<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">
 	<style>
 	body { border-top: 4px solid #666; }