diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-18 15:37:04 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-18 19:09:32 (GMT) |
commit | c36910476a9c41c22b0abaa028b0dd2a8f7d7e40 (patch) | |
tree | e0292c03ed1ef3fa2e730fab28633473ba44cbcf /Help/policy | |
parent | 391c53a851eaffae40b210c3cdefd31d86b45f90 (diff) | |
download | CMake-c36910476a9c41c22b0abaa028b0dd2a8f7d7e40.zip CMake-c36910476a9c41c22b0abaa028b0dd2a8f7d7e40.tar.gz CMake-c36910476a9c41c22b0abaa028b0dd2a8f7d7e40.tar.bz2 |
Help: remove links from pages to themselves
At least the top-reference links. Internal `:ref:` usages have been left
intact.
Diffstat (limited to 'Help/policy')
-rw-r--r-- | Help/policy/CMP0053.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0053.rst b/Help/policy/CMP0053.rst index 9b18b2d..58500d6 100644 --- a/Help/policy/CMP0053.rst +++ b/Help/policy/CMP0053.rst @@ -20,7 +20,7 @@ cleaned up to simplify the behavior. Specifically: the characters ``_``, ``.``, ``/``, ``-``, and ``+``. Note that ``$`` is technically allowed in the ``NEW`` behavior, but is invalid for ``OLD`` behavior. This is due to an oversight during the - implementation of :policy:`CMP0053` and its use as a literal variable + implementation of ``CMP0053`` and its use as a literal variable reference is discouraged for this reason. Variables with other characters in their name may still be referenced indirectly, e.g. |