summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2019-03-29 12:36:24 +0000
committerPeter Eisentraut2019-03-29 12:36:24 +0000
commitc0a2ff474a47216031d1835f5878fa4f445f44fe (patch)
treedcc59645af9d20bdffedc951f727b976225fa444
parent41b54ba78e8c4d64679ba4daf82e4e2efefe1922 (diff)
doc: Refine README.links further
suggested by Chapman Flack <[email protected]>
-rw-r--r--doc/src/sgml/README.links10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/src/sgml/README.links b/doc/src/sgml/README.links
index 388fdc6ee64..db6577d2436 100644
--- a/doc/src/sgml/README.links
+++ b/doc/src/sgml/README.links
@@ -40,6 +40,10 @@ url=
Guidelines
----------
-o If you want to supply text, use <link>, else <xref>
-o Specific nouns like GUC variables, SQL commands, and contrib modules
- usually have xreflabels
+- For an internal link, if you want to supply text, use <link>, else
+ <xref>.
+
+- Specific nouns like GUC variables, SQL commands, and contrib modules
+ usually have xreflabels.
+
+- For an external link, use <ulink>, with or without link text.