Properly reference yaml.org

This commit is contained in:
ScriptAutomate 2020-09-05 00:53:45 -05:00 committed by Daniel Wozniak
parent cf66a4c1d7
commit 75f90bd72b
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
.. meta::
:description: Network automation is a continuous process of automating the configuration, management and operations of a computer network. Most network devices can be managed via Salt Proxy Minions using Salt SSH. However, some vendors allow for a Salt Minion to be installed directly.
:keywords: network configuration automation, netops, configuration management, cisco, junos, napalm
:keywords: network configuration automation, netops, juniper, configuration management, cisco, junos, napalm
.. _network-automation:

View file

@ -15,7 +15,7 @@ What is YAML
What does YAML stand for? It's an acronym for *YAML Ain't Markup Language*.
`The Official YAML Website <yaml.org>`_ defines YAML as:
`The Official YAML Website <https://yaml.org>`_ defines YAML as:
*...a human friendly data serialization*
*standard for all programming languages.*