Skip to content

Commit eef9bac

Browse files
committed
Remove links to haskell.org/alex
1 parent 74a9b2b commit eef9bac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

alex.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: Chris Dornan and Simon Marlow
99
maintainer: https://github.com/haskell/alex
1010
bug-reports: https://github.com/haskell/alex/issues
1111
stability: stable
12-
homepage: http://www.haskell.org/alex/
12+
homepage: https://github.com/haskell/alex
1313
synopsis: Alex is a tool for generating lexical analysers in Haskell
1414
description:
1515
Alex is a tool for generating lexical analysers in Haskell.

doc/about.rst

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

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

99
Releases
1010
--------

0 commit comments

Comments
 (0)