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

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