Ignore:
Timestamp:
Sep 23, 2015 6:18:12 AM (9 years ago)
Author:
knoop
Message:

updated URL to meet new server structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/message.f90

    r1403 r1664  
    2121! Current revisions:
    2222! -----------------
    23 !
     23! updated information_string_2 to meet the new server structure
    2424!
    2525! Former revisions:
     
    106106    information_string_1 = 'Further information can be found at'
    107107    IF(message_identifier(1:2) == 'NC') THEN
    108        information_string_2 = 'http://palm.muk.uni-hannover.de/wiki/doc' // &
     108       information_string_2 = 'http://palm.muk.uni-hannover.de/trac/wiki/doc' // &
    109109                              '/app/errmsg#NC'
    110110    ELSE
    111        information_string_2 = 'http://palm.muk.uni-hannover.de/wiki/doc' // &
     111       information_string_2 = 'http://palm.muk.uni-hannover.de/trac/wiki/doc' // &
    112112                              '/app/errmsg#' // message_identifier
    113113    END IF
Note: See TracChangeset for help on using the changeset viewer.