44<!-- Distributed under the Boost Software License, Version 1.0. (See accompanying -->
55<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
66
7- This describes how you can contribute to [ HPX] ( https://github.com/STEllAR-GROUP /hpx ) .
7+ This describes how you can contribute to [ HPX] ( https://github.com/TheHPXProject /hpx ) .
88Great to have you here. There are a few ways you can help make HPX better!
99
1010# How to Get Involved in Developing HPX
@@ -13,7 +13,7 @@ This page describes how you can get yourself involved with the development of
1313HPX. Here are some easy things to do.
1414
1515All of the HPX development and the related discussions happen through the
16- [ Github ticket system] ( https://github.com/STEllAR-GROUP /hpx/issues ) . We are
16+ [ Github ticket system] ( https://github.com/TheHPXProject /hpx/issues ) . We are
1717looking forward to contributions submitted through the usual Github process,
1818i.e. pull requests.
1919
@@ -22,7 +22,7 @@ The easiest ways to get in contact with us are listed here:
2222* Mailing list: [ hpx-users@stellar-group.org ] ( email:hpx-users@stellar-group.org ) , [ hpx-devel@stellar-group.org ] ( email:hpx-devel@stellar-group.org )
2323* Discord server: [ #ste||ar] ( https://discord.gg/Tn9QuzVjvy )
2424* Blog: [ hpx.stellar-group.org] ( hpx.stellar-group.org )
25- * More options: See our [ support page] ( https://github.com/STEllAR-GROUP /hpx/blob/master/.github/SUPPORT.md )
25+ * More options: See our [ support page] ( https://github.com/TheHPXProject /hpx/blob/master/.github/SUPPORT.md )
2626
2727The basic approach is to find something fun you want to fix, hack it up, and
2828send a ` git diff ` as a mail attachment to [ hpx-devel@stellar-group.org ] ( email:hpx-devel@stellar-group.org )
@@ -54,7 +54,7 @@ cleanup that many people can help out with), then please:
5454If a task has an owner without an update in a week, feel free to notify them
5555that you're taking that on yourself, and of course if you realize you can't
5656complete a task - please update it in the
57- [ ticket system] ( https://github.com/STEllAR-GROUP /hpx/issues ) .
57+ [ ticket system] ( https://github.com/TheHPXProject /hpx/issues ) .
5858
5959Even if you are deeply skilled, please consider doing one little easy hack, to
6060get used to the process. After that, you are invited to move on up to the more
@@ -72,7 +72,7 @@ information to get you started.
7272### Get a login on Github [ here] ( https://github.com/ ) and fork the HPX repository to your Github account.
7373
7474All new and old bugs in HPX can be found in our
75- [ ticket system] ( https://github.com/STEllAR-GROUP /hpx/issues ) . Especially with
75+ [ ticket system] ( https://github.com/TheHPXProject /hpx/issues ) . Especially with
7676new incoming bugs, it is helpful to test the bug on your own computer/operating
7777system and comment in the bug entry whether you can or cannot confirm the bug
7878and under what circumstances it affects you.
@@ -104,7 +104,7 @@ The short version of the guidelines:
104104* Exceptions for error handling instead of C-style error codes.
105105
106106A more elaborate description of our coding guidelines can be found
107- [ here] ( https://github.com/STEllAR-GROUP /hpx/wiki/HPX-Source-Code-Structure-and-Coding-Standards ) .
107+ [ here] ( https://github.com/TheHPXProject /hpx/wiki/HPX-Source-Code-Structure-and-Coding-Standards ) .
108108
109109There is a ` .editorconfig ` file in the HPX root directory which can be used
110110for almost any widely available editor. Please see
0 commit comments