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

Correct the extraction warning links in the rest of the providers

This commit is contained in:
Ross McFarland
2022-01-26 14:29:02 -08:00
parent e59d3b5163
commit 25c6569a04
23 changed files with 23 additions and 23 deletions

View File

@@ -19,6 +19,6 @@ except ModuleNotFoundError:
'module, octodns_digitalocean is now required. Provider '
'class should be updated to '
'octodns_digitalocean.DigitalOceanProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.')
raise