Skip to content

Commit 674ee59

Browse files
committed
Microproject-info: some link corrections
- Change HTTP to HTTPS for sites that are already redirecting HTTP to HTTPS. - Avoid hardcoding git.github.io and use a local reference instead.
1 parent 912e386 commit 674ee59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

General-Microproject-Information.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ reviews and discussions. If you are not sure at all about a patch you
4242
can mark it as RFC in the subject. See [section below](#use-a-tag-like-gsoc-outreachy-etc-in-your-subject)
4343
about how to mark patches as RFC.
4444

45-
Consider [a sample email thread](http://public-inbox.org/git/[email protected]/T/#u),
45+
Consider [a sample email thread](https://public-inbox.org/git/[email protected]/T/#u),
4646
which shows how a developer proposed a change and a patch to implement
4747
it. The problem being solved, the design of the proposed solution,
4848
and the implementation of that design were all reviewed and discussed,
@@ -61,7 +61,7 @@ To complete a microproject, you will have to go through approximately
6161
the following steps:
6262

6363
* Download the source code: clone the repository using the
64-
[Git via Git](http://git-scm.com/downloads) instructions and read
64+
[Git via Git](https://git-scm.com/downloads) instructions and read
6565
the `README` file.
6666

6767
* Build the source code: this is described in the file `INSTALL`.
@@ -74,7 +74,7 @@ the following steps:
7474
described in `Documentation/SubmittingPatches`. A more detailed
7575
step-by-step guide could be found in [`Documentation/MyFirstContribution.txt`](https://git-scm.com/docs/MyFirstContribution).
7676

77-
* The "[Hacking Git](https://git.github.io/Hacking-Git/)" page
77+
* The "[Hacking Git](/Hacking-Git/)" page
7878
could also serve as a handy resource. It points to resources
7979
on various topics related to working on Git.
8080

@@ -97,7 +97,7 @@ the following steps:
9797

9898
* Commit your change. Surprise: we use Git for that, so you will need
9999
to gain at least
100-
[a basic familiarity](http://git-scm.com/documentation) with using
100+
[a basic familiarity](https://git-scm.com/docs) with using
101101
Git. Make sure to write a good commit message that explains the
102102
reason for the change and any ramifications. You can find information
103103
on writing a good commit message in the
@@ -185,7 +185,7 @@ of them.
185185

186186
In general it's a good idea to check on the mailing list archive
187187
([lore.kernel.org](https://lore.kernel.org/git/) and
188-
[Public Inbox](http://public-inbox.org/git/) are your friends) what
188+
[Public Inbox](https://public-inbox.org/git/) are your friends) what
189189
other GSoC or Outreachy applicants attempting a microproject have
190190
already been told this year or any previous year, as hopefully it will
191191
help you avoid some mistakes. As some microproject ideas haven't

0 commit comments

Comments
 (0)