Use the full sourceforget.net url.

This commit is contained in:
XhmikosR 2013-07-13 20:23:38 +03:00 committed by Daniel Marjamäki
parent d25e7d4a21
commit 29475d056a
5 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@ Then I built the lib with:
nmake
The resulting files can be downloaded here (please try if it works):
http://cppcheck.sf.net/pcre-8.10-vs.zip
http://cppcheck.sourceforge.net/pcre-8.10-vs.zip
MINGW (Qt 4.7 SDK)

View File

@ -926,5 +926,5 @@ void CmdLineParser::PrintHelp()
" cppcheck -I inc1/ -I inc2/ f.cpp\n"
"\n"
"For more information:\n"
" http://cppcheck.sf.net/manual.pdf\n";
" http://cppcheck.sourceforge.net/manual.pdf\n";
}

View File

@ -55,7 +55,7 @@ int main()
puts("Content-type: text/html\r\n\r\n");
puts("<html>");
puts("<body>");
puts(" <form action=\"http://cppcheck.sf.net/cgi-bin/setfiledata.cgi\" method=\"get\">");
puts(" <form action=\"http://cppcheck.sourceforge.net/cgi-bin/setfiledata.cgi\" method=\"get\">");
printf(" <textarea name=\"name\" cols=\"30\" rows=\"1\" readonly>%s</textarea>\n",name);
printf(" <textarea name=\"version\" cols=\"30\" rows=\"1\" readonly>%i</textarea><br>\n",1+version);
printf(" <textarea name=\"data\" cols=\"60\" rows=\"20\" maxsize=\"512\">%s</textarea><br>\n",olddata);

View File

@ -16,7 +16,7 @@ Despite the name, Cppcheck is designed for both C and C++.
## Manual
A manual is available [online](http://cppcheck.sf.net/manual.pdf).
A manual is available [online](http://cppcheck.sourceforge.net/manual.pdf).
## Compiling
@ -48,7 +48,7 @@ make
Use the cppcheck.sln file. The rules are normally enabled.
To compile with rules (PCRE dependency):
* the PCRE dll is needed. It can be downloaded from [here](http://cppcheck.sf.net/pcre-8.10-vs.zip).
* the PCRE dll is needed. It can be downloaded from [here](http://cppcheck.sourceforge.net/pcre-8.10-vs.zip).
To compile without rules (no dependencies):
* remove the preprocessor define `HAVE_RULES` from the project

View File

@ -10,7 +10,7 @@ About
Manual
A manual is available online:
http://cppcheck.sf.net/manual.pdf
http://cppcheck.sourceforge.net/manual.pdf
Compiling
@ -41,7 +41,7 @@ Compiling
To compile with rules (pcre dependency):
* the pcre dll is needed. it can be downloaded from:
http://cppcheck.sf.net/pcre-8.10-vs.zip
http://cppcheck.sourceforge.net/pcre-8.10-vs.zip
To compile without rules (no dependencies):
* remove the preprocessor define HAVE_RULES from the project