1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Link all of the extration help messages to the README section

This commit is contained in:
Ross McFarland
2022-01-25 19:03:18 -08:00
parent e155ba9326
commit 7ad1a8389f
19 changed files with 57 additions and 19 deletions

View File

@@ -18,5 +18,7 @@ except ModuleNotFoundError:
logger.exception('DnsMadeEasyProvider has been moved into a seperate '
'module, octodns_dnsmadeeasy is now required. Provider '
'class should be updated to '
'octodns_dnsmadeeasy.DnsMadeEasyProvider')
'octodns_dnsmadeeasy.DnsMadeEasyProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'to-use-extracted-providers for more information.')
raise