lib/hyperkit/client/networks.rb in hyperkit-1.2.0 vs lib/hyperkit/client/networks.rb in hyperkit-1.3.0
- old
+ new
@@ -3,11 +3,11 @@
class Client
# Methods for the networks API
#
# @see Hyperkit::Client
- # @see https://github.com/lxc/lxd/blob/master/specs/rest-api.md
+ # @see https://github.com/lxc/lxd/blob/master/doc/rest-api.md
module Networks
# List of networks defined on the host
#
# @return [Array<String>] An array of networks defined on the host
@@ -42,6 +42,5 @@
end
end
end
-