Skip to content

Commit 9d8cd02

Browse files
authored
Merge pull request #2673 from ulyssessouza/remove-tinyurl-link
Fix url of examples in ulimits
2 parents ff44e7e + ea093a7 commit 9d8cd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/types/containers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ class Ulimit(DictType):
9797
9898
Args:
9999
100-
name (str): Which ulimit will this apply to. A list of valid names can
101-
be found `here <http://tinyurl.me/ZWRkM2Ztwlykf>`_.
100+
name (str): Which ulimit will this apply to. The valid names can be
101+
found in '/etc/security/limits.conf' on a gnu/linux system.
102102
soft (int): The soft limit for this ulimit. Optional.
103103
hard (int): The hard limit for this ulimit. Optional.
104104

0 commit comments

Comments
 (0)