From 49cfd082c0d34db61f362b05342865752d51beff Mon Sep 17 00:00:00 2001 From: hikerstk Date: Tue, 18 Oct 2011 20:52:14 +0000 Subject: [PATCH] Fixed old berlios link. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10017 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- doc/conventions.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conventions.txt b/doc/conventions.txt index 0a67be47b..1926e07d7 100644 --- a/doc/conventions.txt +++ b/doc/conventions.txt @@ -1,4 +1,4 @@ -Here are the guidelines to follow when coding Super Tux Kart: +Here are the guidelines to follow when coding SuperTuxKart: Filenames ========= @@ -12,13 +12,13 @@ Coding style ============ The coding style used in Super Tux Kart can be found at -http://supertuxkart.berlios.de/wiki/index.php/Coding_Style . +http://supertuxkart.sourceforge.net/Coding_Style Documentation line length ========================= -All the documentation files should have at most 75 characters, because +All the documentation files should have at most 80 characters, because on some displays and on paper you often are limited to 80 characters, and also under some conditions appendices (for example, line numbers) are added. The exception if the player's manual, because it's long, so to