Skip to content

Commit

Permalink
Use the full sourceforget.net url.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and danmar committed Jul 16, 2013
1 parent d25e7d4 commit 29475d0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build-pcre.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cli/cmdlineparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
2 changes: 1 addition & 1 deletion htdocs/archive/edit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ About
Manual

A manual is available online:
http://cppcheck.sf.net/manual.pdf
http://cppcheck.sourceforge.net/manual.pdf

Compiling

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 29475d0

Please sign in to comment.