From ac4a0e505aacb6228a8a04c1f7b03804bec6bf87 Mon Sep 17 00:00:00 2001 From: Amorilia <amorilia@users.sourceforge.net> Date: Thu, 4 Oct 2007 20:13:38 +0000 Subject: [PATCH] fixed link (see bug #1807201 on the tracker) --- include/niflib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/niflib.h b/include/niflib.h index e57f78c9..91ae6c2f 100644 --- a/include/niflib.h +++ b/include/niflib.h @@ -253,7 +253,7 @@ NIFLIB_API string FormatVersionString( unsigned version ); While it is possible to use the pre-compiled DLL file if you are using Microsoft Visual Studio 2005 as your compiler, you may also want to compile it yourself. You may also want to use Niflib on a platform other than Windows, in which case compiling yourself is the only option. -If you need help to do this, there is information about it on our main website here: <a href="http://www.niftools.org/wiki/index.php/Niflib/Compile">Compiling Niflib</a>. +If you need help to do this, there is information about it on our main website here: <a href="http://niftools.sourceforge.net/wiki/Niflib/Compile">Compiling Niflib</a>. \section include_lib Including the Library -- GitLab