Skip to content

Commit ea093a7

Browse files
committed
Fix url of examples in ulimits
Signed-off-by: Ulysses Souza <[email protected]>
1 parent ed46fb0 commit ea093a7

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)