Skip to content

Commit f69c574

Browse files
rdmarkmsteinert
authored andcommitted
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
1 parent 594d2f3 commit f69c574

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bstring/bstraux.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,15 @@ bUuEncode(const bstring src);
307307
*
308308
* No header or tail info is appended.
309309
*
310-
* See: http://www.yenc.org/whatis.htm, http://www.yenc.org/yenc-draft.1.3.txt
310+
* See: https://yence.sourceforge.net/docs/protocol/version1_3_draft.html
311311
*/
312312
BSTR_PUBLIC bstring
313313
bYEncode(const bstring src);
314314

315315
/**
316316
* Performs a YDecode of a block of data.
317317
*
318-
* See: http://www.yenc.org/whatis.htm, http://www.yenc.org/yenc-draft.1.3.txt
318+
* See: https://yence.sourceforge.net/docs/protocol/version1_3_draft.html
319319
*/
320320
BSTR_PUBLIC bstring
321321
bYDecode(const bstring src);

0 commit comments

Comments
 (0)