Merge pull request #2673 from ulyssessouza/remove-tinyurl-link

Fix url of examples in ulimits
This commit is contained in:
Anca Iordache 2020-09-28 11:14:27 +02:00 committed by GitHub
commit 9d8cd023e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ class Ulimit(DictType):
Args:
name (str): Which ulimit will this apply to. A list of valid names can
be found `here <http://tinyurl.me/ZWRkM2Ztwlykf>`_.
name (str): Which ulimit will this apply to. The valid names can be
found in '/etc/security/limits.conf' on a gnu/linux system.
soft (int): The soft limit for this ulimit. Optional.
hard (int): The hard limit for this ulimit. Optional.