From 50a20aac7e9cfc4ffa42d7f1d2cf8a08b89c7025 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Tue, 25 Jun 2024 23:30:38 +0200 Subject: [PATCH] crunch: update link to stb --- crunch/crunch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crunch/crunch.cpp b/crunch/crunch.cpp index 62575119..c1bd16ac 100644 --- a/crunch/crunch.cpp +++ b/crunch/crunch.cpp @@ -70,7 +70,7 @@ class crunch { console::printf("-file @list.txt - List of files to convert."); console::printf("Supported source file formats: dds,ktx,crn,tga,bmp,png,jpg/jpeg,psd"); console::printf("Note: Some file format variants are unsupported."); - console::printf("See the docs for stb_image.c: http://www.nothings.org/stb_image.c"); + console::printf("See the docs for stb_image.h: https://github.com/nothings/stb"); console::printf("Progressive JPEG files are supported, see: http://code.google.com/p/jpeg-compressor/"); console::printf("\n-h - Print this help.");