[Groonga-commit] groonga/groonga at 5aafbc2 [master] doc column_create: fix a typo

Back to archive index
Kouhei Sutou null+****@clear*****
Tue Apr 2 18:41:18 JST 2019


Kouhei Sutou	2019-04-02 18:41:18 +0900 (Tue, 02 Apr 2019)

  Revision: 5aafbc26a564be6d2ffaf68e4af226816fcb9f73
  https://github.com/groonga/groonga/commit/5aafbc26a564be6d2ffaf68e4af226816fcb9f73

  Message:
    doc column_create: fix a typo

  Modified files:
    doc/source/reference/commands/column_create.rst

  Modified: doc/source/reference/commands/column_create.rst (+1 -1)
===================================================================
--- doc/source/reference/commands/column_create.rst    2019-04-02 18:37:33 +0900 (c25c486ef)
+++ doc/source/reference/commands/column_create.rst    2019-04-02 18:41:18 +0900 (4ebb78a57)
@@ -413,7 +413,7 @@ column and multiple columns index column.
 
 In this example, ``Names`` table is created for equal search and
 prefix search. It uses ``TABLE_PAT_KEY`` because ``TABLE_PAT_KEY``
-supports prefix search. See :ref:`../tables` for details.
+supports prefix search. See :doc:`../tables` for details.
 
 .. groonga-command
 .. include:: ../../example/reference/commands/column_create/usage_multiple_columns_index_create_table.log
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190402/e74e5d81/attachment.html>


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