Skip to content

Commit 52bb22b

Browse files
committed
Make example issue number and URLs agree
1 parent 83df8d5 commit 52bb22b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lib/resources.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,8 @@ def text_html(response, status, head = {})
556556
}
557557

558558
ISSUE = {
559-
"url" => "https://api.github.com/repos/octocat/Hello-World/issues/1",
560-
"html_url" => "https://github.com/octocat/Hello-World/issues/1",
559+
"url" => "https://api.github.com/repos/octocat/Hello-World/issues/1347",
560+
"html_url" => "https://github.com/octocat/Hello-World/issues/1347",
561561
"number" => 1347,
562562
"state" => "open",
563563
"title" => "Found a bug",
@@ -568,9 +568,9 @@ def text_html(response, status, head = {})
568568
"milestone" => MILESTONE,
569569
"comments" => 0,
570570
"pull_request" => {
571-
"html_url" => "https://github.com/octocat/Hello-World/issues/1",
572-
"diff_url" => "https://github.com/octocat/Hello-World/issues/1.diff",
573-
"patch_url" => "https://github.com/octocat/Hello-World/issues/1.patch"
571+
"html_url" => "https://github.com/octocat/Hello-World/issues/1347",
572+
"diff_url" => "https://github.com/octocat/Hello-World/issues/1347.diff",
573+
"patch_url" => "https://github.com/octocat/Hello-World/issues/1347.patch"
574574
},
575575
"closed_at" => nil,
576576
"created_at" => "2011-04-22T13:33:48Z",

0 commit comments

Comments
 (0)