]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix links
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Tue, 25 Sep 2018 20:23:51 +0000 (21:23 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Tue, 25 Sep 2018 20:34:24 +0000 (21:34 +0100)
raddb/README.md
raddb/UPGRADE.md

index de6d02c5ddd1bb88b34f89a7966f21430158ac48..a7f5b927bfa4ec4fe5ce2ab0868c2bdbdd3813e0 100644 (file)
@@ -28,8 +28,8 @@ in v3 and earlier releases, we had the following limitations:
 
 All of these limitations and more have been removed.  The downside of
 these changes is that the some of the configuration has been changed.
-Please see the `UPGRADE.md` file for instructions on how to migrate a
-v3 configuration to v4.
+Please see the [`UPGRADE.md`](UPGRADE.md) file for instructions on
+how to migrate a v3 configuration to v4.
 
 ## Configuring the server
 
@@ -60,11 +60,11 @@ than to make massive changes, and then to spend weeks debugging it.
 The files in this directory are organized into logical groups, as
 follows.
 
-* `mods-available` - [Available modules](mods-available/README.adoc), with example configuration.
+* `mods-available/` - [Available modules](mods-available/README.md), with example configuration.
 
-* `mods-enabled/` - Enabled modules that are being used by FreeRADIUSx.
+* `mods-enabled/` - Enabled modules that are being used by FreeRADIUS.
 
-* `sites-available/` - [Available virtual servers](sites-available/README.adoc), with example configuration.
+* `sites-available/` - [Available virtual servers](sites-available/README.md), with example configuration.
 
 * `sites-enabled/` - Enabled virtual servers that are being used by FreeRADIUS.
 
@@ -146,7 +146,8 @@ Note that unlike v3, there are no longer any `authorize`,
 been renamed.  This change was necessary in order to simplify the
 operation of the server, and to better support multiple protocols.
 
-Please see the `UPGRADE.md` file for more information about these changes.
+Please see the [`UPGRADE.md`](UPGRADE.md) file for more
+information about these changes.
 
 The `sites-available/` directory contains many files.  Each file is a
 worked example of how to achieve a particular goal using FreeRADIUS.
index 95414cd366dd2bcf5a97bed8f6387b26cd986174..c51a164fd3bf0ee56a9d897652d59bf1abbbb3ba 100644 (file)
@@ -14,6 +14,8 @@ In general, we have the following changes:
 * Packet processing sections are now `recv Access-Request`, etc.  Not `authorize`, etc.
 * each `listen` section needs to be converted to the v4 format
 
+## Upgrading from older versions
+
 ### Upgrading from v3
 
 When upgrading, please start with the default configuration of v4.
@@ -47,8 +49,9 @@ last in any `send Access-Reject section.
 The `log` section has been updated to remove many configuration items
 which are specific to RADIUS, and to Access-Request packets.  Please
 see `sites-available/default`, and look for the `Access-Request`
-subsection there.  See also `templates.conf` for a way to regain one
-global configuration for Access-Request packets.
+subsection there.  See also [`templates.conf`](templates.conf) for
+a way to regain one global configuration for Access-Request
+packets.
 
 ## Virtual Servers
 
@@ -503,7 +506,7 @@ All data received from the network is marked "tainted" by default.
 ### rlm_rest
 
 `REST-HTTP-Code` is now inserted into the `&request:` list instead of the `&reply:`
-list, to be compliant with the [list usage](http://wiki.freeradius.org/contributing/List-Usage) guidelines.
+list, to be compliant with the [list usage](http://wiki.freeradius.org/guide/List-Usage) guidelines.
 
 ### rlm_sql