-
Notifications
You must be signed in to change notification settings - Fork 16
Fix repo url #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix repo url #14
Conversation
galaxy.yml
Outdated
| repository: https://github.com/redhat-cop/controller_configuration/ | ||
| issues: https://github.com/redhat-cop/controller_configuration//issues | ||
| repository: https://github.com/redhat-cop/infra.controller_configuration/ | ||
| issues: https://github.com/redhat-cop/infra.controller_configuration//issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks like a double slash at some point got put in here, while you are at it could you fix that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@djdanielsson Thank you for reviewing. I fixed it.
|
Needs updated links are broken, and other pieces need to be fixed |
|
@sean-m-sullivan Do you think should I fix other links by this PR? e.g.
|
djdanielsson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Oops didn't see the comments until after I hit merge cuz I saw the change I had wanted was done |
|
If it needed, I will fix other links by an other PR. |
* feat: allow export only inventory * fix: missing dashes * fix: remove the blocks * feat: allow to customize exported JT * feat: allow to customize exported WF * feat: allow to customize exported schedule * feat: allow to customize exported project * feat: allow to customize exported team description * feat: allow to customize exported user details * feat: allow to customize exported organization description * feat: allow to customize exported inventory source * feat: allow to customize exported inventory * feat: allow to customize exported hosts * feat: allow to customize exported groups * feat: allow to customize exported execution environemnts * feat: allow to customize exported credentials * feat: allow to customize exported credential types * feat: allow to customize exported applications * misc: documentation related to feature * fix: indentation * misc: example of usage new dictionaries, modify name of dicts to proper * fix: missing/overlooked code * Update roles/filetree_create/README.md * fix: remove blank space * misc: remove global option for credential * fix: missing description override from resources, typo --------- Co-authored-by: Przemyslaw Kalitowski <[email protected]> Co-authored-by: Tom Page <[email protected]>
What does this PR do?
Now the repo url https://github.com/redhat-cop/controller_configuration is redirected to https://github.com/redhat-cop/infra.aap_configuration.
So I fixed the repo url of
infra.controller_configurationto https://github.com/redhat-cop/infra.controller_configuration in docs.How should this be tested?
Is there a relevant Issue open for this?
Other Relevant info, PRs, etc