Skip to content

Commit

Permalink
Doc: http:// links to https://
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Oct 29, 2023
1 parent 8a772c7 commit ff4832e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
About Alex
==========

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

Releases
Expand All @@ -19,7 +19,7 @@ Reporting issues with Alex

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

License
-------
Expand Down
2 changes: 1 addition & 1 deletion doc/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ then the output filename can be specified using the ``-o`` option:
$ alex Tokens.x -o Main.hs
The resulting module is Haskell 98 compatible.
It can also be readily used with a `Happy <http://www.haskell.org/happy/>`__ parser.
It can also be readily used with a `Happy <https://www.haskell.org/happy/>`__ parser.

.. [1]
That is, unless you have any patterns that require a long lookahead.
2 changes: 1 addition & 1 deletion doc/obtaining.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ From `Stackage <https://www.stackage.org/package/alex>`__ via `Stack <https://ha

$ stack install alex

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>`__.
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>`__.

Operating System way
--------------------
Expand Down

0 comments on commit ff4832e

Please sign in to comment.