summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWild Kat <wk@futureinquestion.net>2018-03-14 22:05:07 +0100
committerWild Kat <wk@futureinquestion.net>2018-03-14 22:05:07 +0100
commit94b6638542d98169f9502089f153c0b5e63b3b5f (patch)
tree3cfcd30f8b43bd18a8b80162668af881e4f9f4dc /docs
parent1d4e44f28fab2567f3f2692b281c4163c0e9f6ba (diff)
fix a typo that broke a link within new documentation
Diffstat (limited to 'docs')
-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.