diff mbox series

Update broken Datasheet URL

Message ID 20240216075212.69118-1-okanakyuz@okanakyuz.com (mailing list archive)
State Accepted
Headers show
Series Update broken Datasheet URL | expand

Commit Message

Okan Akyuz Feb. 16, 2024, 7:52 a.m. UTC
The URL for the document in version 19-4039 Rev1 has changed. Updated
the URL reflect the conrect location of the datasheet for the same
version.

Signed-off-by: Okan Akyuz <okanakyuz@okanakyuz.com>
---
 Documentation/hwmon/max6620.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guenter Roeck Feb. 16, 2024, 2:40 p.m. UTC | #1
On 2/15/24 23:52, Okan Akyuz wrote:
> The URL for the document in version 19-4039 Rev1 has changed. Updated

Update

> the URL reflect the conrect location of the datasheet for the same

correct

> version.
> 
> Signed-off-by: Okan Akyuz <okanakyuz@okanakyuz.com>

This is the third version of your patch, and the subject should include the
subsystem and affected driver, such as

[PATCH v3] hwmon: (max6620) Update broken Datasheet URL in driver documentation

You should also provide change logs.

I'll fix up subject and the spelling errors, but please keep that in mind
for future submissions. Please also note that the subject prefix is subsystem
specific. It always helps to look into other patches affecting the same file(s)
to determine the most appropriate prefix.

Thanks,
Guenter
diff mbox series

Patch

diff --git a/Documentation/hwmon/max6620.rst b/Documentation/hwmon/max6620.rst
index 84c1c44d3de4..d70173bf0242 100644
--- a/Documentation/hwmon/max6620.rst
+++ b/Documentation/hwmon/max6620.rst
@@ -11,7 +11,7 @@  Supported chips:
 
     Addresses scanned: none
 
-    Datasheet: http://pdfserv.maxim-ic.com/en/ds/MAX6620.pdf
+    Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/max6620.pdf
 
 Authors:
     - L\. Grunenberg <contact@lgrunenberg.de>