We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22423e4 commit 665ee04Copy full SHA for 665ee04
1 file changed
content/v3.md
@@ -87,10 +87,10 @@ specified as a segment in the path can be passed as an HTTP query string
87
parameter:
88
89
<pre class="terminal">
90
-$ curl -i "https://api.github.com/repos/mojombo/jekyll/issues?state=closed"
+$ curl -i "https://api.github.com/repos/vmg/redcarpet/issues?state=closed"
91
</pre>
92
93
-In this example, the 'mojombo' and 'jekyll' values are provided for the `:owner`
+In this example, the 'vmg' and 'redcarpet' values are provided for the `:owner`
94
and `:repo` parameters in the path while `:state` is passed in the query
95
string.
96
0 commit comments