diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-03-04 11:06:16 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-03-04 11:07:49 +0100 |
commit | c22dcaf6bede0ef5e5f564f6d20a5cad12ae9066 (patch) | |
tree | 1f0e87ae5d62aafd74aca4bcece3d6081d0e1f4f /src/help.c | |
parent | 73e9649387355b878dee702abf25072d00dfafed (diff) | |
download | 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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |