lib/scrivito/user_definition.rb in scrivito_sdk-1.8.1 vs lib/scrivito/user_definition.rb in scrivito_sdk-1.9.0.rc1

- old
+ new

@@ -16,10 +16,10 @@ # # @note Usually, the memberships of a workspace decide whether a user is allowed or not to # perform a specific action. This method lets you add an exception to this logic and thus # should be used carefully. # @note By default, all users are allowed to create a new workspace. - # @see http://scrivito.com/user-permissions Defining users and their permissions + # @see https://scrivito.com/user-permissions Defining users and their permissions # # @param [Symbol] verb the verb of the action (see {Scrivito::User::VERBS}). # @param [Symbol] subject the subject of the action. Currently, only +:workspace+ is supported. # @param [String] message optional message to be displayed in the UI. #