Skip to content

Commit d05ea60

Browse files
committed
Merge branch 'js/update-urls-in-doc-and-comment' into next
Stale URLs have been updated to their current counterparts (or archive.org) and HTTP links are replaced with working HTTPS links. * js/update-urls-in-doc-and-comment: doc: refer to internet archive doc: update links for andre-simon.de doc: switch links to https doc: update links to current pages
2 parents 86af4ee + 62b4f7b commit d05ea60

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+81
-81
lines changed

Documentation/CodingGuidelines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ For Perl programs:
518518

519519
For Python scripts:
520520

521-
- We follow PEP-8 (http://www.python.org/dev/peps/pep-0008/).
521+
- We follow PEP-8 (https://peps.python.org/pep-0008/).
522522

523523
- As a minimum, we aim to be compatible with Python 2.7.
524524

Documentation/MyFirstContribution.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ Johannes Schindelin to make life as a Git contributor easier for those used to
833833
the GitHub PR workflow. It allows contributors to open pull requests against its
834834
mirror of the Git project, and does some magic to turn the PR into a set of
835835
emails and send them out for you. It also runs the Git continuous integration
836-
suite for you. It's documented at http://gitgitgadget.github.io.
836+
suite for you. It's documented at https://gitgitgadget.github.io/.
837837

838838
[[create-fork]]
839839
=== Forking `git/git` on GitHub

Documentation/RelNotes/1.6.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To ease the transition plan, the receiving repository of such a
1010
push running this release will issue a big warning when the
1111
configuration variable is missing. Please refer to:
1212

13-
http://git.or.cz/gitwiki/GitFaq#non-bare
13+
https://archive.kernel.org/oldwiki/git.wiki.kernel.org/index.php/GitFaq.html#non-bare
1414
https://lore.kernel.org/git/[email protected]/
1515

1616
for more details on the reason why this change is needed and the

Documentation/RelNotes/1.6.3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To ease the transition plan, the receiving repository of such a
1010
push running this release will issue a big warning when the
1111
configuration variable is missing. Please refer to:
1212

13-
http://git.or.cz/gitwiki/GitFaq#non-bare
13+
https://archive.kernel.org/oldwiki/git.wiki.kernel.org/index.php/GitFaq.html#non-bare
1414
https://lore.kernel.org/git/[email protected]/
1515

1616
for more details on the reason why this change is needed and the

Documentation/RelNotes/1.6.4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To ease the transition plan, the receiving repository of such a
1010
push running this release will issue a big warning when the
1111
configuration variable is missing. Please refer to:
1212

13-
http://git.or.cz/gitwiki/GitFaq#non-bare
13+
https://archive.kernel.org/oldwiki/git.wiki.kernel.org/index.php/GitFaq.html#non-bare
1414
https://lore.kernel.org/git/[email protected]/
1515

1616
for more details on the reason why this change is needed and the

Documentation/RelNotes/1.6.5.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To ease the transition plan, the receiving repository of such a
2121
push running this release will issue a big warning when the
2222
configuration variable is missing. Please refer to:
2323

24-
http://git.or.cz/gitwiki/GitFaq#non-bare
24+
https://archive.kernel.org/oldwiki/git.wiki.kernel.org/index.php/GitFaq.html#non-bare
2525
https://lore.kernel.org/git/[email protected]/
2626

2727
for more details on the reason why this change is needed and the

Documentation/RelNotes/1.6.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ users will fare this time.
6363

6464
Please refer to:
6565

66-
http://git.or.cz/gitwiki/GitFaq#non-bare
66+
https://archive.kernel.org/oldwiki/git.wiki.kernel.org/index.php/GitFaq.html#non-bare
6767
https://lore.kernel.org/git/[email protected]/
6868

6969
for more details on the reason why this change is needed and the

Documentation/git-cvsimport.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DESCRIPTION
2222
deprecated; it does not work with cvsps version 3 and later. If you are
2323
performing a one-shot import of a CVS repository consider using
2424
http://cvs2svn.tigris.org/cvs2git.html[cvs2git] or
25-
http://www.catb.org/esr/cvs-fast-export/[cvs-fast-export].
25+
https://gitlab.com/esr/cvs-fast-export[cvs-fast-export].
2626

2727
Imports a CVS repository into Git. It will either create a new
2828
repository, or incrementally import into an existing one.
@@ -221,7 +221,7 @@ Problems related to tags:
221221
If you suspect that any of these issues may apply to the repository you
222222
want to import, consider using cvs2git:
223223

224-
* cvs2git (part of cvs2svn), `http://subversion.apache.org/`
224+
* cvs2git (part of cvs2svn), `https://subversion.apache.org/`
225225

226226
GIT
227227
---

Documentation/git-format-patch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,8 @@ Approach #3 (external editor)
610610
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
611611

612612
The following Thunderbird extensions are needed:
613-
AboutConfig from http://aboutconfig.mozdev.org/ and
614-
External Editor from http://globs.org/articles.php?lng=en&pg=8
613+
AboutConfig from https://mjg.github.io/AboutConfig/ and
614+
External Editor from https://globs.org/articles.php?lng=en&pg=8
615615

616616
1. Prepare the patch as a text file using your method of choice.
617617

Documentation/git-imap-send.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ flames ridiculing you if you don't check this.
135135

136136
Thunderbird in particular is known to be problematic. Thunderbird
137137
users may wish to visit this web page for more information:
138-
http://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email
138+
https://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email
139139

140140
SEE ALSO
141141
--------

Documentation/git-send-email.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ have been specified, in which case default to 'compose'.
454454
998 characters unless a suitable transfer encoding
455455
('auto', 'base64', or 'quoted-printable') is used;
456456
this is due to SMTP limits as described by
457-
http://www.ietf.org/rfc/rfc5322.txt.
457+
https://www.ietf.org/rfc/rfc5322.txt.
458458
--
459459
+
460460
Default is the value of `sendemail.validate`; if this is not set,

Documentation/git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ Authors
10711071
-------
10721072
Git was started by Linus Torvalds, and is currently maintained by Junio
10731073
C Hamano. Numerous contributions have come from the Git mailing list
1074-
<[email protected]>. http://www.openhub.net/p/git/contributors/summary
1074+
<[email protected]>. https://openhub.net/p/git/contributors/summary
10751075
gives you a more complete list of contributors.
10761076

10771077
If you have a clone of git.git itself, the

Documentation/gitcore-tutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ the remote repository URL in the local repository's config file
10891089
like this:
10901090

10911091
------------------------------------------------
1092-
$ git config remote.linus.url http://www.kernel.org/pub/scm/git/git.git/
1092+
$ git config remote.linus.url https://git.kernel.org/pub/scm/git/git.git/
10931093
------------------------------------------------
10941094

10951095
and use the "linus" keyword with 'git pull' instead of the full URL.

Documentation/gitprotocol-http.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ TODO: Document this further.
529529
REFERENCES
530530
----------
531531

532-
http://www.ietf.org/rfc/rfc1738.txt[RFC 1738: Uniform Resource Locators (URL)]
533-
http://www.ietf.org/rfc/rfc2616.txt[RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1]
532+
https://www.ietf.org/rfc/rfc1738.txt[RFC 1738: Uniform Resource Locators (URL)]
533+
https://www.ietf.org/rfc/rfc2616.txt[RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1]
534534

535535
SEE ALSO
536536
--------

Documentation/gitweb.conf.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ $mimetypes_file::
242242

243243
$highlight_bin::
244244
Path to the highlight executable to use (it must be the one from
245-
http://www.andre-simon.de[] due to assumptions about parameters and output).
245+
http://andre-simon.de/zip/download.php[] due to assumptions about parameters and output).
246246
By default set to 'highlight'; set it to full path to highlight
247247
executable if it is not installed on your web server's PATH.
248248
Note that 'highlight' feature must be set for gitweb to actually
@@ -820,7 +820,7 @@ filesystem (i.e. "$projectroot/$project"), `%h` to the current hash
820820
(\'h' gitweb parameter) and `%b` to the current hash base
821821
(\'hb' gitweb parameter); `%%` expands to \'%'.
822822
+
823-
For example, at the time this page was written, the http://repo.or.cz[]
823+
For example, at the time this page was written, the https://repo.or.cz[]
824824
Git hosting site set it to the following to enable graphical log
825825
(using the third party tool *git-browser*):
826826
+

Documentation/gitweb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gitweb provides a web interface to Git repositories. Its features include:
2828
revisions one at a time, viewing the history of the repository.
2929
* Finding commits whose commit messages match a given search term.
3030

31-
See http://repo.or.cz/w/git.git/tree/HEAD:/gitweb/[] for gitweb source code,
31+
See https://repo.or.cz/w/git.git/tree/HEAD:/gitweb/[] for gitweb source code,
3232
browsed using gitweb itself.
3333

3434

Documentation/howto/keep-canonical-history-correct.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ The procedure will result in a history that looks like this:
213213
B0--B1---------B2
214214
------------
215215

216-
See also http://git-blame.blogspot.com/2013/09/fun-with-first-parent-history.html
216+
See also https://git-blame.blogspot.com/2013/09/fun-with-first-parent-history.html

Documentation/signoff-option.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif::git-commit[]
99
the committer has the rights to submit the work under the
1010
project's license or agrees to some contributor representation,
1111
such as a Developer Certificate of Origin.
12-
(See http://developercertificate.org for the one used by the
12+
(See https://developercertificate.org for the one used by the
1313
Linux kernel and Git projects.) Consult the documentation or
1414
leadership of the project to which you're contributing to
1515
understand how the signoffs are used in that project.

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Issues of note:
124124
interacting with svn repositories with "git svn"). If you can
125125
live without these, use NO_PERL. Note that recent releases of
126126
Redhat/Fedora are reported to ship Perl binary package with some
127-
core modules stripped away (see http://lwn.net/Articles/477234/),
127+
core modules stripped away (see https://lwn.net/Articles/477234/),
128128
so you might need to install additional packages other than Perl
129129
itself, e.g. Digest::MD5, File::Spec, File::Temp, Net::Domain,
130130
Net::SMTP, and Time::HiRes.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ include shared.mak
186186
# Define NO_DEFLATE_BOUND if your zlib does not have deflateBound.
187187
#
188188
# Define NO_NORETURN if using buggy versions of gcc 4.6+ and profile feedback,
189-
# as the compiler can crash (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299)
189+
# as the compiler can crash (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299)
190190
#
191191
# Define USE_NSEC below if you want git to care about sub-second file mtimes
192192
# and ctimes. Note that you need recent glibc (at least 2.2.4) for this. On
@@ -2734,7 +2734,7 @@ $(OBJECTS): %.o: %.c GIT-CFLAGS $(missing_dep_dirs) $(missing_compdb_dir)
27342734

27352735
ifdef USE_COMPUTED_HEADER_DEPENDENCIES
27362736
# Take advantage of gcc's on-the-fly dependency generation
2737-
# See <http://gcc.gnu.org/gcc-3.0/features.html>.
2737+
# See <https://gcc.gnu.org/gcc-3.0/features.html>.
27382738
dep_files_present := $(wildcard $(dep_files))
27392739
ifneq ($(dep_files_present),)
27402740
include $(dep_files_present)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ string translations (localization l10) should see [po/README.md][]
4242
To subscribe to the list, send an email with just "subscribe git" in
4343
the body to [email protected] (not the Git list). The mailing
4444
list archives are available at <https://lore.kernel.org/git/>,
45-
<http://marc.info/?l=git> and other archival sites.
45+
<https://marc.info/?l=git> and other archival sites.
4646

4747
Issues which are security relevant should be disclosed privately to
4848
the Git Security mailing list <[email protected]>.

git-cvsimport.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ sub conn {
329329
# Use a HTTP Proxy. Only works for HTTP proxies that
330330
# don't require user authentication
331331
#
332-
# See: http://www.ietf.org/rfc/rfc2817.txt
332+
# See: https://www.ietf.org/rfc/rfc2817.txt
333333

334334
$s = IO::Socket::INET->new(PeerHost => $proxyhost, PeerPort => $proxyport);
335335
die "Socket to $proxyhost: $!\n" unless defined $s;

git-gui/git-gui.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2424
GNU General Public License for more details.
2525

2626
You should have received a copy of the GNU General Public License
27-
along with this program; if not, see <http://www.gnu.org/licenses/>.}]
27+
along with this program; if not, see <https://www.gnu.org/licenses/>.}]
2828

2929
######################################################################
3030
##
@@ -2367,7 +2367,7 @@ proc do_quit {{rc {1}}} {
23672367
set ret_code $rc
23682368

23692369
# Briefly enable send again, working around Tk bug
2370-
# http://sourceforge.net/tracker/?func=detail&atid=112997&aid=1821174&group_id=12997
2370+
# https://sourceforge.net/p/tktoolkit/bugs/2343/
23712371
tk appname [appname]
23722372

23732373
destroy .
@@ -3052,7 +3052,7 @@ if {$doc_path ne {}} {
30523052
if {[file isfile $doc_path]} {
30533053
set doc_url "file:$doc_path"
30543054
} else {
3055-
set doc_url {http://www.kernel.org/pub/software/scm/git/docs/}
3055+
set doc_url {https://www.kernel.org/pub/software/scm/git/docs/}
30563056
}
30573057

30583058
proc start_browser {url} {

git-gui/lib/encoding.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# (Copied from gitk, commit fd8ccbec4f0161)
44

55
# This list of encoding names and aliases is distilled from
6-
# http://www.iana.org/assignments/character-sets.
6+
# https://www.iana.org/assignments/character-sets.
77
# Not all of them are supported by Tcl.
88
set encoding_aliases {
99
{ ANSI_X3.4-1968 iso-ir-6 ANSI_X3.4-1986 ISO_646.irv:1991 ASCII

git-gui/po/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ in your language?
3939
If you do not know what your language should be named, you need to find
4040
it. This currently follows ISO 639-1 two letter codes:
4141

42-
http://www.loc.gov/standards/iso639-2/php/code_list.php
42+
https://www.loc.gov/standards/iso639-2/php/code_list.php
4343

4444
For example, if you are preparing a translation for Afrikaans, the
4545
language code is "af". If there already is a translation for your

git-instaweb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ mongoose_conf() {
432432
# Mongoose web server configuration file.
433433
# Lines starting with '#' and empty lines are ignored.
434434
# For detailed description of every option, visit
435-
# http://code.google.com/p/mongoose/wiki/MongooseManual
435+
# https://code.google.com/p/mongoose/wiki/MongooseManual
436436
437437
root $root
438438
ports $port
@@ -458,7 +458,7 @@ plackup_conf () {
458458
#!$PERL
459459
460460
# gitweb - simple web interface to track changes in git repositories
461-
# PSGI wrapper and server starter (see http://plackperl.org)
461+
# PSGI wrapper and server starter (see https://plackperl.org)
462462
463463
use strict;
464464

gitk-git/gitk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11956,7 +11956,7 @@ proc formatdate {d} {
1195611956
}
1195711957

1195811958
# This list of encoding names and aliases is distilled from
11959-
# http://www.iana.org/assignments/character-sets.
11959+
# https://www.iana.org/assignments/character-sets.
1196011960
# Not all of them are supported by Tcl.
1196111961
set encoding_aliases {
1196211962
{ ANSI_X3.4-1968 iso-ir-6 ANSI_X3.4-1986 ISO_646.irv:1991 ASCII
@@ -12472,7 +12472,7 @@ if {[tk windowingsystem] eq "aqua"} {
1247212472

1247312473
catch {
1247412474
# follow the XDG base directory specification by default. See
12475-
# http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
12475+
# https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
1247612476
if {[info exists env(XDG_CONFIG_HOME)] && $env(XDG_CONFIG_HOME) ne ""} {
1247712477
# XDG_CONFIG_HOME environment variable is set
1247812478
set config_file [file join $env(XDG_CONFIG_HOME) git gitk]

gitweb/INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ You can specify the following configuration variables when building GIT:
203203
created. [Default: /etc/gitweb.conf]
204204
* HIGHLIGHT_BIN
205205
Path to the highlight executable to use (must be the one from
206-
http://www.andre-simon.de due to assumptions about parameters and output).
206+
http://andre-simon.de/zip/download.php due to assumptions about parameters and output).
207207
Useful if highlight is not installed on your webserver's PATH.
208208
[Default: highlight]
209209

gitweb/gitweb.perl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ sub evaluate_uri {
122122
our $javascript = "++GITWEB_JS++";
123123

124124
# URI and label (title) of GIT logo link
125-
#our $logo_url = "http://www.kernel.org/pub/software/scm/git/docs/";
125+
#our $logo_url = "https://www.kernel.org/pub/software/scm/git/docs/";
126126
#our $logo_label = "git documentation";
127-
our $logo_url = "http://git-scm.com/";
127+
our $logo_url = "https://git-scm.com/";
128128
our $logo_label = "git homepage";
129129

130130
# source of projects list
@@ -197,7 +197,7 @@ sub evaluate_uri {
197197
our $prevent_xss = 0;
198198

199199
# Path to the highlight executable to use (must be the one from
200-
# http://www.andre-simon.de due to assumptions about parameters and output).
200+
# http://andre-simon.de/zip/download.php due to assumptions about parameters and output).
201201
# Useful if highlight is not installed on your webserver's PATH.
202202
# [Default: highlight]
203203
our $highlight_bin = "++HIGHLIGHT_BIN++";
@@ -269,7 +269,7 @@ sub evaluate_uri {
269269
# Leave it undefined (or set to 'undef') to turn off load checking.
270270
our $maxload = 300;
271271

272-
# configuration for 'highlight' (http://www.andre-simon.de/)
272+
# configuration for 'highlight' (http://andre-simon.de/doku/highlight/en/highlight.php)
273273
# match by basename
274274
our %highlight_basename = (
275275
#'Program' => 'py',
@@ -8193,7 +8193,7 @@ sub git_feed {
81938193
my $have_blame = gitweb_check_feature('blame');
81948194

81958195
# Atom: http://www.atomenabled.org/developers/syndication/
8196-
# RSS: http://www.notestips.com/80256B3A007F2692/1/NAMO5P9UPQ
8196+
# RSS: https://web.archive.org/web/20030729001534/http://www.notestips.com/80256B3A007F2692/1/NAMO5P9UPQ
81978197
if ($format ne 'rss' && $format ne 'atom') {
81988198
die_error(400, "Unknown web feed format");
81998199
}

gitweb/static/gitweb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ div.remote {
667667
}
668668

669669

670-
/* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */
670+
/* Style definition generated by highlight 2.4.5, http://andre-simon.de/doku/highlight/en/highlight.php */
671671

672672
/* Highlighting theme definition: */
673673

gitweb/static/js/lib/common-lib.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ function addCssRule(selector, style) {
123123
* NOTE that there are limits and differences compared to native
124124
* getElementsByClassName as defined by e.g.:
125125
* https://developer.mozilla.org/en/DOM/document.getElementsByClassName
126-
* http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-getelementsbyclassname
127-
* http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-getelementsbyclassname
126+
* https://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-getelementsbyclassname
127+
* https://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-getelementsbyclassname
128128
*
129129
* Namely, this implementation supports only single class name as
130130
* argument and not set of space-separated tokens representing classes,
@@ -133,11 +133,11 @@ function addCssRule(selector, style) {
133133
* (via getElementsByTagName).
134134
*
135135
* Based on
136-
* http://code.google.com/p/getelementsbyclassname/
136+
* https://code.google.com/p/getelementsbyclassname/
137137
* http://www.dustindiaz.com/getelementsbyclass/
138-
* http://stackoverflow.com/questions/1818865/do-we-have-getelementsbyclassname-in-javascript
138+
* https://stackoverflow.com/questions/1818865/do-we-have-getelementsbyclassname-in-javascript
139139
*
140-
* See also http://ejohn.org/blog/getelementsbyclassname-speed-comparison/
140+
* See also https://johnresig.com/blog/getelementsbyclassname-speed-comparison/
141141
*
142142
* @param {String} class: name of _single_ class to find
143143
* @param {String} [taghint] limit search to given tags

0 commit comments

Comments
 (0)