diff options
author | Phil Pennock <pdp@exim.org> | 2018-09-09 22:24:39 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2018-09-09 22:24:39 -0400 |
commit | 6c6b39bad5176fdfa5df1f194103a49fb19481c6 (patch) | |
tree | 0d606a6547bd39dd2955634fb8f906f710613df4 /doc | |
parent | 624f33dfeab938e907251e3cc3062aa45353384f (diff) |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 |
1 files 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 |