[Groonga-commit] droonga/droonga.org at eed2e7e [gh-pages] Add the suffix "basic" for existing tutorial

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Feb 7 15:38:34 JST 2014


YUKI Hiroshi	2014-02-07 15:38:34 +0900 (Fri, 07 Feb 2014)

  New Revision: eed2e7e497040e5b05897a991bf1286c37cdf896
  https://github.com/droonga/droonga.org/commit/eed2e7e497040e5b05897a991bf1286c37cdf896

  Message:
    Add the suffix "basic" for existing tutorial

  Modified files:
    tutorial/plugin-development/index.md

  Modified: tutorial/plugin-development/index.md (+3 -3)
===================================================================
--- tutorial/plugin-development/index.md    2014-02-07 10:57:01 +0900 (325d104)
+++ tutorial/plugin-development/index.md    2014-02-07 15:38:34 +0900 (ec3f049)
@@ -9,7 +9,7 @@ layout: en
 ## The goal of this tutorial
 
 Learning steps to develop a Droonga plugin by yourself.
-You must complete [tutorial][] before this tutorial.
+You must complete the [basic tutorial][] before this.
 
 
 ## What's "plugin"?
@@ -28,7 +28,7 @@ You can use plugins in those situations.
 ## Types of plugins
 
 Droonga has 4 types of plugins corresponding to the purpose of plugin.
-In other words, from the point of view of Droonga internal, the type of a plugin is distinguished by the component which the plugin is plugged in. See [overview][] to grasp the big picture.
+In other words, from the point of view of Droonga internal, the type of a plugin is distinguished by the component which the plugin is plugged in. See the [overview][] to grasp the big picture.
 
 AdapterPlugin
 : used to modify incoming requests and outgoing responses.
@@ -52,7 +52,7 @@ Following this tutorial, you will learn how to write these plugins. This will be
  2. Process requests (under construction)
  3. [Distribute requests and collect responses][distribute-collect]
 
-  [tutorial]: ../
+  [basic tutorial]: ../
   [overview]: ../../overview/
   [adapter]: ./adapter/
   [distribute-collect]: ./distribute-collect/
-------------- next part --------------
HTML����������������������������...
Download 



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