From a319d358d6ccebb2a5282fbbb1d763805fdeb3e4 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Thu, 6 Sep 2012 10:28:11 +0200 Subject: [PATCH] Fix links to the documentation of the patchSet json object Commit a19ff379fd819adf3ee1b6aada071166fb09a6b9 changed the anchor for the documentation of the patchSet json object in json.html from 'patchset' to 'patchSet', but not all links have been adapted to this change. Change-Id: I6067704068ab99232be5620d5834387a6aa7117a Signed-off-by: Edwin Kempin --- Documentation/cmd-query.txt | 2 +- Documentation/cmd-stream-events.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/cmd-query.txt b/Documentation/cmd-query.txt index 253bed18cc..2ad3b7a49d 100644 --- a/Documentation/cmd-query.txt +++ b/Documentation/cmd-query.txt @@ -124,7 +124,7 @@ SCHEMA ------ The JSON messages consist of nested objects referencing the link:json.html#change[change], -link:json.html#patchset[patchset], +link:json.html#patchSet[patchset], link:json.html#[account] involved, and other attributes as appropriate. diff --git a/Documentation/cmd-stream-events.txt b/Documentation/cmd-stream-events.txt index 0fb27cce65..a8cf3b0300 100644 --- a/Documentation/cmd-stream-events.txt +++ b/Documentation/cmd-stream-events.txt @@ -67,7 +67,7 @@ type:: "draft-published" change:: link:json.html#change[change attribute] -patchset:: link:json.html#patchset[patchset attribute] +patchset:: link:json.html#patchSet[patchset attribute] uploader:: link:json.html#account[account attribute]