diff --git a/src/docs/user/cluster/cluster_ssh.diviner b/src/docs/user/cluster/cluster_ssh.diviner --- a/src/docs/user/cluster/cluster_ssh.diviner +++ b/src/docs/user/cluster/cluster_ssh.diviner @@ -26,7 +26,7 @@ First, deploy the Phabricator software and configuration to a host, then register the host as a cluster device if it is not already registered (for -help, see @{article:Cluster: Devices}. +help, see @{article:Cluster: Devices}.) Once the host is registered, start the SSH server, and then add the host to the SSH load balancer pool. @@ -36,7 +36,7 @@ You may also want to run web services on these hosts, since the service is very similar to SSH, also stateless, and it may be simpler to load balance the -services together. For details, see @{cluster: Web Servers}. +services together. For details, see @{article:Cluster: Web Servers}. Next Steps diff --git a/src/docs/user/cluster/cluster_webservers.diviner b/src/docs/user/cluster/cluster_webservers.diviner --- a/src/docs/user/cluster/cluster_webservers.diviner +++ b/src/docs/user/cluster/cluster_webservers.diviner @@ -24,7 +24,7 @@ First, deploy the Phabricator software and configuration to a host, then register the host as a cluster device if it is not already registered (for -help, see @{article:Cluster: Devices}. +help, see @{article:Cluster: Devices}.) Once the host is registered, start the web server, and then add the host to the load balancer pool. @@ -34,7 +34,7 @@ You may also want to run SSH services on these hosts, since the service is very similar to HTTP, also stateless, and it may be simpler to load balance the -services together. For details, see @{cluster:SSH Servers}. +services together. For details, see @{article:Cluster: SSH Servers}. Next Steps