Kouhei Sutou
null+****@clear*****
Tue Aug 29 21:38:58 JST 2017
Kouhei Sutou 2017-08-29 21:38:58 +0900 (Tue, 29 Aug 2017) New Revision: bb98f07259075824de74ed344f46094f6b4a03dc https://github.com/pgroonga/pgroonga.github.io/commit/bb98f07259075824de74ed344f46094f6b4a03dc Message: Fix URL GitHub: fix #33 Reported by hiro7355. Thanks!!! Modified files: _includes/v1-content-header.en.html _includes/v1-content-header.ja.html _includes/v2-content-header.ja.html Modified: _includes/v1-content-header.en.html (+1 -1) =================================================================== --- _includes/v1-content-header.en.html 2017-08-22 09:11:01 +0900 (2a50e17) +++ _includes/v1-content-header.en.html 2017-08-29 21:38:58 +0900 (7249e34) @@ -1,3 +1,3 @@ <div class="note"> - <p>This is a document for PGroonga 1.X. See <a href="../../{{ page.url | remove_first: "/v1/" }}">PGroonga 2.x document</a> when you're using recent PGroonga.</p> + <p>This is a document for PGroonga 1.X. See <a href="../../{{ page.upper_level }}{{ page.url | remove_first: "/v1/" }}">PGroonga 2.x document</a> when you're using recent PGroonga.</p> </div> Modified: _includes/v1-content-header.ja.html (+1 -1) =================================================================== --- _includes/v1-content-header.ja.html 2017-08-22 09:11:01 +0900 (af068c0) +++ _includes/v1-content-header.ja.html 2017-08-29 21:38:58 +0900 (2c8794c) @@ -1,3 +1,3 @@ <div class="note"> - <p>これはPGroonga 1.X用のドキュメントです。新しいPGroongaを使っているなら<a href="../../{{ page.url | remove_first: "/v1/" }}">PGroonga 2.xのドキュメント</a>を見てください。</p> + <p>これはPGroonga 1.X用のドキュメントです。新しいPGroongaを使っているなら<a href="../../{{ page.upper_level }}{{ page.url | remove_first: "/ja/v1/" }}">PGroonga 2.xのドキュメント</a>を見てください。</p> </div> Modified: _includes/v2-content-header.ja.html (+1 -1) =================================================================== --- _includes/v2-content-header.ja.html 2017-08-22 09:11:01 +0900 (f6a3931) +++ _includes/v2-content-header.ja.html 2017-08-29 21:38:58 +0900 (c43e174) @@ -1,3 +1,3 @@ <div class="note"> - <p>これはPGroonga 2.X用のドキュメントです。古いPGroongaを使っているなら<a href="v1/{ page.url }}">PGroonga 1.xのドキュメント</a>を見てください。</p> + <p>これはPGroonga 2.X用のドキュメントです。古いPGroongaを使っているなら<a href="../{{ page.upper_level }}v1/{{ page.url | remove_first: "/ja/" }}">PGroonga 1.xのドキュメント</a>を見てください。</p> </div> -------------- next part -------------- HTML����������������������������...다운로드