Skip to content

Commit

Permalink
fixed some broken links to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter McGowan committed Jun 14, 2017
1 parent 10bf382 commit d36b556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enforcing_anti_affinity_rules/chapter.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Automate method should be run from a button visible on the VM details page.

=== Solution

We can achieve the task in the following way (the entire script is link:scripts/enforce_anti_affinity.rb[here]). We'll define two methods internally within our Ruby script, `relocate_vm` and `send_email`. Our main code will be a simple iteration loop.
We can achieve the task in the following way (the entire script is link:https://github.com/pemcg/mastering-automation-in-cloudforms-4.2-and-manageiq-euwe/tree/master/enforcing_anti_affinity_rules/scripts[here]). We'll define two methods internally within our Ruby script, `relocate_vm` and `send_email`. Our main code will be a simple iteration loop.

==== relocate_vm

Expand Down
2 changes: 1 addition & 1 deletion service_hierarchies/chapter.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ rescue => err
end
----

The scripts in this chapter are available link:scripts[here]
The scripts in this chapter are available link:https://github.com/pemcg/mastering-automation-in-cloudforms-4.2-and-manageiq-euwe/tree/master/service_hierarchies/scripts[here]

===== Putting it all together

Expand Down

0 comments on commit d36b556

Please sign in to comment.