diff options
-rw-r--r-- | doc/src/sgml/ref/alter_collation.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_collation.sgml b/doc/src/sgml/ref/alter_collation.sgml index 159f7e7472e..71cf4de802a 100644 --- a/doc/src/sgml/ref/alter_collation.sgml +++ b/doc/src/sgml/ref/alter_collation.sgml @@ -94,7 +94,7 @@ ALTER COLLATION <replaceable>name</replaceable> SET SCHEMA <replaceable>new_sche <para> Updated the collation version. See <xref linkend="sql-altercollation-notes" - endterm="sql-altercollation-notes"> below. + endterm="sql-altercollation-notes-title"> below. </para> </listitem> </varlistentry> @@ -102,7 +102,7 @@ ALTER COLLATION <replaceable>name</replaceable> SET SCHEMA <replaceable>new_sche </refsect1> <refsect1 id="sql-altercollation-notes"> - <title>Notes</title> + <title id="sql-altercollation-notes-title">Notes</title> <para> When using collations provided by the ICU library, the ICU-specific version |