diff --git a/rest/openeoerrors.py b/rest/openeoerrors.py index fba70908..5d142317 100644 --- a/rest/openeoerrors.py +++ b/rest/openeoerrors.py @@ -158,7 +158,7 @@ def __init__(self, width, height) -> None: class InsufficientCredits(SHOpenEOError): error_code = "InsufficientCredits" http_code = 402 - message = "You do not have sufficient credits to perform this request. Please visit https://portal.terrascope.be/pages/pricing to find more information on how to buy additional credits." + message = "You do not have enough credits to perform this request. Please visit https://openeo.vito.be/portal/pages/pricing for more information on how to purchase additional credits." class DataFusionNotPossibleDifferentSHDeployments(SHOpenEOError):