Changeset 14b2ac7 in mainline


Ignore:
Timestamp:
2024-08-21T20:03:05Z (3 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.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • README.md

    rf8cb1bc5 r14b2ac7  
    1010extensible, fault tolerant and easy to understand.
    1111
    12 ![screenshot](http://www.helenos.org/raw-attachment/wiki/Screenshots/gui-14.1-aio.png "Screenshot")
     12![screenshot](https://www.helenos.org/raw-attachment/wiki/Screenshots/gui-14.1-aio.png "Screenshot")
    1313
    1414HelenOS aims to be compatible with the C11 and C++14 standards, but does not
     
    1919incurred by them.
    2020
    21 * [Website](http://helenos.org)
    22 * [Wiki](http://helenos.org/wiki)
    23 * [Tickets](http://www.helenos.org/report/1)
    24 * [How to contribute](http://www.helenos.org/wiki/HowToContribute)
     21* [Website](https://helenos.org)
     22* [Wiki](https://helenos.org/wiki)
     23* [Tickets](https://www.helenos.org/report/1)
     24* [How to contribute](https://www.helenos.org/wiki/HowToContribute)
    2525
    2626## Portability
     
    126126
    127127For additional information about running HelenOS, see
    128 [UsersGuide/RunningInQEMU](http://www.helenos.org/wiki/UsersGuide/RunningInQEMU) or
    129 [UsersGuide/RunningInVirtualBox](http://www.helenos.org/wiki/UsersGuide/RunningInVirtualBox) or
     128[UsersGuide/RunningInQEMU](https://www.helenos.org/wiki/UsersGuide/RunningInQEMU) or
     129[UsersGuide/RunningInVirtualBox](https://www.helenos.org/wiki/UsersGuide/RunningInVirtualBox) or
    130130see the files in tools/conf.
    131131
     
    133133
    134134There is a whole section of our wiki devoted to
    135 [how to contribute to HelenOS](http://www.helenos.org/wiki/HowToContribute).
     135[how to contribute to HelenOS](https://www.helenos.org/wiki/HowToContribute).
    136136But to highlight the most important points, you should subscribe to
    137137our mailing list and if you have an idea for contributing, discuss it
  • tools/travis.sh

    rf8cb1bc5 r14b2ac7  
    3838#
    3939# [1] https://travis-ci.org/
    40 # [2] http://www.helenos.org/wiki/CI
     40# [2] https://www.helenos.org/wiki/CI
    4141#
    4242
  • uspace/app/bdsh/cmds/modules/help/help.c

    rf8cb1bc5 r14b2ac7  
    154154            "This is but a small glimpse of what you can do with HelenOS. "
    155155            "To learn more please point your browser to the HelenOS User's "
    156             "Guide: http://trac.helenos.org/wiki/UsersGuide\n\n",
     156            "Guide: https://www.helenos.org/wiki/UsersGuide\n\n",
    157157            ALIGN_LEFT);
    158158}
  • 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.