From fbf5f2c59187fcfe9d807adf5f88caf7b98c32eb Mon Sep 17 00:00:00 2001 From: Christian Aistleitner Date: Fri, 5 Jun 2015 01:37:11 +0200 Subject: [PATCH] Fix change-id link in api documentation of unstarring a change Change-Id: I67344aaae2b5c3efa80c569da05e250163be7a00 --- Documentation/rest-api-accounts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/rest-api-accounts.txt b/Documentation/rest-api-accounts.txt index b5c155725e..7aec531b7a 100644 --- a/Documentation/rest-api-accounts.txt +++ b/Documentation/rest-api-accounts.txt @@ -1189,7 +1189,7 @@ whenever updates are made to the change. [[unstar-change]] === Unstar Change -- -'DELETE /accounts/link:#account-id[\{account-id\}]/starred.changes/link:rest-api-changes#change-id[\{change-id\}]' +'DELETE /accounts/link:#account-id[\{account-id\}]/starred.changes/link:rest-api-changes.html#change-id[\{change-id\}]' -- Unstar a change. Removes the starred flag, stopping notifications.