diff options
author | Thomas Bechtold <tbechtold@suse.com> | 2014-09-27 11:05:24 +0200 |
---|---|---|
committer | Thomas Bechtold <tbechtold@suse.com> | 2014-09-27 11:05:24 +0200 |
commit | 23b61876f84bd318735ede4a91a64a81b50ee8a6 (patch) | |
tree | 8418dfc4d0be85a57edb412b8392bd2c7c593d94 /doc/sources | |
parent | b76866ad72d433cc9008a137c464c7ed44401549 (diff) | |
download | vyos-cloud-init-23b61876f84bd318735ede4a91a64a81b50ee8a6.tar.gz vyos-cloud-init-23b61876f84bd318735ede4a91a64a81b50ee8a6.zip |
Fix link for config_drive doc
The current link does no longer work.
Diffstat (limited to 'doc/sources')
-rw-r--r-- | doc/sources/configdrive/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sources/configdrive/README.rst b/doc/sources/configdrive/README.rst index 797872ad..48ff579d 100644 --- a/doc/sources/configdrive/README.rst +++ b/doc/sources/configdrive/README.rst @@ -120,4 +120,4 @@ what all can be present here. .. _python-novaclient: https://github.com/openstack/python-novaclient .. _iso9660: https://en.wikipedia.org/wiki/ISO_9660 .. _vfat: https://en.wikipedia.org/wiki/File_Allocation_Table -.. _the config drive extension: http://docs.openstack.org/developer/nova/api_ext/ext_config_drive.html +.. _the config drive extension: http://docs.openstack.org/user-guide/content/config-drive.html |