Skip to content

Commit bef4ccf

Browse files
Merge pull request #639 from bartlettroscoe/638-tribits-org-to-github-pages
Switch from tribits.org to tribitspub.github.io/TriBITS (#638)
2 parents 02fb9c9 + 38cfdff commit bef4ccf

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Contributing to TriBITS
22

33
**Contents:**
4-
* [Requirements for every change to TriBITS](#requirements)
5-
* [Preferred process for suggesting and making changes to TriBITS](#process):
6-
* [Process Outline](#process_outline)
7-
* [Process Roles](#process_roles)
8-
* [Process Details](#process_details)
4+
- [Contributing to TriBITS](#contributing-to-tribits)
5+
- [Requirements for every change to TriBITS](#requirements-for-every-change-to-tribits)
6+
- [Preferred process for suggesting and making changes to TriBITS](#preferred-process-for-suggesting-and-making-changes-to-tribits)
7+
- [Process Outline](#process-outline)
8+
- [Process roles](#process-roles)
9+
- [Process Details](#process-details)
910

1011
Contributions to TriBITS are welcomed. However, there are some [requirements](#requirements) that every contribution needs to follow before it can be integrated into the main development branch of TriBITS and there is a [recommended process](#process) for suggesting and submitted proposed changes.
1112

@@ -51,7 +52,7 @@ The details are given [below](#process_details).
5152
The following roles are mentioned on the process descriptions:
5253

5354
* **TriBITS Maintainer**: Individual with push rights to the main TriBITS repo (i.e. [@bartlettroscoe](https://github.com/bartlettroscoe)). Must review all issues and suggested changes and accept pull-requests.
54-
* **TriBITS Developer**: Someone who knows how to build TriBITS as a CMake project with its tests, add tests, make acceptable changes, create pull-requests, etc. but may not be able to directly push to the main TriBITS development branch (see the role of [TriBITS System Developer](https://tribits.org/doc/TribitsMaintainersGuide.html#tribits-system-developer)).
55+
* **TriBITS Developer**: Someone who knows how to build TriBITS as a CMake project with its tests, add tests, make acceptable changes, create pull-requests, etc. but may not be able to directly push to the main TriBITS development branch (see the role of [TriBITS System Developer](https://tribitspub.github.io/TriBITS/maintainers_guide/index.html#tribits-system-developer)).
5556
* **TriBITS Reviewer**: A member of the TriBITS Collaborators who have permission to review and approve Pull Requests (and change other aspects of a Pull Request).
5657
* **Issue Reporter**: A person who first reports an issue with TriBITS and would like some type of change to happen (i.e. to fix a defect, implement a new feature, fix documentation, etc.).
5758

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TriBITS provides the following core feature sets:
2222
Documentation
2323
=============
2424

25-
See `TriBITS Documentation on tribits.org <http://tribits.org>`_
25+
See `TriBITS Documentation on https://tribitspub.github.io/TriBITS <https://tribitspub.github.io/TriBITS>`_
2626

2727
Developing on TriBITS
2828
=====================
@@ -99,4 +99,4 @@ see `Contributing to TriBITS`_).
9999

100100
.. _Report them: https://github.com/TriBITSPub/TriBITS/issues
101101

102-
.. _TriBITS System Developer: https://tribits.org/doc/TribitsMaintainersGuide.html#tribits-system-developer
102+
.. _TriBITS System Developer: https://tribitspub.github.io/TriBITS/maintainers_guide/index.html#tribits-system-developer

tribits/examples/TribitsExampleProject/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ building e.g. `TribitsExampleApp`
4545

4646
The layout of a TriBITS project is described in:
4747

48-
* https://tribits.org/doc/TribitsUsersGuide.html#tribits-project-structure
48+
* https://tribitspub.github.io/TriBITS/users_guide/index.html#tribits-project-structure
4949

5050
Otherwise, this example TriBITS project is simple enough that it should be
5151
enough to get started as a template.

0 commit comments

Comments
 (0)