lib/runcible/resources/user.rb in runcible-1.9.2 vs lib/runcible/resources/user.rb in runcible-1.9.3

- old
+ new

@@ -1,7 +1,7 @@ module Runcible module Resources - # @see https://pulp-dev-guide.readthedocs.org/en/latest/rest-api/user/index.html + # @see https://docs.pulpproject.org/dev-guide/integration/rest-api/user/index.html class User < Runcible::Base # Generates the API path for Users # # @param [String] login the user's login # @return [String] the user path, may contain the login if passed