diff --git a/manual/develop.rst b/manual/develop.rst index f1c0c171f7..eba7dced0f 100644 --- a/manual/develop.rst +++ b/manual/develop.rst @@ -24,7 +24,7 @@ comprehensive command line interface for all its functions, documented in :doc:` The modular design of calibre is expressed via ``Plugins``. There is a :ref:`tutorial ` on writing calibre plugins. For example, adding support for a new device to calibre typically involves writing less than a 100 lines of code in the form of a device driver plugin. You can browse the -`built-in drivers `_. Similarly, adding support +`built-in drivers `_. Similarly, adding support for new conversion formats involves writing input/output format plugins. Another example of the modular design is the :ref:`recipe system ` for fetching news. For more examples of plugins designed to add features to calibre, see the `plugin index `_. diff --git a/manual/news.rst b/manual/news.rst index db86570d98..4767f89aed 100644 --- a/manual/news.rst +++ b/manual/news.rst @@ -319,10 +319,10 @@ To learn more about writing advanced recipes using some of the facilities, avail :ref:`API Documentation ` Documentation of the ``BasicNewsRecipe`` class and all its important methods and fields. - `BasicNewsRecipe `_ + `BasicNewsRecipe `_ The source code of ``BasicNewsRecipe`` - `Built-in recipes `_ + `Built-in recipes `_ The source code for the built-in recipes that come with calibre `The calibre recipes forum `_