diff options
author | Mikhail Dieterle <MikDiet@gmail.com> | 2012-04-03 01:11:44 +0800 |
---|---|---|
committer | Mikhail Dieterle <MikDiet@gmail.com> | 2012-04-03 01:11:44 +0800 |
commit | e94437e3c66ce69b0ad7ca8c86d00d0ff5137896 (patch) | |
tree | d4ae362c2ef71c073efad60a3fc9aa385b4f243c /guides/source/engines.textile | |
parent | b95aa05314e837bd25b6d1bcb9017c297cbea7f0 (diff) | |
download | rails-e94437e3c66ce69b0ad7ca8c86d00d0ff5137896.tar.gz rails-e94437e3c66ce69b0ad7ca8c86d00d0ff5137896.tar.bz2 rails-e94437e3c66ce69b0ad7ca8c86d00d0ff5137896.zip |
wrong link to getting started guide
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 |