saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Install Salt from the Salt package repositories here:
https://docs.saltproject.io/salt/install-guide/en/latest/
Apache License 2.0
14.2k stars 5.48k forks source link

[3006.x] fix salt.ufw path in firewall.rst #67019

Open Xenon-Blu opened 3 weeks ago

Xenon-Blu commented 3 weeks ago

What does this PR do?

Fixes hyperlink path for the salt.ufw file in the Firewalls tutorial page

What issues does this PR fix or reference?

Broken hyperlink on tutorial page for firewalls

Previous Behavior

Points to https://github.com/saltstack/salt/blob/master/pkg/salt.ufw, which is a dead link

New Behavior

Points to https://github.com/saltstack/salt/blob/master/pkg/common/salt.ufw, which is the intended file

Merge requirements satisfied?

Commits signed with GPG?

Yes

dmurphy18 commented 3 weeks ago

@Xenon-Blu This PR requires a changelog entry and tests

Xenon-Blu commented 3 weeks ago

I am new to GitHub's test suite and not sure what kind of unit test this fix needs, but I made a changelog entry. Could I have assistance with continuing this? This is my first contribution here and I am happy to learn!