diff options
author | Hrvoje Šimić <shime.ferovac@gmail.com> | 2012-04-02 20:31:54 +0200 |
---|---|---|
committer | Hrvoje Šimić <shime.ferovac@gmail.com> | 2012-04-02 20:31:54 +0200 |
commit | 7b1abe84ae84fc2a4a62cbec486df80000358d3d (patch) | |
tree | fb9fdce1ea7dec1a59dd6ab400a07074d22c9b09 /guides/source/engines.textile | |
parent | 4b1ed1d29f9d42f6d52562778f35c3b0e2888b72 (diff) | |
parent | bb23d6fb005edaf25f5b294f9215429fb44b3f3d (diff) | |
download | rails-7b1abe84ae84fc2a4a62cbec486df80000358d3d.tar.gz rails-7b1abe84ae84fc2a4a62cbec486df80000358d3d.tar.bz2 rails-7b1abe84ae84fc2a4a62cbec486df80000358d3d.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'guides/source/engines.textile')
-rw-r--r-- | guides/source/engines.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/engines.textile b/guides/source/engines.textile index 20df254950..3b0ab9f6d9 100644 --- a/guides/source/engines.textile +++ b/guides/source/engines.textile @@ -126,7 +126,7 @@ Also in the test directory is the +test/integration+ directory, where integratio h3. Providing engine functionality -The engine that this guide covers will provide posting and commenting functionality and follows a similar thread to the "Getting Started Guide":getting-started.html, with some new twists. +The engine that this guide covers will provide posting and commenting functionality and follows a similar thread to the "Getting Started Guide":getting_started.html, with some new twists. h4. Generating a post resource |