Skip to content
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

Update links after renaming the repo #396

Closed

Conversation

mariolenz
Copy link
Collaborator

@mariolenz mariolenz commented Sep 18, 2020

SUMMARY

After renaming this repository from vmware to community.vmware (#151), we should update links accordingly.

ISSUE TYPE
  • Docs Pull Request
ADDITIONAL INFORMATION
grep -R https://github.com/ansible-collections/vmware * | cut -d ':' -f 1 | sort | uniq | while read FILE
do
  sed -i 's#https://github.com/ansible-collections/vmware#https://github.com/ansible-collections/community.vmware#' $FILE
done

@mariolenz
Copy link
Collaborator Author

mariolenz commented Sep 18, 2020

@Akasurde
You've issued PR #377 lately, but the repository has been renamed since. Maybe you should check my changes in order to make sure I didn't break any of your link fixes.

@goneri
Copy link
Member

goneri commented Sep 22, 2020

#371 introduces a new tox environment that will simplify that. You actually just need to run: tox -e add_docs to regenerate the documentation.

@mariolenz mariolenz closed this Sep 22, 2020
@mariolenz mariolenz deleted the followup_issue151_pr377 branch September 22, 2020 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants