Skip to content

Commit a427b46

Browse files
committed
Include feedback link in Releases API blog post
1 parent 4e4840f commit a427b46

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

changes.atom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $ curl -H "Authorization: token TOKEN" \
6060

6161
<h2 id="preview-mode">Preview mode</h2>
6262

63-
<p>The new API is available as a <a href="http://developer.github.com/v3/repos/releases/#preview-mode">preview</a>. This gives developers a chance to provide feedback on the direction of
63+
<p>The new API is available as a <a href="http://developer.github.com/v3/repos/releases/#preview-mode">preview</a>. This gives developers a chance to <a href="https://github.com/contact?form%5Bsubject%5D=New+Releases+API">provide feedback</a> on the direction of
6464
the API before we freeze changes. We expect to lift the preview status in 30 days.</p>
6565

6666
<p>As with <a href="http://developer.github.com/changes/2013-07-19-preview-the-new-search-api/">the Search API</a>, we’ll take this opportunity to iterate quickly. Breaking changes will be announced

changes/2013-09-25-releases-api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2 class="title">
9797

9898
<h2 id="preview-mode">Preview mode</h2>
9999

100-
<p>The new API is available as a <a href="http://developer.github.com/v3/repos/releases/#preview-mode">preview</a>. This gives developers a chance to provide feedback on the direction of
100+
<p>The new API is available as a <a href="http://developer.github.com/v3/repos/releases/#preview-mode">preview</a>. This gives developers a chance to <a href="https://github.com/contact?form%5Bsubject%5D=New+Releases+API">provide feedback</a> on the direction of
101101
the API before we freeze changes. We expect to lift the preview status in 30 days.</p>
102102

103103
<p>As with <a href="http://developer.github.com/changes/2013-07-19-preview-the-new-search-api/">the Search API</a>, we’ll take this opportunity to iterate quickly. Breaking changes will be announced

changes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2 class="title">
9797

9898
<h2 id="preview-mode">Preview mode</h2>
9999

100-
<p>The new API is available as a <a href="http://developer.github.com/v3/repos/releases/#preview-mode">preview</a>. This gives developers a chance to provide feedback on the direction of
100+
<p>The new API is available as a <a href="http://developer.github.com/v3/repos/releases/#preview-mode">preview</a>. This gives developers a chance to <a href="https://github.com/contact?form%5Bsubject%5D=New+Releases+API">provide feedback</a> on the direction of
101101
the API before we freeze changes. We expect to lift the preview status in 30 days.</p>
102102

103103
<p>As with <a href="http://developer.github.com/changes/2013-07-19-preview-the-new-search-api/">the Search API</a>, we’ll take this opportunity to iterate quickly. Breaking changes will be announced

v3/gists/comments/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h3 id="response">Response</h3>
6363
<pre class="highlight"><code class="language-javascript"><span class="p">[</span>
6464
<span class="p">{</span>
6565
<span class="s2">"id"</span><span class="o">:</span> <span class="mi">1</span><span class="p">,</span>
66-
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/d5614fd7f73c89713831/comments/1"</span><span class="p">,</span>
66+
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/65c3c2c968ef20cef401/comments/1"</span><span class="p">,</span>
6767
<span class="s2">"body"</span><span class="o">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
6868
<span class="s2">"user"</span><span class="o">:</span> <span class="p">{</span>
6969
<span class="s2">"login"</span><span class="o">:</span> <span class="s2">"octocat"</span><span class="p">,</span>
@@ -89,7 +89,7 @@ <h3 id="response-1">Response</h3>
8989

9090
<pre class="highlight"><code class="language-javascript"><span class="p">{</span>
9191
<span class="s2">"id"</span><span class="o">:</span> <span class="mi">1</span><span class="p">,</span>
92-
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/d5614fd7f73c89713831/comments/1"</span><span class="p">,</span>
92+
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/65c3c2c968ef20cef401/comments/1"</span><span class="p">,</span>
9393
<span class="s2">"body"</span><span class="o">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
9494
<span class="s2">"user"</span><span class="o">:</span> <span class="p">{</span>
9595
<span class="s2">"login"</span><span class="o">:</span> <span class="s2">"octocat"</span><span class="p">,</span>
@@ -126,7 +126,7 @@ <h3 id="response-2">Response</h3>
126126

127127
<pre class="highlight"><code class="language-javascript"><span class="p">{</span>
128128
<span class="s2">"id"</span><span class="o">:</span> <span class="mi">1</span><span class="p">,</span>
129-
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/d5614fd7f73c89713831/comments/1"</span><span class="p">,</span>
129+
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/65c3c2c968ef20cef401/comments/1"</span><span class="p">,</span>
130130
<span class="s2">"body"</span><span class="o">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
131131
<span class="s2">"user"</span><span class="o">:</span> <span class="p">{</span>
132132
<span class="s2">"login"</span><span class="o">:</span> <span class="s2">"octocat"</span><span class="p">,</span>
@@ -162,7 +162,7 @@ <h3 id="response-3">Response</h3>
162162

163163
<pre class="highlight"><code class="language-javascript"><span class="p">{</span>
164164
<span class="s2">"id"</span><span class="o">:</span> <span class="mi">1</span><span class="p">,</span>
165-
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/d5614fd7f73c89713831/comments/1"</span><span class="p">,</span>
165+
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/65c3c2c968ef20cef401/comments/1"</span><span class="p">,</span>
166166
<span class="s2">"body"</span><span class="o">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
167167
<span class="s2">"user"</span><span class="o">:</span> <span class="p">{</span>
168168
<span class="s2">"login"</span><span class="o">:</span> <span class="s2">"octocat"</span><span class="p">,</span>

0 commit comments

Comments
 (0)