From f0d95441802662c1f61bfe705a26c14ed8c7958b Mon Sep 17 00:00:00 2001 From: Haacked Date: Mon, 15 Oct 2012 12:20:12 -0700 Subject: [PATCH] Fixed wrong fieldname in JSON example Fixed the JSON example I provided earlier (sorry!). Also re-ordered JSON elements to match the order the fields are presented in the docs. --- content/v3/repos/statuses.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v3/repos/statuses.md b/content/v3/repos/statuses.md index 4ea226a292..1913e9463f 100644 --- a/content/v3/repos/statuses.md +++ b/content/v3/repos/statuses.md @@ -63,8 +63,8 @@ description <%= json \ :state => "success", - :description => "The build succeeded!", - :homepage => "https://example.com/build/status" + :target_url => "https://example.com/build/status", + :description => "The build succeeded!" %> ### Response