Skip to content

Commit 2cd73fc

Browse files
committed
*: Update sourceforge links
* changelog.md: Update links here too. They have not yet appeared in any stable release. Command used: perl -pi -e 's#http://zsh.sourceforge.net#https://zsh.sourceforge.io#g' **/*(.)
1 parent 643717c commit 2cd73fc

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ enough information to allow computing the highlighting correctly.)
7373

7474
See issues [#288][i288] and [#415][i415] for details.
7575

76-
[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
76+
[zshzle-Character-Highlighting]: https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
7777
[i288]: https://github.com/zsh-users/zsh-syntax-highlighting/pull/288
7878
[i415]: https://github.com/zsh-users/zsh-syntax-highlighting/pull/415
7979

changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ to issue #418.
8989

9090
(#90, part of #245 (feature/redrawhook))
9191

92-
[zshcompsys-Standard-Styles]: http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Standard-Styles
93-
[zshcompsys-Standard-Styles-format]: http://zsh.sourceforge.net/Doc/Release/Completion-System.html#index-format_002c-completion-style
92+
[zshcompsys-Standard-Styles]: https://zsh.sourceforge.io/Doc/Release/Completion-System.html#Standard-Styles
93+
[zshcompsys-Standard-Styles-format]: https://zsh.sourceforge.io/Doc/Release/Completion-System.html#index-format_002c-completion-style
9494

9595

9696

@@ -289,7 +289,7 @@ This is a stable release, featuring bugfixes and minor improvements.
289289
- The `isearch` and `suffix` [`$zle_highlight` settings][zshzle-Character-Highlighting].
290290
(79e4d3d12405, 15db71abd0cc, b56ee542d619; requires zsh 5.3 for `$ISEARCHMATCH_ACTIVE` / `$SUFFIX_ACTIVE` support)
291291

292-
[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
292+
[zshzle-Character-Highlighting]: https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
293293

294294
- Possible history expansions in double-quoted strings.
295295
(76ea9e1df316)

docs/highlighters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ length (in characters) of command lines to be highlighter. This is useful when
3030
editing very long command lines (for example, with the [`fned`][fned] utility
3131
function). Example:
3232

33-
[fned]: http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#index-zed
33+
[fned]: https://zsh.sourceforge.io/Doc/Release/User-Contributions.html#index-zed
3434

3535
```zsh
3636
ZSH_HIGHLIGHT_MAXLENGTH=512
@@ -61,7 +61,7 @@ same as the syntax of "types of highlighting" of the zsh builtin
6161
`$zle_highlight` array, which is documented in [the `zshzle(1)` manual
6262
page][zshzle-Character-Highlighting].
6363

64-
[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
64+
[zshzle-Character-Highlighting]: https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
6565

6666
Some highlighters support additional configuration parameters; see each
6767
highlighter's documentation for details and examples.

docs/highlighters/brackets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ The syntax for values is the same as the syntax of "types of highlighting" of
2828
the zsh builtin `$zle_highlight` array, which is documented in [the `zshzle(1)`
2929
manual page][zshzle-Character-Highlighting].
3030

31-
[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
31+
[zshzle-Character-Highlighting]: https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting

docs/highlighters/cursor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ The syntax for values is the same as the syntax of "types of highlighting" of
2121
the zsh builtin `$zle_highlight` array, which is documented in [the `zshzle(1)`
2222
manual page][zshzle-Character-Highlighting].
2323

24-
[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
24+
[zshzle-Character-Highlighting]: https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting

docs/highlighters/line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ The syntax for values is the same as the syntax of "types of highlighting" of
2121
the zsh builtin `$zle_highlight` array, which is documented in [the `zshzle(1)`
2222
manual page][zshzle-Character-Highlighting].
2323

24-
[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
24+
[zshzle-Character-Highlighting]: https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting

docs/highlighters/main.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ of that (new) kind will be highlighted by the style `arg0_$kind`,
116116
where `$kind` is the output of `type -w` on the new kind of command word. If that
117117
style is not defined, then the style `arg0` will be used instead.
118118

119-
[zshmisc-Simple-Commands-And-Pipelines]: http://zsh.sourceforge.net/Doc/Release/Shell-Grammar.html#Simple-Commands-_0026-Pipelines
119+
[zshmisc-Simple-Commands-And-Pipelines]: https://zsh.sourceforge.io/Doc/Release/Shell-Grammar.html#Simple-Commands-_0026-Pipelines
120120

121-
[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
121+
[zshzle-Character-Highlighting]: https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting

docs/highlighters/pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ The syntax for values is the same as the syntax of "types of highlighting" of
2121
the zsh builtin `$zle_highlight` array, which is documented in [the `zshzle(1)`
2222
manual page][zshzle-Character-Highlighting].
2323

24-
[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
24+
[zshzle-Character-Highlighting]: https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting

docs/highlighters/regexp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ manual page][zshzle-Character-Highlighting].
5858
See also: [regular expressions tutorial][perlretut], zsh regexp operator `=~`
5959
in [the `zshmisc(1)` manual page][zshmisc-Conditional-Expressions]
6060

61-
[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
61+
[zshzle-Character-Highlighting]: https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
6262
[perlretut]: http://perldoc.perl.org/perlretut.html
63-
[zshmisc-Conditional-Expressions]: http://zsh.sourceforge.net/Doc/Release/Conditional-Expressions.html#Conditional-Expressions
63+
[zshmisc-Conditional-Expressions]: https://zsh.sourceforge.io/Doc/Release/Conditional-Expressions.html#Conditional-Expressions
6464
[MAN_ZSH_REGEX]: https://zsh.sourceforge.io/Doc/Release/Zsh-Modules.html#The-zsh_002fregex-Module
6565
[pcresyntax]: https://www.pcre.org/original/doc/html/pcresyntax.html

docs/highlighters/root.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ The syntax for values is the same as the syntax of "types of highlighting" of
2222
the zsh builtin `$zle_highlight` array, which is documented in [the `zshzle(1)`
2323
manual page][zshzle-Character-Highlighting].
2424

25-
[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
25+
[zshzle-Character-Highlighting]: https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting

0 commit comments

Comments
 (0)