From 29475d056a1d86ee0bffd347b272b476560ba2e8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 13 Jul 2013 20:23:38 +0300 Subject: [PATCH] Use the full sourceforget.net url. --- build-pcre.txt | 2 +- cli/cmdlineparser.cpp | 2 +- htdocs/archive/edit.c | 2 +- readme.md | 4 ++-- readme.txt | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build-pcre.txt b/build-pcre.txt index cc4a39bc0..6fb6af474 100644 --- a/build-pcre.txt +++ b/build-pcre.txt @@ -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) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 38ba41918..57d5dd49c 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -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"; } diff --git a/htdocs/archive/edit.c b/htdocs/archive/edit.c index ce65af1c6..4366f28ac 100644 --- a/htdocs/archive/edit.c +++ b/htdocs/archive/edit.c @@ -55,7 +55,7 @@ int main() puts("Content-type: text/html\r\n\r\n"); puts(""); puts(""); - puts("
"); + puts(" "); printf(" \n",name); printf("
\n",1+version); printf("
\n",olddata); diff --git a/readme.md b/readme.md index 112b18f77..ef2bb948b 100644 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/readme.txt b/readme.txt index 0144a21b4..e11dce305 100644 --- a/readme.txt +++ b/readme.txt @@ -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