[Groonga-commit] pgroonga/pgroonga.github.io at aa33eb3 [master] Add missing "site."

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 4 21:39:19 JST 2015


Kouhei Sutou	2015-10-04 21:39:19 +0900 (Sun, 04 Oct 2015)

  New Revision: aa33eb3df8f9acac8ff28909980a7a888921f44a
  https://github.com/pgroonga/pgroonga.github.io/commit/aa33eb3df8f9acac8ff28909980a7a888921f44a

  Message:
    Add missing "site."

  Modified files:
    reference/create-index-using-pgroonga.md

  Modified: reference/create-index-using-pgroonga.md (+1 -1)
===================================================================
--- reference/create-index-using-pgroonga.md    2015-10-04 21:29:43 +0900 (a6f02e2)
+++ reference/create-index-using-pgroonga.md    2015-10-04 21:39:19 +0900 (bb22735)
@@ -9,7 +9,7 @@ You need to specify `USING pgroonga` to `CREATE INDEX` to use PGroonga as index
 
 ## Syntax
 
-This section describes only `pgroonga` index method related `CREATE INDEX` syntax. See [CREATE INDEX document by PostgreSQL](http://www.postgresql.org/docs/{{ postgresql_short_version }}/static/sql-createindex.html) for full `CREATE INDEX` syntax.
+This section describes only `pgroonga` index method related `CREATE INDEX` syntax. See [CREATE INDEX document by PostgreSQL](http://www.postgresql.org/docs/{{ site.postgresql_short_version }}/static/sql-createindex.html) for full `CREATE INDEX` syntax.
 
 Here is syntax for creating single column index:
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index