Changeset 14b2ac7 in mainline for uspace/app/getterm/welcome.c


Ignore:
Timestamp:
2024-08-21T20:03:05Z (2 months ago)
Author:
Martin Decky <martin@…>
Branches:
master
Children:
5b110a9
Parents:
f8cb1bc5
git-author:
Martin Decky <martin@…> (2024-08-21 19:59:02)
git-committer:
Martin Decky <martin@…> (2024-08-21 20:03:05)
Message:

Change relevant URLs from HTTP to HTTPS

The helenos.org web site (including many of the subdomains) is
accessible using HTTPS. While the redirections from HTTP are available,
HTTPS is generally prefered now.

Note that switching to HTTPS unconditionally in all cases is not
possible yet due to various limitations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/getterm/welcome.c

    rf8cb1bc5 r14b2ac7  
    4141{
    4242        printf("Welcome to HelenOS!\n");
    43         printf("http://www.helenos.org/\n\n");
     43        printf("https://www.helenos.org/\n\n");
    4444        printf("Type 'help' [Enter] to see a few survival tips.\n\n");
    4545}
Note: See TracChangeset for help on using the changeset viewer.