summaryrefslogtreecommitdiffstats
path: root/src/help.c
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2011-03-04 11:06:16 +0100
committerLukas Fleischer <calcurse@cryptocrack.de>2011-03-04 11:07:49 +0100
commitc22dcaf6bede0ef5e5f564f6d20a5cad12ae9066 (patch)
tree1f0e87ae5d62aafd74aca4bcece3d6081d0e1f4f /src/help.c
parent73e9649387355b878dee702abf25072d00dfafed (diff)
downloadcalcurse-c22dcaf6bede0ef5e5f564f6d20a5cad12ae9066.tar.gz
calcurse-c22dcaf6bede0ef5e5f564f6d20a5cad12ae9066.zip
Update website links to match the new URL.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/help.c b/src/help.c
index e30226f..4542516 100644
--- a/src/help.c
+++ b/src/help.c
@@ -30,7 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* Send your feedback or comments to : misc@calcurse.org
- * Calcurse home page : http://culot.org/calcurse
+ * Calcurse home page : http://calcurse.org
*
*/
@@ -732,7 +732,7 @@ help_screen (void)
"\t materials provided with the distribution.\n"
"\n\n"
"Send your feedback or comments to : misc@calcurse.org\n"
- "Calcurse home page : http://culot.org/calcurse"));
+ "Calcurse home page : http://calcurse.org"));
help_wins_init (&hwin, 0, 0, (notify_bar ()) ? row - 3 : row - 2, col);
page = oldpage = HELP_MAIN;