Skip to content

Commit dc765ab

Browse files
author
Ken Gaillot
committed
Doc: Pacemaker Development: update links
Thanks, make BOOK_FORMATS=linkcheck -C doc/sphinx
1 parent 761e107 commit dc765ab

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

doc/sphinx/Pacemaker_Development/c.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ _____________
219219

220220
All public API header files, functions, structs, enums, etc.,
221221
should be documented with Doxygen comment blocks, as Pacemaker's
222-
`online API documentation <http://clusterlabs.org/pacemaker/doxygen/>`_
222+
`online API documentation <https://clusterlabs.org/pacemaker/doxygen/>`_
223223
is automatically generated via Doxygen. It is helpful to document
224224
private symbols in the same way, with an ``\internal`` tag in the
225225
Doxygen comment.

doc/sphinx/Pacemaker_Development/faq.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Frequently Asked Questions
4040
* The `1.0 repository <https://github.com/ClusterLabs/pacemaker-1.0>`_ is a
4141
frozen snapshot of the 1.0 release series, and is no longer developed.
4242
* Messages will be posted to the
43-
`developers@ClusterLabs.org <http://ClusterLabs.org/mailman/listinfo/developers>`_
43+
`developers@ClusterLabs.org <https://lists.ClusterLabs.org/mailman/listinfo/developers>`_
4444
mailing list during the release cycle, with instructions about which
4545
branches to use when submitting requests.
4646

@@ -112,7 +112,7 @@ Frequently Asked Questions
112112
`Revised BSD <https://opensource.org/licenses/BSD-3-Clause>`_ license. If you find
113113
any deviations from this policy, or wish to inquire about alternate licensing
114114
arrangements, please e-mail the
115-
`developers@ClusterLabs.org <http://ClusterLabs.org/mailman/listinfo/developers>`_
115+
`developers@ClusterLabs.org <https://lists.ClusterLabs.org/mailman/listinfo/developers>`_
116116
mailing list. Licensing issues are also discussed on the
117117
`ClusterLabs wiki <https://wiki.ClusterLabs.org/wiki/License>`_.
118118

@@ -121,10 +121,10 @@ Frequently Asked Questions
121121
:Q: How can I contribute my changes to the project?
122122
:A: Contributions of bug fixes or new features are very much appreciated!
123123
Patches can be submitted as
124-
`pull requests <https://help.github.com/articles/using-pull-requests/>`_
124+
`pull requests <https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests>`_
125125
via GitHub (the preferred method, due to its excellent
126126
`features <https://github.com/features/>`_), or e-mailed to the
127-
`developers@ClusterLabs.org <http://ClusterLabs.org/mailman/listinfo/developers>`_
127+
`developers@ClusterLabs.org <https://lists.ClusterLabs.org/mailman/listinfo/developers>`_
128128
mailing list as an attachment in a format Git can import. Authors may only
129129
submit changes that they have the right to submit under the open source
130130
license indicated in the affected files.
@@ -135,9 +135,9 @@ Frequently Asked Questions
135135

136136
:Q: What if I still have questions?
137137
:A: Ask on the
138-
`developers@ClusterLabs.org <http://ClusterLabs.org/mailman/listinfo/developers>`_
138+
`developers@ClusterLabs.org <https://lists.ClusterLabs.org/mailman/listinfo/developers>`_
139139
mailing list for development-related questions, or on the
140-
`users@ClusterLabs.org <http://ClusterLabs.org/mailman/listinfo/users>`_
140+
`users@ClusterLabs.org <https://lists.ClusterLabs.org/mailman/listinfo/users>`_
141141
mailing list for general questions about using Pacemaker.
142142
Developers often also hang out on `freenode's <http://freenode.net/>`_
143143
#clusterlabs IRC channel.

0 commit comments

Comments
 (0)