From: nolade Date: Thu, 7 May 2026 16:47:17 +0000 (-0400) Subject: doc-v4: Fix & update broken links/fragments in online v4 docs at freeradius.org X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=072e0b9bbcd678d8f8cf4403cfd7ebf36cfc2cd7;p=thirdparty%2Ffreeradius-server.git doc-v4: Fix & update broken links/fragments in online v4 docs at freeradius.org --- diff --git a/doc/antora/modules/ROOT/pages/index.adoc b/doc/antora/modules/ROOT/pages/index.adoc index 865951a2e8c..42bdd84f1d3 100644 --- a/doc/antora/modules/ROOT/pages/index.adoc +++ b/doc/antora/modules/ROOT/pages/index.adoc @@ -1,7 +1,7 @@ = Introduction This FreeRADIUS version 4 documentation is available under -the Creative Commons Non-Commercial xref:LICENSE[license]. +the Creative Commons Non-Commercial https://creativecommons.org/licenses/by-nc/4.0/[license]. [WARNING] ==== diff --git a/doc/antora/modules/howto/nav.adoc b/doc/antora/modules/howto/nav.adoc index e3a5d4a51c6..6e0735da52c 100644 --- a/doc/antora/modules/howto/nav.adoc +++ b/doc/antora/modules/howto/nav.adoc @@ -33,7 +33,7 @@ **** xref:howto:upgrade/modules.adoc#rlm_sql[SQL] ***** xref:howto:upgrade/modules.adoc#profiles[Profiles] ***** xref:howto:upgrade/modules.adoc#rlm_sql_mysql[MYSQL] -***** xref:howto:upgrade/modules.adoc#PostgreSQL[PostgreSQL] +***** xref:howto:upgrade/modules.adoc#rlm_sql_postgresql[PostgreSQL] **** xref:howto:upgrade/modules.adoc#rlm_sqlcounter[SQL-Counter] **** xref:howto:upgrade/modules.adoc#rlm_sqlippool[SQL-IP-POOL] **** xref:howto:upgrade/modules.adoc#rlm_unix[Unix] diff --git a/doc/antora/modules/howto/pages/upgrade/modules.adoc b/doc/antora/modules/howto/pages/upgrade/modules.adoc index f151858ff37..ae1befe02d3 100644 --- a/doc/antora/modules/howto/pages/upgrade/modules.adoc +++ b/doc/antora/modules/howto/pages/upgrade/modules.adoc @@ -412,7 +412,7 @@ deprecated in 3.0.16. Instead, use `attribute-name`. See `mods-available/sqlippool` for more information. -[#unix] +[#rlm_unix] === rlm_unix The `unix` module uses an expansion `%unix.group()` instead of diff --git a/doc/antora/modules/reference/pages/xlat/misc/misc.adoc b/doc/antora/modules/reference/pages/xlat/misc/misc.adoc index a85311f72de..ff85d4f4e42 100644 --- a/doc/antora/modules/reference/pages/xlat/misc/misc.adoc +++ b/doc/antora/modules/reference/pages/xlat/misc/misc.adoc @@ -11,6 +11,7 @@ matches in `%regex.match()`. This function is the same as using `%{string =~ /pattern/}`. However, this function is included for completeness. +[#regex_0_32] == %regex.match(0)+..+%regex.match(32) `%regex.match(0)` expands to the portion of the subject that matched the last regular @@ -26,7 +27,7 @@ Return named subcapture value from the last regular expression evaluated. Results of named capture groups are available using the `%regex.match(}` expansion. They will also be accessible using the numbered expansions -described xref:xlat/misc/misc.adoc#_0_32[above]. +described xref:xlat/misc/misc.adoc#regex_0_32[above]. Every time a regular expression is evaluated, whether it matches or not, the named capture group values will be cleared.