From 55afa18672972822758d2d8ea46423ddce1170a7 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 23 Nov 2013 21:40:05 +0100 Subject: [PATCH] docs: Fix reference (cherry picked from commit 13fb2bf6048b1045d18ce708b9463585daf536de) --- docs/extensiondev.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index 38fe1c55..7fa19f7a 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -386,8 +386,8 @@ such as scanning for media, adding a command is the way to go. Your top level command name will always match your extension name, but you are free to add sub-commands with names of your choosing. -The skeleton of a commands would look like this. See :ref:`command-api` for more -details. +The skeleton of a commands would look like this. See :ref:`commands-api` for +more details. ::