summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-04-21 13:46:20 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-04-21 13:47:28 -0700
commit7a89c66674d1b8ff8ab5a294ee79974106bff371 (patch)
treee6f8b3f546ec4b3409c419e0d09099148356ca75 /HACKING
parent5b4d2b0e7383b0450cc9a7bd719f03731b923295 (diff)
downloadgrep-7a89c66674d1b8ff8ab5a294ee79974106bff371.tar.gz
maint: update URLs
Mostly this is just changing http: to https:. In one or two places it removes no-longer-useful URLs.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING19
1 files changed, 9 insertions, 10 deletions
diff --git a/HACKING b/HACKING
index 5ffbadc9..464714e0 100644
--- a/HACKING
+++ b/HACKING
@@ -211,7 +211,7 @@ keep the maximum line length at 72 or smaller, so that the generated
ChangeLog lines, each with its leading TAB, will not exceed 80 columns.
As for the ChangeLog-style content, please follow these guidelines:
- http://www.gnu.org/software/guile/changelogs/guile-changelogs_3.html
+ https://www.gnu.org/prep/standards/html_node/Change-Logs.html
Try to make the summary line fit one of the following forms:
@@ -377,7 +377,7 @@ Send patches to the address listed in --help output
Please follow the guidelines in the "Sending your patches." section of
git's own SubmittingPatches:
- http://git.kernel.org/?p=git/git.git;a=blob;f=Documentation/SubmittingPatches
+ https://git.kernel.org/pub/scm/git/git.git/tree/Documentation/SubmittingPatches
Add documentation
@@ -394,7 +394,7 @@ active voice, not a passive one. I.e., say "print the frobnozzle",
not "the frobnozzle will be printed".
Please add comments per the GNU Coding Standard:
- http://www.gnu.org/prep/standards/html_node/Comments.html
+ https://www.gnu.org/prep/standards/html_node/Comments.html
Minor syntactic preferences
@@ -405,8 +405,7 @@ Minor syntactic preferences
mathematics background and perhaps a streak of something odd in their
character ;-) ]
In writing arithmetic comparisons, use "<" and "<=" rather than
-">" and ">=". For some justification, read this:
- http://thread.gmane.org/gmane.comp.version-control.git/3903/focus=4126
+">" and ">=".
const placement:
Write "Type const *var", not "const Type *var".
@@ -461,18 +460,18 @@ The forms to choose from are in gnulib's doc/Copyright/ directory.
If you want to assign a single change, you should use the file,
doc/Copyright/request-assign.changes:
- http://www.gnu.org/software/gnulib/Copyright/request-assign.changes
+ https://www.gnu.org/software/gnulib/Copyright/request-assign.changes
If you would like to assign past and future contributions to a project,
you'd use doc/Copyright/request-assign.future:
- http://www.gnu.org/software/gnulib/Copyright/request-assign.future
+ https://www.gnu.org/software/gnulib/Copyright/request-assign.future
You may make assignments for up to four projects at a time.
-
+[
In case you're wondering why we bother with all of this, read this:
- http://www.gnu.org/licenses/why-assign.html
+ https://www.gnu.org/licenses/why-assign.html
Run "make syntax-check", or even "make distcheck"
@@ -505,7 +504,7 @@ to configure your editor to highlight any offending characters in the
files you edit. If you use Emacs, customize its font-lock mode
or use its WhiteSpace mode:
- http://www.emacswiki.org/emacs/WhiteSpace
+ https://www.emacswiki.org/emacs/WhiteSpace
If you use vim, add this to ~/.vimrc: