ansible-network / network-engine

This role provides the foundation for building network roles by providing modules and plugins that are common to all Ansible Network roles.
GNU General Public License v3.0
112 stars 53 forks source link

Broken link for parser_directives documentation under command_parser.md #232

Open justinhaef opened 5 years ago

justinhaef commented 5 years ago

ISSUE TYPE

ANSIBLE VERSION

ansible --version
ansible 2.7.8

ansible-galaxy list | grep ansible.network
ansible-network.network-engine, v2.7.5

Network OS

SUMMARY

Broken Link at (https://github.com/ansible-network/network-engine/blob/devel/docs/user_guide/command_parser.md#sample-parser-templates) for "Parser templates for the command_parser module in the Network Engine role use YAML syntax. To write a parser template, follow the parser_directives documentation."

STEPS TO REPRODUCE

Currently - parser_directives documentation

Should - parser_directives documentation

EXPECTED RESULTS

Simple fix, looks like you just need to remove /user_guide/docs from the URL.

ACTUAL RESULTS

Broken link.

trishnaguha commented 5 years ago

resolved_by_pr https://github.com/ansible-network/network-engine/pull/241