diff --git a/ext/keystone_test.rb b/ext/keystone_test.rb index ed944bedd..1032a82c0 100644 --- a/ext/keystone_test.rb +++ b/ext/keystone_test.rb @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # this script verifies that keystone has # been successfully installed using the instructions -# found here: http://keystone.openstack.org/configuration.html +# found here: https://docs.openstack.org/developer/keystone/configuration.html begin require 'rubygems' diff --git a/ext/keystone_test_v3.rb b/ext/keystone_test_v3.rb index 0d7550e32..05f8041ac 100644 --- a/ext/keystone_test_v3.rb +++ b/ext/keystone_test_v3.rb @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # this script verifies that keystone has # been successfully installed using the instructions -# found here: http://keystone.openstack.org/configuration.html +# found here: https://docs.openstack.org/developer/keystone/configuration.html # and can use the v3 api http://developer.openstack.org/api-ref-identity-v3.html begin