15572: Many small doc tweaks as part of review.
[arvados.git] / doc / install / install-keep-balance.html.textile.liquid
index 072d2b9b593b2df41a45c0102f7ec15eb2652508..1d9b654b25c285d13ba51b843fb0c53b4ad26b4a 100644 (file)
@@ -30,13 +30,13 @@ If you are installing keep-balance on an existing system with valuable data, you
 
 h2(#update-config). Update the cluster config
 
-Edit the cluster config at @/etc/arvados/config.yml@ and set @Services.Keepbalance.InternalURLs@.  This port is only used to publish metrics.
+Edit the cluster config at @config.yml@ and set @Services.Keepbalance.InternalURLs@.  This port is only used to publish metrics.
 
 <notextile>
 <pre><code>    Services:
       Keepbalance:
         InternalURLs:
-          "http://keep.ClusterID.example.com:9005/": {}
+          "http://<span class="userinput">keep.ClusterID.example.com</span>:9005/": {}
 </code></pre>
 </notextile>