Skip to content

Commit 5103b17

Browse files
authored
update links (#225)
1 parent bae84cd commit 5103b17

File tree

9 files changed

+52
-52
lines changed

9 files changed

+52
-52
lines changed

app/Config/App.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class App extends BaseConfig
118118
* This determines which character set is used by default in various methods
119119
* that require a character set to be provided.
120120
*
121-
* @see http://php.net/htmlspecialchars for a list of supported charsets.
121+
* @see https://php.net/htmlspecialchars for a list of supported charsets.
122122
*
123123
* @var string
124124
*/
@@ -455,8 +455,8 @@ class App extends BaseConfig
455455
*
456456
* For a better understanding of CSP, see these documents:
457457
*
458-
* @see http://www.html5rocks.com/en/tutorials/security/content-security-policy/
459-
* @see http://www.w3.org/TR/CSP/
458+
* @see https://www.html5rocks.com/en/tutorials/security/content-security-policy/
459+
* @see https://www.w3.org/TR/CSP/
460460
*
461461
* @var bool
462462
*/

app/Config/Constants.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
| http://www.gnu.org/software/libc/manual/html_node/Exit-Status.html
6161
| (This link also contains other GNU-specific conventions)
6262
| BSD sysexits.h:
63-
| http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits
63+
| https://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits
6464
| Bash scripting:
65-
| http://tldp.org/LDP/abs/html/exitcodes.html
65+
| https://tldp.org/LDP/abs/html/exitcodes.html
6666
|
6767
*/
6868
defined('EXIT_SUCCESS') || define('EXIT_SUCCESS', 0); // no errors

app/Config/Paths.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Paths
3737
* can also be renamed or relocated anywhere on your getServer. If
3838
* you do, use a full getServer path.
3939
*
40-
* @see http://codeigniter.com/user_guide/general/managing_apps.html
40+
* @see https://codeigniter.com/user_guide/general/managing_apps.html
4141
*
4242
* @var string
4343
*/

app/Libraries/Blog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ protected function parseVideoTags(?string $html = null)
291291

292292
// Since the plugin doesn't support video embeds, yet,
293293
// wire our own up. The syntax for video embeds is
294-
// ![[ http://youtube.com/watch?v=xlkjsdfhlk ]]
294+
// ![[ https://youtube.com/watch?v=xlkjsdfhlk ]]
295295
preg_match_all('|!video\[([\s\w:/.?=&;]*)\]|i', $html, $matches);
296296

297297
if (! count($matches)) {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"test": "phpunit"
7272
},
7373
"support": {
74-
"forum": "http://forum.codeigniter.com/",
74+
"forum": "https://forum.codeigniter.com/",
7575
"source": "https://github.com/codeigniter4/CodeIgniter4",
7676
"slack": "https://codeigniterchat.slack.com"
7777
}

public/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Options All -Indexes
1313

1414
# If you installed CodeIgniter in a subfolder, you will need to
1515
# change the following line to match the subfolder you need.
16-
# http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase
16+
# https://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase
1717
# RewriteBase /
1818

1919
# Redirect Trailing Slashes...

public/assets/js/highlight/CHANGES.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ Other notable changes:
10101010
[webworkers]: https://github.com/isagalaev/highlight.js#web-workers
10111011
[Jeremy Hull]: https://github.com/sourrust
10121012
[#348]: https://github.com/isagalaev/highlight.js/issues/348
1013-
[sg]: http://highlightjs.readthedocs.org/en/latest/style-guide.html
1013+
[sg]: https://highlightjs.readthedocs.org/en/latest/style-guide.html
10141014
[issues]: https://github.com/isagalaev/highlight.js/issues
10151015
[Nebuleon Fumika]: https://github.com/Nebuleon
10161016
[prince]: https://github.com/prince-0203
@@ -1288,7 +1288,7 @@ New languages in this release:
12881288
- *ERB* (Ruby in HTML) by [Lucas Mazza][]
12891289
- *Roboconf* by [Vincent Zurczak][]
12901290

1291-
[b]: http://highlightjs.readthedocs.org/en/latest/building-testing.html
1291+
[b]: https://highlightjs.readthedocs.org/en/latest/building-testing.html
12921292
[Jeremy Hull]: https://github.com/sourrust
12931293
[ik]: https://twitter.com/IvanKleshnin/status/514041599484231680
12941294
[Max Mikhailov]: https://github.com/seven-phases-max
@@ -1419,7 +1419,7 @@ Other improvements:
14191419
- Various improvements to Objective-C definition by [Matt Diephouse][].
14201420
- Fixed highlighting of generics in Java.
14211421

1422-
[ll]: http://highlightjs.readthedocs.org/en/latest/api.html#listlanguages
1422+
[ll]: https://highlightjs.readthedocs.org/en/latest/api.html#listlanguages
14231423
[Sindre Sorhus]: https://github.com/sindresorhus
14241424
[Heiko August]: https://github.com/auge8472
14251425
[Nikolay Lisienko]: https://github.com/neor-ru
@@ -1512,10 +1512,10 @@ Miscellaneous improvements:
15121512
- Big overhaul of relevance counting for a number of languages. Please do report
15131513
bugs about mis-detection of non-trivial code snippets!
15141514

1515-
[API reference]: http://highlightjs.readthedocs.org/en/latest/api.html
1515+
[API reference]: https://highlightjs.readthedocs.org/en/latest/api.html
15161516

1517-
[cr]: http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html
1518-
[api docs]: http://highlightjs.readthedocs.org/en/latest/api.html
1517+
[cr]: https://highlightjs.readthedocs.org/en/latest/css-classes-reference.html
1518+
[api docs]: https://highlightjs.readthedocs.org/en/latest/api.html
15191519
[variants]: https://groups.google.com/d/topic/highlightjs/VoGC9-1p5vk/discussion
15201520
[beginKeywords]: https://github.com/isagalaev/highlight.js/commit/6c7fdea002eb3949577a85b3f7930137c7c3038d
15211521
[php-html]: https://twitter.com/highlightjs/status/408890903017689088
@@ -1560,12 +1560,12 @@ Improvements:
15601560
[mehdid]: https://github.com/mehdid
15611561
[nbraud]: https://github.com/nbraud
15621562
[revig]: https://github.com/revig
1563-
[lcs]: http://livecode.com/developers/guides/server/
1563+
[lcs]: https://livecode.com/developers/guides/server/
15641564
[sylvestre]: https://github.com/sylvestre
15651565
[isagalaev]: https://github.com/isagalaev
15661566
[treep]: https://github.com/treep
15671567
[sourrust]: https://github.com/sourrust
1568-
[d]: http://highlightjs.org/download/
1568+
[d]: https://highlightjs.org/download/
15691569

15701570

15711571
## New core developers
@@ -1593,7 +1593,7 @@ This long overdue version is a snapshot of the current source tree with all the
15931593
changes that happened during the past year. Sorry for taking so long!
15941594

15951595
Along with the changes in code highlight.js has finally got its new home at
1596-
<http://highlightjs.org/>, moving from its cradle on Software Maniacs which it
1596+
<https://highlightjs.org/>, moving from its cradle on Software Maniacs which it
15971597
outgrew a long time ago. Be sure to report any bugs about the site to
15981598
<mailto:info@highlightjs.org>.
15991599

@@ -1628,7 +1628,7 @@ New style themes:
16281628
- Mono Blue by [Ivan Sagalaev][] (uses a single color hue for everything)
16291629
- Foundation by [Dan Allen][]
16301630

1631-
[noformnocontent]: http://nn.mit-license.org/
1631+
[noformnocontent]: https://nn.mit-license.org/
16321632
[Damien White]: https://github.com/visoft
16331633
[Alexander Marenin]: https://github.com/ioncreature
16341634
[Simon Madine]: https://github.com/thingsinjars
@@ -1669,7 +1669,7 @@ Other notable changes:
16691669
- Also Oleg Efimov did a great job of moving all the docs for language and style
16701670
developers and contributors from the old wiki under the source code in the
16711671
"docs" directory. Now these docs are nicely presented at
1672-
<http://highlightjs.readthedocs.org/>.
1672+
<https://highlightjs.readthedocs.org/>.
16731673

16741674
[ng]: https://github.com/nathan11g
16751675
[dd]: https://github.com/drdrang
@@ -1703,7 +1703,7 @@ A Summer crop:
17031703
[tm]: http://jmblog.github.com/color-themes-for-highlightjs/
17041704
[tm0]: https://github.com/ChrisKempson/Tomorrow-Theme
17051705
[cd]: https://github.com/caseman
1706-
[amd]: http://requirejs.org/docs/whyamd.html
1706+
[amd]: https://requirejs.org/docs/whyamd.html
17071707

17081708

17091709
## Version 7.0
@@ -1744,9 +1744,9 @@ language detection.
17441744

17451745
Overall highlight.js currently supports 51 languages and 20 style themes.
17461746

1747-
[node.js]: http://nodejs.org/
1748-
[api]: http://softwaremaniacs.org/wiki/doku.php/highlight.js:api
1749-
[p]: http://softwaremaniacs.org/blog/2012/05/10/http-and-json-in-highlight-js/en/
1747+
[node.js]: https://nodejs.org/
1748+
[api]: https://softwaremaniacs.org/wiki/doku.php/highlight.js:api
1749+
[p]: https://softwaremaniacs.org/blog/2012/05/10/http-and-json-in-highlight-js/en/
17501750
[pojoaque]: http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
17511751
[ao]: https://github.com/angelolloqui
17521752
[ar]: https://github.com/raleksandar
@@ -1780,7 +1780,7 @@ from all this activity:
17801780
[oe]: https://github.com/Sannis
17811781
[db]: https://github.com/btd
17821782
[jc]: https://github.com/seejohnrun
1783-
[lm]: http://grigio.org/
1783+
[lm]: https://grigio.org/
17841784
[ak]: https://github.com/geekpanth3r
17851785
[es]: https://github.com/bolknote
17861786
[log]: https://github.com/isagalaev/highlight.js/commits/
@@ -1797,7 +1797,7 @@ This version also adds a new original style Arta. Its author pumbur maintains a
17971797
[heavily modified fork of highlight.js][pb] on GitHub.
17981798

17991799
[jh]: https://github.com/sourrust
1800-
[solarized]: http://ethanschoonover.com/solarized
1800+
[solarized]: https://ethanschoonover.com/solarized
18011801
[pb]: https://github.com/pumbur/highlight.js
18021802

18031803

@@ -1817,7 +1817,7 @@ New languages are:
18171817
- Go by [Stephan Kountso][steplg]
18181818

18191819
[sourrust]: https://github.com/sourrust
1820-
[desh]: http://desh.su/
1820+
[desh]: https://desh.su/
18211821
[arhibot]: https://github.com/arhibot
18221822
[ignatov]: https://github.com/ignatov
18231823
[vhbit]: https://github.com/vhbit
@@ -1830,7 +1830,7 @@ bugs.
18301830
Developer overview of the new language syntax is available in a [blog post about
18311831
recent beta release][beta].
18321832

1833-
[beta]: http://softwaremaniacs.org/blog/2011/04/25/highlight-js-60-beta/en/
1833+
[beta]: https://softwaremaniacs.org/blog/2011/04/25/highlight-js-60-beta/en/
18341834

18351835
P.S. New version is not yet available on a Yandex CDN, so for now you have to
18361836
download [your own copy][d].
@@ -1871,8 +1871,8 @@ Bug fixes:
18711871
just replaces the contents.
18721872
- Small fixes in browser compatibility and heuristics.
18731873

1874-
[c++ 0x]: http://ru.wikipedia.org/wiki/C%2B%2B0x
1875-
[html 5]: http://en.wikipedia.org/wiki/HTML5
1874+
[c++ 0x]: https://ru.wikipedia.org/wiki/C%2B%2B0x
1875+
[html 5]: https://en.wikipedia.org/wiki/HTML5
18761876
[ik]: http://kalnitsky.org.ua/
18771877

18781878
### For developers
@@ -1901,8 +1901,8 @@ expected one. Test summary is displayed right above all language snippets.
19011901
Fine people at [Yandex][] agreed to host highlight.js on their big fast servers.
19021902
[Link up][l]!
19031903

1904-
[yandex]: http://yandex.com/
1905-
[l]: http://softwaremaniacs.org/soft/highlight/en/download/
1904+
[yandex]: https://yandex.com/
1905+
[l]: https://softwaremaniacs.org/soft/highlight/en/download/
19061906

19071907

19081908
## Version 5.10 — "Paris".
@@ -1936,8 +1936,8 @@ Fixes for existing languages:
19361936
- the definition of SQL has become more solid and now it shouldn't be overly
19371937
greedy when it comes to language detection
19381938

1939-
[ls]: http://gnuu.org/
1940-
[yard]: http://yardoc.org/
1939+
[ls]: https://gnuu.org/
1940+
[yard]: https://yardoc.org/
19411941

19421942
The highlighter has become more usable as a library allowing to do highlighting
19431943
from initialization code of JS frameworks and in ajax methods (see.
@@ -1946,7 +1946,7 @@ readme.eng.txt).
19461946
Also this version drops support for the [WordPress][wp] plugin. Everyone is
19471947
welcome to [pick up its maintenance][p] if needed.
19481948

1949-
[wp]: http://wordpress.org/
1949+
[wp]: https://wordpress.org/
19501950
[p]: http://bazaar.launchpad.net/~isagalaev/+junk/highlight/annotate/342/src/wp_highlight.js.php
19511951

19521952

@@ -1992,9 +1992,9 @@ Also in this version:
19921992
- Oleg Volchkov has sent a definition for [Parser 3][p3].
19931993

19941994
[1]: http://softwaremaniacs.org/forum/highlightjs/6612/
1995-
[p3]: http://www.parser.ru/
1996-
[vp]: http://vasily.polovnyov.ru/
1997-
[vd]: http://dolzhenko.blogspot.com/
1995+
[p3]: https://www.parser.ru/
1996+
[vp]: https://vasily.polovnyov.ru/
1997+
[vd]: https://dolzhenko.blogspot.com/
19981998

19991999

20002000
## Version 5.2
@@ -2019,8 +2019,8 @@ contributions!
20192019
the matter.
20202020

20212021
[vooon]: http://vehq.ru/about/
2022-
[rukeba]: http://rukeba.com/
2023-
[drake]: http://drakeguan.org/
2022+
[rukeba]: https://rukeba.com/
2023+
[drake]: https://drakeguan.org/
20242024
[ke]: http://k-evdokimenko.moikrug.ru/
20252025

20262026

public/assets/js/highlight/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -274,16 +274,16 @@ for details.
274274
The official site for the library is at <https://highlightjs.org/>.
275275

276276
Further in-depth documentation for the API and other topics is at
277-
<http://highlightjs.readthedocs.io/>.
277+
<https://highlightjs.readthedocs.io/>.
278278

279279
Authors and contributors are listed in the [AUTHORS.txt][8] file.
280280

281-
[1]: http://highlightjs.readthedocs.io/en/latest/api.html#inithighlightingonload
282-
[2]: http://highlightjs.readthedocs.io/en/latest/css-classes-reference.html
283-
[3]: http://highlightjs.readthedocs.io/en/latest/api.html#highlightblock-block
284-
[4]: http://highlightjs.readthedocs.io/en/latest/api.html#configure-options
281+
[1]: https://highlightjs.readthedocs.io/en/latest/api.html#inithighlightingonload
282+
[2]: https://highlightjs.readthedocs.io/en/latest/css-classes-reference.html
283+
[3]: https://highlightjs.readthedocs.io/en/latest/api.html#highlightblock-block
284+
[4]: https://highlightjs.readthedocs.io/en/latest/api.html#configure-options
285285
[5]: https://highlightjs.org/download/
286-
[6]: http://highlightjs.readthedocs.io/en/latest/building-testing.html
286+
[6]: https://highlightjs.readthedocs.io/en/latest/building-testing.html
287287
[7]: https://github.com/highlightjs/highlight.js/blob/master/LICENSE
288288
[8]: https://github.com/highlightjs/highlight.js/blob/master/AUTHORS.txt
289289
[9]: https://github.com/highlightjs/highlight.js/blob/master/SUPPORTED_LANGUAGES.md

public/assets/js/highlight/README.ru.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ Highlight.js распространяется под лицензией BSD. П
129129
Официальный сайт билиотеки расположен по адресу <https://highlightjs.org/>.
130130

131131
Более подробная документация по API и другим темам расположена на
132-
<http://highlightjs.readthedocs.io/>.
132+
<https://highlightjs.readthedocs.io/>.
133133

134134
Авторы и контрибьюторы перечислены в файле [AUTHORS.txt][8] file.
135135

136-
[1]: http://highlightjs.readthedocs.io/en/latest/api.html#inithighlightingonload
137-
[2]: http://highlightjs.readthedocs.io/en/latest/css-classes-reference.html
138-
[3]: http://highlightjs.readthedocs.io/en/latest/api.html#highlightblock-block
139-
[4]: http://highlightjs.readthedocs.io/en/latest/api.html#configure-options
136+
[1]: https://highlightjs.readthedocs.io/en/latest/api.html#inithighlightingonload
137+
[2]: https://highlightjs.readthedocs.io/en/latest/css-classes-reference.html
138+
[3]: https://highlightjs.readthedocs.io/en/latest/api.html#highlightblock-block
139+
[4]: https://highlightjs.readthedocs.io/en/latest/api.html#configure-options
140140
[5]: https://highlightjs.org/download/
141-
[6]: http://highlightjs.readthedocs.io/en/latest/building-testing.html
141+
[6]: https://highlightjs.readthedocs.io/en/latest/building-testing.html
142142
[7]: https://github.com/highlightjs/highlight.js/blob/master/LICENSE
143143
[8]: https://github.com/highlightjs/highlight.js/blob/master/AUTHORS.txt

0 commit comments

Comments
 (0)