]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doc-v4: Fix & update broken links/fragments in online v4 docs at freeradius.org
authornolade <nola.aunger@inkbridge.io>
Thu, 7 May 2026 16:47:17 +0000 (12:47 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 20 May 2026 16:21:45 +0000 (11:21 -0500)
doc/antora/modules/ROOT/pages/index.adoc
doc/antora/modules/howto/nav.adoc
doc/antora/modules/howto/pages/upgrade/modules.adoc
doc/antora/modules/reference/pages/xlat/misc/misc.adoc

index 865951a2e8c0b11f37c03c2d7d432240f3c4c7a6..42bdd84f1d3c4a6586a2edab477c206f77a759e8 100644 (file)
@@ -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]
 ====
index e3a5d4a51c6d83d38995cc550003e9c0b687109f..6e0735da52cf5561bd76e2f0b2b570cf5c554032 100644 (file)
@@ -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]
index f151858ff3710a69b583828771da6802e7a6df78..ae1befe02d3cdc7404aebfea53885c3cd71b4014 100644 (file)
@@ -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(<name>)` instead of
index a85311f72ded42e0053ca1e5324153051a9226df..ff85d4f4e42b206920763d2d18e7ede5643b22f9 100644 (file)
@@ -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(<named capture
 group>}` 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.