File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/<PORT></ 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 }}",
You can’t perform that action at this time.
0 commit comments