Skip to content

Commit 7680188

Browse files
authored
Fix broken link
Due new pluggable provider code structure, the link to the Amazon::CloudManager class was broken
1 parent 886b9dc commit 7680188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

architecture/providers_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ From a simple point of view, an [ExtManagementSystem](https://github.com/ManageI
1414

1515
Conceptually, a manager is any system that ManageIQ integrates with for the purpose of collecting data and performing operations.
1616

17-
An example of a manager is Amazon Cloud Manager, known in ManageIQ as [Amazon::CloudManager](https://github.com/ManageIQ/manageiq/blob/master/app/models/manageiq/providers/amazon/cloud_manager.rb).
17+
An example of a manager is Amazon Cloud Manager, known in ManageIQ as [Amazon::CloudManager](https://github.com/ManageIQ/manageiq-providers-amazon/blob/master/app/models/manageiq/providers/amazon/cloud_manager.rb).
1818

1919
## Provider Manager Types
2020

0 commit comments

Comments
 (0)