fix document cross-link syntax

Let sphinx determine the link and insert the title of the page to
avoid a warning about a duplicate "read more here" link.

Change-Id: Id32ccf0f5a36739b0cbbc287e9bba3962aff4019
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-01-16 14:18:08 -05:00
parent 1d68addb05
commit 60609eaea7
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ plugin, StoryBoard will manage and maintain your crontab registration for you::
storyboard.plugin.cron =
my-plugin-cron = my.namespace.plugin:CronWorker
To learn how to write a cron plugin, `read more here <./plugin_cron.html>`_.
To learn how to write a cron plugin see :doc:`plugin_cron`.
Event Workers
`````````````