From 5f4f43414f50daedc5d3247c1b473a6e78eddb69 Mon Sep 17 00:00:00 2001 From: Oldes Date: Thu, 2 Feb 2023 11:47:55 +0100 Subject: [PATCH] CHANGE: replaced crash report url --- src/core/a-constants.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/a-constants.c b/src/core/a-constants.c index 4f8daacb69..9f197c9efe 100644 --- a/src/core/a-constants.c +++ b/src/core/a-constants.c @@ -3,6 +3,7 @@ ** REBOL [R3] Language Interpreter and Run-time Environment ** ** Copyright 2012 REBOL Technologies +** Copyright 2012-2023 Rebol Open Source Developers ** REBOL is a trademark of REBOL Technologies ** ** Licensed under the Apache License, Version 2.0 (the "License"); @@ -49,7 +50,7 @@ const REBYTE * const Crash_Msgs[] = { BP"assertion failed", BP"invalid datatype %d", BP"unspecific", - BP"\n\nProgram terminated abnormally.\nThis should never happen.\nPlease contact www.REBOL.com with details." + BP"\n\nProgram terminated abnormally.\nThis should never happen.\nPlease contact www.github.com/Oldes/Rebol3 with details." }; const REBYTE * const Str_Dump[] = {