@@ -42,7 +42,7 @@ reviews and discussions. If you are not sure at all about a patch you
42
42
can mark it as RFC in the subject. See [ section below] ( #use-a-tag-like-gsoc-outreachy-etc-in-your-subject )
43
43
about how to mark patches as RFC.
44
44
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) ,
46
46
which shows how a developer proposed a change and a patch to implement
47
47
it. The problem being solved, the design of the proposed solution,
48
48
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
61
61
the following steps:
62
62
63
63
* 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
65
65
the ` README ` file.
66
66
67
67
* Build the source code: this is described in the file ` INSTALL ` .
@@ -74,7 +74,7 @@ the following steps:
74
74
described in ` Documentation/SubmittingPatches ` . A more detailed
75
75
step-by-step guide could be found in [ ` Documentation/MyFirstContribution.txt ` ] ( https://git-scm.com/docs/MyFirstContribution ) .
76
76
77
- * The "[ Hacking Git] ( https://git.github.io /Hacking-Git/) " page
77
+ * The "[ Hacking Git] ( /Hacking-Git/ ) " page
78
78
could also serve as a handy resource. It points to resources
79
79
on various topics related to working on Git.
80
80
@@ -97,7 +97,7 @@ the following steps:
97
97
98
98
* Commit your change. Surprise: we use Git for that, so you will need
99
99
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
101
101
Git. Make sure to write a good commit message that explains the
102
102
reason for the change and any ramifications. You can find information
103
103
on writing a good commit message in the
@@ -185,7 +185,7 @@ of them.
185
185
186
186
In general it's a good idea to check on the mailing list archive
187
187
([ 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
189
189
other GSoC or Outreachy applicants attempting a microproject have
190
190
already been told this year or any previous year, as hopefully it will
191
191
help you avoid some mistakes. As some microproject ideas haven't
0 commit comments