From 6c6b39bad5176fdfa5df1f194103a49fb19481c6 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Sun, 9 Sep 2018 22:24:39 -0400 Subject: [PATCH] docs: unbreak spec build I've created a homebrew tap with sdop and xfpt in it, so I can install those more easily on macOS in the future, and now have bothered actually building the docs. `.url()` should have been `&url()` in two places. The `make spec.pdf` pipeline yields a document where those are not clickable links, but if i use `make spec.ps` and let macOS auto-convert to PDF upon open, those are proper clickable hyperlinks. So this switch is definitely for the better. --- doc/doc-docbook/spec.xfpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 8ae08e787..08f27ddaf 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -509,7 +509,7 @@ message to the &'exim-dev'& mailing list and have it discussed. .cindex "distribution" "https site" The master distribution site for the Exim distribution is .display -.url(https://downloads.exim.org/) +&url(https://downloads.exim.org/) .endd The service is available over HTTPS, HTTP and FTP. We encourage people to migrate to HTTPS. @@ -28125,7 +28125,7 @@ The Apache web-server was for a long time the canonical guide, so their documentation is a good place to start; their SSL module's Introduction document is currently at .display -.url(https://httpd.apache.org/docs/current/ssl/ssl_intro.html) +&url(https://httpd.apache.org/docs/current/ssl/ssl_intro.html) .endd and their FAQ is at .display -- 2.30.2