summaryrefslogtreecommitdiff
path: root/docs/Extending-Models.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Extending-Models.md')
-rw-r--r--docs/Extending-Models.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Extending-Models.md b/docs/Extending-Models.md
index 4f59f69..0707157 100644
--- a/docs/Extending-Models.md
+++ b/docs/Extending-Models.md
@@ -1,6 +1,6 @@
# Extending and Customizing Oxidized Models
-Oxidized supports a growing list of [operating system types](Supported-Os-Types.md). Out of the box, most model implementations collect configuration data. Some implementations also include a conservative set of additional commands that collect basic device information (device make and model, software version, licensing information, ...) which are appended to the configuration as comments.
+Oxidized supports a growing list of [operating system types](Supported-OS-Types.md). Out of the box, most model implementations collect configuration data. Some implementations also include a conservative set of additional commands that collect basic device information (device make and model, software version, licensing information, ...) which are appended to the configuration as comments.
A user may wish to extend an existing model to collect the output of additional commands. Oxidized offers smart loading of models in order to facilitate this with ease, without the need to introduce changes to the upstream source code.