Skip to content

Commit ff4832e

Browse files
committed
Doc: http:// links to https://
1 parent 8a772c7 commit ff4832e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/about.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
About Alex
44
==========
55

6-
Alex can always be obtained from its `home page <http://www.haskell.org/alex>`__.
6+
Alex can always be obtained from its `home page <https://www.haskell.org/alex>`__.
77
The latest source code lives in the `git repository <https://github.com/haskell/alex>`__ on ``GitHub``.
88

99
Releases
@@ -19,7 +19,7 @@ Reporting issues with Alex
1919

2020
Please report bugs on the `Alex issue tracker <https://github.com/haskell/alex/issues>`__.
2121
There are no specific mailing lists for the discussion of Alex-related matters,
22-
but such topics should be fine on the `Haskell Cafe <http://www.haskell.org/mailman/listinfo/haskell-cafe>`__ mailing list.
22+
but such topics should be fine on the `Haskell Cafe <https://www.haskell.org/mailman/listinfo/haskell-cafe>`__ mailing list.
2323

2424
License
2525
-------

doc/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ then the output filename can be specified using the ``-o`` option:
111111
$ alex Tokens.x -o Main.hs
112112
113113
The resulting module is Haskell 98 compatible.
114-
It can also be readily used with a `Happy <http://www.haskell.org/happy/>`__ parser.
114+
It can also be readily used with a `Happy <https://www.haskell.org/happy/>`__ parser.
115115

116116
.. [1]
117117
That is, unless you have any patterns that require a long lookahead.

doc/obtaining.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ From `Stackage <https://www.stackage.org/package/alex>`__ via `Stack <https://ha
2121

2222
$ stack install alex
2323

24-
Moreover, recent versions of ``cabal`` will automatically install the required version of ``alex`` based on ``build-tools``/``build-tool-depends`` `declarations <http://cabal.readthedocs.io/en/latest/developing-packages.html#pkg-field-build-tool-depends>`__.
24+
Moreover, recent versions of ``cabal`` will automatically install the required version of ``alex`` based on ``build-tools``/``build-tool-depends`` `declarations <https://cabal.readthedocs.io/en/3.10/cabal-package.html#pkg-field-build-tool-depends>`__.
2525

2626
Operating System way
2727
--------------------

0 commit comments

Comments
 (0)