Navigation Menu

Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 16, 2015
1 parent 2c1eccd commit 03bc355
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions _po/ja/index.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2015-10-15 11:53+0900\n"
"PO-Revision-Date: 2015-10-16 21:23+0900\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -31,7 +31,7 @@ msgid ""
" has been released at {{ site.pgroonga_release_date }}.\n"
" </p>\n"
" <p>\n"
" <a href=\"/tutorial/\"\n"
" <a href=\"tutorial/\"\n"
" class=\"btn btn-primary btn-lg\"\n"
" role=\"button\">Try tutorial</a>\n"
" </p>\n"
Expand All @@ -49,7 +49,7 @@ msgstr ""
"\n"
" </p>\n"
" <p>\n"
" <a href=\"/tutorial/\"\n"
" <a href=\"tutorial/\"\n"
" class=\"btn btn-primary btn-lg\"\n"
" role=\"button\">チュートリアルをやってみる</a>\n"
" </p>\n"
Expand Down
2 changes: 1 addition & 1 deletion index.md
Expand Up @@ -14,7 +14,7 @@ layout: en
has been released at {{ site.pgroonga_release_date }}.
</p>
<p>
<a href="/tutorial/"
<a href="tutorial/"
class="btn btn-primary btn-lg"
role="button">Try tutorial</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion ja/index.md
Expand Up @@ -12,7 +12,7 @@ layout: ja
<p>最新版(<a href="news/#version-{{ site.pgroonga_version | replace:".", "-" }}">{{ site.pgroonga_version }}</a>)は{{ site.pgroonga_release_date }}にリリースされました。
</p>
<p>
<a href="/tutorial/"
<a href="tutorial/"
class="btn btn-primary btn-lg"
role="button">チュートリアルをやってみる</a>
</p>
Expand Down

0 comments on commit 03bc355

Please sign in to comment.