Skip to content

Commit 2186739

Browse files
committed
https
1 parent 5021f7e commit 2186739

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

FAQ-alternatives.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ The projects listed here are entirely distinct from TeX or its derivatives
1818

1919
### Patoline
2020

21-
[Patoline](http://patoline.org/) is a typesetting system written in OCaml and
21+
[Patoline](https://patoline.github.io/) is a typesetting system written in OCaml and
2222
using a mix of TeX-like syntax and "escape" to OCaml to provide typesetting
2323
control. Patoline aims for a module design, and fast numerical processing.
2424

2525
### SILE
2626

27-
[SILE](http://sile-typesetter.org/) is a typesetting system written in Lua and
27+
[SILE](https://sile-typesetter.org/) is a typesetting system written in Lua and
2828
using the HarfBuzz font shaper. It's input syntax is somewhat inspired by
2929
LaTeX, for example
3030
```latex

FAQ-missbegdoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ How to stop your editor from doing this to you depends, of course, on
6565
the editor you use; if you are using GNU Emacs, you have to
6666
change the encoding from `utf-8-with-signature` to "plain"
6767
`utf-8`; instructions for that are found on
68-
[the "stack overflow" site](http://stackoverflow.com/questions/3859274/)
68+
[the "stack overflow" site](https://stackoverflow.com/questions/3859274/)
6969

7070
(So far, all instances of this problem that the author has seen have
7171
afflicted GNU Emacs users.)

FAQ-music.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ with lyrics; `M-Tx`s output is fed into `pmx`, and
2525
thence to [`musixtex`](https://ctan.org/pkg/musixtex).
2626

2727
An alternative path to music examples within a (La)TeX document is
28-
[`Lilypond`](http://www.lilypond.org).
28+
[`Lilypond`](https://www.lilypond.org).
2929
`Lilypond` is (at heart) a batch music typesetting system
3030
with plain text input that does most of its work without TeX.
3131
`Lilypond`s input syntax is less cryptic than is
3232
MusiXTeX's, though similar quality is achieved. The
3333
`lilypond`
34-
[FAQ](http://lilypond.org/faq.html) mentions programs
34+
[FAQ](https://lilypond.org/faq.html) mentions programs
3535
with graphical user interfaces, that export lilypond output.
3636

3737
For occasional music references (sharp and flat signs, notes, clefs
@@ -63,4 +63,4 @@ the development, leading to the [`musixtex`](https://ctan.org/pkg/musixtex) used
6363

6464

6565
For Gregorion chant there is [gregoriotex](https://ctan.org/pkg)
66-
is a software application for engraving Gregorian chant scores.
66+
is a software application for engraving Gregorian chant scores.

FAQ-pkgdoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ packages, you will more often than not find documentation that way.
3232
On MiKTeX systems, the same function is provided by the
3333
`mthelp`.
3434

35-
Note that the site [texdoc.net](http://texdoc.net) provides access to the
35+
Note that the site [texdoc.org](https://texdoc.org) provides access to the
3636
documentation you _would_ have if you had a _full_
3737
installation of TeX Live; on the site you can simply ask for a
3838
package (as you would ask `texdoc`, or you can use the site's

FAQ-recovertex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ distribution) is available. One could try applying this tool to
3232
PostScript derived from an PDF file using `pdf2ps` (also
3333
from the [`ghostscript`](https://www.ghostscript.com/)
3434
distribution), or `Acrobat` `Reader` itself; an alternative is `pdftotext`,
35-
which is distributed with [`xpdf`](http://www.xpdfreader.com/).
35+
which is distributed with [`xpdf`](https://www.xpdfreader.com/).
3636

3737
Another avenue available to those with a PDF file they want to
3838
process is offered by Adobe `Acrobat` (version 5 or later):

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ Affirmer's express Statement of Purpose.
118118
CC0 or use of the Work.
119119

120120
For more information, please see
121-
<http://creativecommons.org/publicdomain/zero/1.0/>
121+
<https://creativecommons.org/publicdomain/zero/1.0/>
122122

0 commit comments

Comments
 (0)