Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2024 09:07:15 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2a3a8eb9fac6 - main - libusb(3): Fix link in comment
Message-ID:  <202402130907.41D97FTO063303@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/src/commit/?id=2a3a8eb9fac66183e5af4852bbcb40824629f182

commit 2a3a8eb9fac66183e5af4852bbcb40824629f182
Author:     Ting-Hsuan Huang <felixhuang07@gmail.com>
AuthorDate: 2024-01-12 11:55:00 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-02-13 08:55:54 +0000

    libusb(3): Fix link in comment
    
    Event:          Advanced UNIX Programming Course (Fall’23) at NTHU.
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1042
---
 lib/libusb/libusb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libusb/libusb.h b/lib/libusb/libusb.h
index 022b5562a819..732fc9dca1e0 100644
--- a/lib/libusb/libusb.h
+++ b/lib/libusb/libusb.h
@@ -245,7 +245,7 @@ enum libusb_log_level {
 /* XXX */
 /* libusb_set_debug should take parameters from libusb_log_level
  * above according to
- *   http://libusb.sourceforge.net/api-1.0/group__lib.html
+ *   https://libusb.sourceforge.io/api-1.0/group__libusb__lib.html
  */
 enum libusb_debug_level {
 	LIBUSB_DEBUG_NO=0,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402130907.41D97FTO063303>