summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorrichvdh <richvdh@users.noreply.github.com>2022-12-07 22:03:13 +0000
committerrichvdh <richvdh@users.noreply.github.com>2022-12-07 22:03:13 +0000
commitcd9387c71d6b92bad33c25e02c0878510bcdebd7 (patch)
treeb236cac3e27ed16fa9417cc05a0d91882a36f31f /develop/usage
parentdeploy: d69bf3b24cd76be83174797ea1068e65b2f1b88a (diff)
downloadsynapse-cd9387c71d6b92bad33c25e02c0878510bcdebd7.tar.xz
deploy: dfe8febe47bce48bb78bc5ea39d3c7f524d68177
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/administration/admin_faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/usage/administration/admin_faq.html b/develop/usage/administration/admin_faq.html
index cd67440380..f9825d21d1 100644
--- a/develop/usage/administration/admin_faq.html
+++ b/develop/usage/administration/admin_faq.html
@@ -194,7 +194,7 @@ Access Token:&lt;click to reveal&gt; </p>
 <p>Here we can see that the request has been tagged with <code>GET-37</code>. (The tag depends on the method of the HTTP request, so might start with <code>GET-</code>, <code>PUT-</code>, <code>POST-</code>, <code>OPTIONS-</code> or <code>DELETE-</code>.) So to find all lines corresponding to this request, we can do:</p>
 <pre><code>grep 'GET-37' homeserver.log
 </code></pre>
-<p>If you want to paste that output into a github issue or matrix room, please remember to surround it with triple-backticks (```) to make it legible (see https://help.github.com/en/articles/basic-writing-and-formatting-syntax#quoting-code).</p>
+<p>If you want to paste that output into a github issue or matrix room, please remember to surround it with triple-backticks (```) to make it legible (see <a href="https://help.github.com/en/articles/basic-writing-and-formatting-syntax#quoting-code">quoting code</a>).</p>
 <h2 id="what-do-all-those-fields-in-the-processed-line-mean"><a class="header" href="#what-do-all-those-fields-in-the-processed-line-mean">What do all those fields in the 'Processed' line mean?</a></h2>
 <p>See <a href="request_log.html">Request log format</a>.</p>
 <h2 id="what-are-the-biggest-rooms-on-my-server"><a class="header" href="#what-are-the-biggest-rooms-on-my-server">What are the biggest rooms on my server?</a></h2>