diff --git a/src/transformers/utils/__init__.py b/src/transformers/utils/__init__.py index d153f90b4aefa7..d2d56bea10c665 100644 --- a/src/transformers/utils/__init__.py +++ b/src/transformers/utils/__init__.py @@ -215,6 +215,6 @@ def check_min_version(min_version): error_message += f" but the version found is {__version__}.\n" raise ImportError( error_message - + "Check out https://huggingface.co/transformers/examples.html for the examples corresponding to other " + + "Check out https://github.com/huggingface/transformers/tree/main/examples#important-note for the examples corresponding to other " "versions of HuggingFace Transformers." )