]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix references now that "unlang" has moved
authorAlan T. DeKok <aland@freeradius.org>
Mon, 21 Dec 2020 19:19:02 +0000 (14:19 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 21 Dec 2020 19:19:02 +0000 (14:19 -0500)
doc/antora/modules/ROOT/pages/index.adoc
doc/antora/modules/raddb/pages/format.adoc
doc/antora/modules/tutorials/pages/unlang_return_codes.adoc
doc/antora/modules/tutorials/pages/unlang_splitting_strings.adoc
doc/antora/modules/tutorials/pages/unlang_update_blocks_and_conditions.adoc
doc/antora/modules/tutorials/pages/variables.adoc

index 8b013608306f129aeecaa24e9cf4b47e3b3d4a24..4257a3656866733d51c014a0abf81bcf3b6f3ddf 100644 (file)
@@ -38,7 +38,7 @@ desired outcome. At a high level, the subject areas describe:
 
 * xref:concepts:index.adoc[Concepts] and introduction for newcomers.
 * xref:installation:index.adoc[Installing] and xref:installation:upgrade.adoc[upgrading] FreeRADIUS.
-* The syntax of the xref:unlang:index.adoc[unlang] processing language.
+* The syntax of the xref:reference:unlang/index.adoc[unlang] processing language.
 * The xref:raddb:index.adoc[configuration files] located in `/etc/raddb/`, or `/etc/freeradius/`
 * Various xref:howto:index.adoc[how-to] guides.
 * xref:developers:index.adoc[Developer documentation].
@@ -106,7 +106,7 @@ xref:concepts:index.adoc[concepts section] as it describes the concepts behind
 FreeRADIUS. It is vital for newcomers to understand these concepts, as the rest
 of the documentation assumes familiarity with them.
 
-A detailed xref:unlang:index.adoc[unlang] reference guide is also available.
+A detailed xref:reference:unlang/index.adoc[unlang] reference guide is also available.
 This section describes the syntax and functionality of the keywords,
 data types, etc. used in the `unlang` processing language.
 
index b82762b85b58fb8695446168e6ecdef224067bca..756a65ff97af64eb4f6ef03da95ad70e8f5389af 100644 (file)
@@ -11,7 +11,7 @@ management purpose.  However, the files are all part of the global
 is completely independent of the _file contents_.
 
 The configuration files also include the
-xref:unlang:index.adoc[unlang] policies.  While those policies have a
+xref:reference:unlang/index.adoc[unlang] policies.  While those policies have a
 similar format as described here, the formats ar not exactly the same.
 
 == Comments and Blank Lines
index 854d87857d53335a02c956aa74710553c2b8954d..f2ec069c1717dce820ec2c5c1b13e9c9292763e6 100644 (file)
@@ -10,9 +10,9 @@
 
 *`man` page:* unlang
 
-- xref:unlang:condition/index.adoc[Conditional Expressions]
-- xref:unlang:return_codes[Return Codes]
-- xref:unlang:condition/return_code.adoc[The Return Code Operator]
+- xref:reference:unlang/condition/index.adoc[Conditional Expressions]
+- xref:reference:unlang/return_codes[Return Codes]
+- xref:reference:unlang/condition/return_code.adoc[The Return Code Operator]
 - xref:raddb:mods-available/always.adoc[The Always Module]
 - xref:raddb:mods-available/sometimes.adoc[The Sometimes Module]
 
@@ -33,7 +33,7 @@ To minimise external dependencies, for this exercise we will use the
 xref:raddb:mods-available/sometimes.adoc[sometimes] module to simulate an
 unreliable external database.
 
-This module will return a specified xref:unlang:return_codes[return code] 50%
+This module will return a specified xref:reference:unlang/return_codes[return code] 50%
 of the time.
 
 Create an instance of the sometimes module called `bad_ldap`.
@@ -61,7 +61,7 @@ If the policies are correct you will see that FreeRADIUS returns an
     sometimes module?
 2.  Looking through the unlang keyword list, do you see any of keywords
     that might produce similar fail-over behaviour as the behaviour
-    configured above xref:unlang:keywords.adoc[Keywords].
+    configured above xref:reference:unlang/keywords.adoc[Keywords].
 
 
 // Copyright (C) 2020 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
index 1f857e54c70130a803738f6196147501cc7fdb21..85277d33d6b896d51bda653415d68e812aedf19a 100644 (file)
@@ -12,9 +12,9 @@
 
 *documentation page(s):*
 
-- xref:unlang:condition/index.adoc[Conditions]
-- xref:unlang:condition/regex.adoc[Regular expressions]
-- xref:unlang:update.adoc[The Update Statement]
+- xref:reference:unlang/condition/index.adoc[Conditions]
+- xref:reference:unlang/condition/regex.adoc[Regular expressions]
+- xref:reference:unlang/update.adoc[The Update Statement]
 
 include::partial$unlang_start.adoc[]
 
index 09ca6da7d8edb703b50dcaba9f7429a05a9f9bc8..55a36b60f8b7b532eac2412a7144fd87735d4640 100644 (file)
 
 *documentation page(s):*
 
-- xref:unlang:condition/index.adoc[Conditions]
-- xref:unlang:update.adoc[The Update Statement]
+- xref:reference:unlang/condition/index.adoc[Conditions]
+- xref:reference:unlang/update.adoc[The Update Statement]
 
 include::partial$unlang_start.adoc[]
 include::partial$common_control_attrs_sidebar.adoc[]
 
 Unlang `update` blocks are used to update one or attributes in one
-of the server's xref:unlang:list.adoc[attribute lists].
+of the server's xref:reference:unlang/list.adoc[attribute lists].
 
 In previous tutorials we've used the `files` modules, and the authorize
 methods of authentication modules such as `pap` and `chap` to alter how
index d60b3685c323afa2c2048c0cdba7610eef826cea..01b859fa1c00cea34b0d7989feab04342c9b34bb 100644 (file)
@@ -12,7 +12,7 @@
 
 *`man` page:* `radiusd.conf`
 
-*documentation page:* xref:unlang:xlat/index.adoc[String expansions]
+*documentation page:* xref:reference:unlang/xlat/index.adoc[String expansions]
 
 There are two kinds of variables within the server. The first is within
 `radiusd.conf` and related files. These variables are referenced via the