From 9650ac48c2e1a2f44865ea8b15e1a0b8d52d9852 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Thu, 7 Aug 2025 07:06:57 +0200 Subject: [PATCH] Use URL to the YEncode spec hosted by the Yence project The yenc.org domain is long-dead so let's link to the docs hosted by the Yence project which is hosted on SourceForge and still online --- bstring/bstraux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bstring/bstraux.h b/bstring/bstraux.h index d83fdee..d5c649f 100644 --- a/bstring/bstraux.h +++ b/bstring/bstraux.h @@ -307,7 +307,7 @@ bUuEncode(const bstring src); * * No header or tail info is appended. * - * See: http://www.yenc.org/whatis.htm, http://www.yenc.org/yenc-draft.1.3.txt + * See: https://yence.sourceforge.net/docs/protocol/version1_3_draft.html */ BSTR_PUBLIC bstring bYEncode(const bstring src); @@ -315,7 +315,7 @@ bYEncode(const bstring src); /** * Performs a YDecode of a block of data. * - * See: http://www.yenc.org/whatis.htm, http://www.yenc.org/yenc-draft.1.3.txt + * See: https://yence.sourceforge.net/docs/protocol/version1_3_draft.html */ BSTR_PUBLIC bstring bYDecode(const bstring src);