X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fwimboot.c;h=115a56996e39759832ae62b3265f9a2bacfee725;hb=b143910f8f18f0725adaf4af7e0bbe7ac5ab5382;hp=3219758fa6507ea0ae1d077a442ab85ccf495387;hpb=886a032d6426a32ab7a62c5ac38cf2c2919e3bd5;p=wimlib diff --git a/src/wimboot.c b/src/wimboot.c index 3219758f..115a5699 100644 --- a/src/wimboot.c +++ b/src/wimboot.c @@ -3,8 +3,8 @@ * * Support for creating WIMBoot pointer files. * - * See http://technet.microsoft.com/en-us/library/dn594399.aspx for general - * information about WIMBoot. + * For general information about WIMBoot, see + * https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-8.1-and-8/dn594399(v=win.10) * * Note that WIMBoot pointer files are actually implemented on top of the * Windows Overlay Filesystem filter (WOF). See wof.h for more info. @@ -24,7 +24,7 @@ * details. * * You should have received a copy of the GNU Lesser General Public License - * along with this file; if not, see http://www.gnu.org/licenses/. + * along with this file; if not, see https://www.gnu.org/licenses/. */ #ifdef _WIN32