Skip to content

Commit f9a0a7f

Browse files
committed
Update legacy GitHub links in CONTRIBUTING.md
1 parent 31b9157 commit f9a0a7f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ Getting Started
4848
---------------
4949

5050
+ Make sure you have a [JIRA account](https://issues.apache.org/jira/).
51-
+ Make sure you have a [GitHub account](https://github.com/signup/free). This is not essential, but makes providing patches much easier.
51+
+ Make sure you have a [GitHub account](https://github.com/signup). This is not essential, but makes providing patches much easier.
5252
+ If you're planning to implement a new feature it makes sense to discuss your changes on the [dev list](https://commons.apache.org/mail-lists.html) first. This way you can make sure you're not wasting your time on something that isn't considered to be in Apache Commons CLI's scope.
5353
+ Submit a [Jira Ticket][jira] for your issue, assuming one does not already exist.
5454
+ Clearly describe the issue including steps to reproduce when it is a bug.
5555
+ Make sure you fill in the earliest version that you know has the issue.
5656
+ Find the corresponding [repository on GitHub](https://github.com/apache/?query=commons-),
57-
[fork](https://help.github.com/articles/fork-a-repo/) and check out your forked repository. If you don't have a GitHub account, you can still clone the Commons repository.
57+
[fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) and check out your forked repository. If you don't have a GitHub account, you can still clone the Commons repository.
5858

5959
Making Changes
6060
--------------
@@ -108,8 +108,8 @@ Additional Resources
108108
+ [Contributing patches](https://commons.apache.org/patches.html)
109109
+ [Apache Commons CLI JIRA project page][jira]
110110
+ [Contributor License Agreement][cla]
111-
+ [General GitHub documentation](https://help.github.com/)
112-
+ [GitHub pull request documentation](https://help.github.com/articles/creating-a-pull-request/)
111+
+ [General GitHub documentation](https://docs.github.com/)
112+
+ [GitHub pull request documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
113113
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
114114

115115
[cla]:https://www.apache.org/licenses/#clas

0 commit comments

Comments
 (0)