]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
docs-v4: Fix make docsite errors
authornolade <nola.aunger@inkbridge.io>
Wed, 16 Jul 2025 20:36:31 +0000 (16:36 -0400)
committerAlan DeKok <aland@freeradius.org>
Tue, 29 Jul 2025 13:30:47 +0000 (09:30 -0400)
doc/antora/modules/reference/pages/raddb/mods-available/index.adoc
doc/antora/modules/reference/pages/raddb/policy.d/at_reference.adoc

index 5a21ea73e6b9f987cf1bb2c196b1ff14afd3e119..fa1dbf0b5e79326475e9e550bb8d5a6f86e7717e 100644 (file)
@@ -130,11 +130,11 @@ a virtual server can contain a reference to the `radius` module.  In
 most cases, this reference will (of course) call the `radius` module.
 
 In some cases, it is necessary to have module-specific policies.  The
-xref:unlang/policy.d/policy_method.adoc[policy override] syntax allows
+xref:raddb/policy.d/method.adoc[policy override] syntax allows
 for policies to be added around a module, or to override a module
 method.
 
-In addition, the xref:unlang/policy.d/at_reference.adoc[@policy] references
+In addition, the xref:raddb/policy.d/at_reference.adoc[@policy] references
 allow for policies to be placed in the module configuration file,
 which helps to better organize module-specific configurations and
 policies.
index dc2b8f15056180e7a6175600a722c03008c2aee2..694a33435bec818d4b0397cfe4c1d5eada19a444 100644 (file)
@@ -5,24 +5,24 @@ of policies.  It allows for module-specific policies to be placed in a
 module configuration file.
 
 [NOTE]
-===
+====
 There is no functional difference between an `@policy`, and a policy
 located in the `policy.d/` directory.  The only difference is their
 location in the file system.
-===
+====
 
 The `@policy` functionality is used when it is necessary to "wrap" a
 module in a policy not just once, but every time the module is called.
 
-=== Module Method Overrides
+== Module Method Overrides
 
 Thge `@policy` syntax be used in conjunction with the
-xref:unlang/policy.d/method.adoc[method override] syntax to
+xref:raddb/policy.d/method.adoc[method override] syntax to
 override a module, but only when it is called from a specific
 processing section.
 
 The combination of the `@policy`, `unlang` and
-xref:unlang/policy.d/method.adoc[override] allows for
+xref:raddb/policy.d/method.adoc[override] allows for
 extremely complex policies to be created in a very simple manner.
 
 == Worked Example
@@ -65,7 +65,7 @@ places.  It is easy to miss making one change, which means that the
 various configurations behave differently.
 
 It is better instead to use the `@policy` syntax along with the
-xref:unlang/policy.d/method.adoc[method override] syntax, to
+xref:raddb/policy.d/method.adoc[method override] syntax, to
 "wrap" the `sql` module in a xref:unlang/timeout.adoc[timeout]
 section.  Even better, this `@policy` can be listed in the `sql`
 module configuration file, and does not need to be in the `policy.d/`