diff --git a/utils/src/error.rs b/utils/src/error.rs index 0f2502b..992ff53 100644 --- a/utils/src/error.rs +++ b/utils/src/error.rs @@ -40,9 +40,7 @@ impl ResponseError for Error { Self::NotHuman { target } => format!( "It looks like you're accessing the Tatoeba API proxy from a script!\n\ Tatoeba CORS restrictions do not apply outside of browsers, so please access the API directly:\n\ - {target}\n\ - If you feel this is mistake, please open an issue:\n\ - https://codeberg.org/ElnuDev/tatoeba-api-rs"), + {target}"), _ => self.to_string(), }) }