Skip to content

Commit e59131d

Browse files
Trotttargos
authored andcommitted
doc: fix broken AHAFS link in fs doc
The content we're linking to for AHAFS was published in 2011 but has now been archived. This updates the link to the archived version (as the current version results in a "Yikes!" page with an HTTP 400 response code). Unfortunately, the archived version does say "This content is no longer being updated or maintained. The content is provided “as is.” Given the rapid evolution of technology, some content, steps, or illustrations may have changed." So we'll want to update at some point I imagine. But for the moment, archived content with a notice like that is better than a broken link. PR-URL: #38534 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ash Cripps <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e9d4c85 commit e59131d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6672,7 +6672,7 @@ the file contents.
66726672
[Readable Stream]: stream.md#stream_class_stream_readable
66736673
[Writable Stream]: stream.md#stream_class_stream_writable
66746674
[caveats]: #fs_caveats
6675-
[`AHAFS`]: https://www.ibm.com/developerworks/aix/library/au-aix_event_infrastructure/
6675+
[`AHAFS`]: https://developer.ibm.com/articles/au-aix_event_infrastructure/
66766676
[`Buffer.byteLength`]: buffer.md#buffer_static_method_buffer_bytelength_string_encoding
66776677
[`FSEvents`]: https://developer.apple.com/documentation/coreservices/file_system_events
66786678
[`Number.MAX_SAFE_INTEGER`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER

0 commit comments

Comments
 (0)