]> git.ipfire.org Git - thirdparty/git.git/blobdiff - gitweb/static/js/lib/common-lib.js
doc: update links to current pages
[thirdparty/git.git] / gitweb / static / js / lib / common-lib.js
index 018bbb7d4cb72eeb786c3309ba318e7789a02b37..0fdbc25728d94ded1783e17e5b0defec00bddeed 100644 (file)
@@ -137,7 +137,7 @@ function addCssRule(selector, style) {
  *   http://www.dustindiaz.com/getelementsbyclass/
  *   http://stackoverflow.com/questions/1818865/do-we-have-getelementsbyclassname-in-javascript
  *
- * See also http://ejohn.org/blog/getelementsbyclassname-speed-comparison/
+ * See also https://johnresig.com/blog/getelementsbyclassname-speed-comparison/
  *
  * @param {String} class: name of _single_ class to find
  * @param {String} [taghint] limit search to given tags