Skip to content

Commit 9137230

Browse files
committed
replace shortened URLs using goo.gl
goo.gl service will go away 2025-08-25 https://developers.googleblog.com/en/google-url-shortener-links-will-no-longer-be-available/
1 parent d30a954 commit 9137230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nltk/parse/malt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def __init__(
135135
:param additional_java_args: This is the additional Java arguments that
136136
one can use when calling Maltparser, usually this is the heapsize
137137
limits, e.g. `additional_java_args=['-Xmx1024m']`
138-
(see https://goo.gl/mpDBvQ)
138+
(see https://javarevisited.blogspot.com/2011/05/java-heap-space-memory-size-jvm.html)
139139
:type additional_java_args: list
140140
"""
141141

0 commit comments

Comments
 (0)