diff options
author | Peter Eisentraut | 2019-02-15 16:29:41 +0000 |
---|---|---|
committer | Peter Eisentraut | 2019-02-15 16:29:41 +0000 |
commit | b060e6c1f5b4609718468a0b6562dd03db26ea46 (patch) | |
tree | fd26853ad707369d0eea30cab933da0504646ca3 | |
parent | 8f27a14b1bd3d906144356ce19e33a2fd0095141 (diff) |
doc: Update README.links
The guideline to "not use text with <ulink> so the URL appears in
printed output" is obsolete, since the URL appears as a footnote in
printed output in that case.
Reported-by: Chapman Flack <[email protected]>
Discussion: https://www.postgresql.org/message-id/[email protected]
-rw-r--r-- | doc/src/sgml/README.links | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/README.links b/doc/src/sgml/README.links index f64b8573169..388fdc6ee64 100644 --- a/doc/src/sgml/README.links +++ b/doc/src/sgml/README.links @@ -1,6 +1,6 @@ <!-- doc/src/sgml/README.links --> -Linking within SGML documents can be confusing, so here is a summary: +Linking within DocBook documents can be confusing, so here is a summary: Intra-document Linking @@ -41,6 +41,5 @@ Guidelines ---------- o If you want to supply text, use <link>, else <xref> -o Do not use text with <ulink> so the URL appears in printed output o Specific nouns like GUC variables, SQL commands, and contrib modules usually have xreflabels |