rapid7 / ruby_smb

A native Ruby implementation of the SMB Protocol Family
Other
79 stars 82 forks source link

Fix Broken Specification Links #219

Open gwillcox-r7 opened 2 years ago

gwillcox-r7 commented 2 years ago

https://github.com/rapid7/ruby_smb/blob/master/lib/ruby_smb/fscc/file_information/file_id_both_directory_information.rb#L5 link is broken, and now redirects to https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/1e144bff-c056-45aa-bd29-c13d214ee2ba. This should be updated to the new link if possible.

gwillcox-r7 commented 2 years ago

Update: This seems to be affecting quite a few bits of the code so it might be better to do a search for msdn.microsoft.com across all files and update the links accordingly in one PR.