Skip to content

Commit ef7c6de

Browse files
committed
html: change headings
1 parent 42e1d96 commit ef7c6de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

html/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,19 +227,19 @@ <h3>JSON</h3>
227227
<tbody>
228228
<tr>
229229
<td><code>curl {{ .Host }}/json</code></td>
230-
<td>Retrieve all IP information. <a href="#json-response">Example response</a></td>
230+
<td>Retrieve all IP information. <a href="#example-response">Example response</a></td>
231231
</tr>
232232
{{ if .Port }}
233233
<tr>
234234
<td><code>curl {{ .Host }}/port/&lt;PORT&gt;</code></td>
235-
<td>Check if given port is reachable. <a href="#json-port-response">Example response</a></td>
235+
<td>Check if given port is reachable. <a href="#example-port-response">Example response</a></td>
236236
</tr>
237237
{{ end }}
238238
</tbody>
239239
</table>
240-
<h3 id="json-response">JSON response</h3>
240+
<h3 id="example-response">Example response</h3>
241241
<pre class="json-block"><code>{{ .JSON }}</code></pre>
242-
<h3 id="json-port-response">JSON port response</h3>
242+
<h3 id="example-port-response">Example port response</h3>
243243
<p>Example response. The actual result depends on the reachability of the queried port.</p>
244244
<pre class="json-block"><code>{
245245
"ip": "{{ .IP }}",

0 commit comments

Comments
 (0)