Navigation Menu

Skip to content

Commit

Permalink
groonga storage engine -> mroonga
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 28, 2012
1 parent 52bf07e commit d092855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/prepare-sphinx-html.rb
Expand Up @@ -59,11 +59,11 @@ def fix_js_link(js, language)
def insert_facebook_html_header(html)
html.gsub(/<\/head>/) do
<<-HTML
<meta property="fb:page_id" content="238184682903165" /><!-- groonga storage engine -->
<meta property="fb:page_id" content="238184682903165" /><!-- mroonga -->
<meta property="fb:admins" content="664204556" /><!-- kouhei.sutou -->
<meta property="og:type" content="product" />
<meta property="og:image" content="http://groonga.org/images/mroonga.png" />
<meta property="og:site_name" content="groonga storage engine" />
<meta property="og:site_name" content="mroonga" />
<link rel="stylesheet" href="/css/sphinx.css" type="text/css" />
</head>
Expand All @@ -84,7 +84,7 @@ def insert_facebook_html_buttons(html)
html.gsub(/(<div class="other-language-links">)/) do
<<-HTML
<div class="facebook-buttons">
<fb:like href="http://www.facebook.com/pages/groonga-storage-engine/238184682903165"
<fb:like href="http://www.facebook.com/pages/mroonga/238184682903165"
layout="standard"
width="290"></fb:like>
</div>
Expand Down

0 comments on commit d092855

Please sign in to comment.