diff --git a/octodns/provider/azuredns.py b/octodns/provider/azuredns.py index 765ccb4..4dbf213 100644 --- a/octodns/provider/azuredns.py +++ b/octodns/provider/azuredns.py @@ -18,6 +18,6 @@ except ModuleNotFoundError: logger.exception('AzureProvider has been moved into a seperate module, ' 'octodns_azure is now required. Provider class should ' 'be updated to octodns_azure.AzureProvider. See ' - 'https://github.com/octodns/octodns/README.md#updating-' + 'https://github.com/octodns/octodns#updating-' 'to-use-extracted-providers for more information.') raise