git: bf2fd4755086 - main - ig4_reg: Update datasheet link

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 19 Apr 2024 22:48:56 UTC
The branch main has been updated by imp:

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

commit bf2fd4755086292d5e5797e94c175e22da1fafa8
Author:     Ahmad Khalifa <ahmadkhalifa570@gmail.com>
AuthorDate: 2024-04-19 22:43:19 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-19 22:44:57 +0000

    ig4_reg: Update datasheet link
    
    Reviewed by: imp, markj, Elliott Mitchell
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1125
---
 sys/dev/ichiic/ig4_reg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/ichiic/ig4_reg.h b/sys/dev/ichiic/ig4_reg.h
index 71247b1f90d3..35342f7d79aa 100644
--- a/sys/dev/ichiic/ig4_reg.h
+++ b/sys/dev/ichiic/ig4_reg.h
@@ -37,7 +37,7 @@
  *
  * Datasheet reference:  Section 22.
  *
- * http://www.intel.com/content/www/us/en/processors/core/4th-gen-core-family-mobile-i-o-datasheet.html?wapkw=datasheets+4th+generation
+ * https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/4th-gen-core-family-mobile-i-o-datasheet.pdf
  *
  * This is a from-scratch driver under the BSD license using the Intel data
  * sheet and the linux driver for reference.  All code is freshly written