Skip to content

Commit 433b5dd

Browse files
committed
RST docs: update github link, move authorship
1 parent 85f3993 commit 433b5dd

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

doc/about.rst

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ About Alex
66

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

1111
.. _relnotes-30:
1212

@@ -158,10 +158,11 @@ Implementation changes
158158
Reporting bugs in Alex
159159
----------------------
160160

161-
Please report bugs in Alex to [email protected]. There are no
162-
specific mailing lists for the discussion of Alex-related matters, but
163-
such topics should be fine on the `Haskell
164-
Cafe <http://www.haskell.org/mailman/listinfo/haskell-cafe>`__ mailing
161+
Please report bugs on the
162+
`Alex issue tracker <https://github.com/haskell/alex/issues>`__.
163+
There are no specific mailing lists for the discussion of Alex-related
164+
matters, but such topics should be fine on the `Haskell Cafe
165+
<http://www.haskell.org/mailman/listinfo/haskell-cafe>`__ mailing
165166
list.
166167

167168
License
@@ -196,3 +197,11 @@ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
196197
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
197198
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
198199
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
200+
201+
About this documentation
202+
------------------------
203+
204+
This documentation is based on a DocBook documentation originally written by
205+
Chris Dornan, Isaac Jones, and Simon Marlow.
206+
207+
Converted to RST / Sphinx / readthedocs.org by Andreas Abel in February 2022.

doc/index.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22
Alex User Guide
33
===============
44

5-
:Author: Chris Dornan
6-
:Author: Isaac Jones
7-
:Author: Simon Marlow
8-
:Date: 2003-8-11
9-
105
.. toctree::
116
:maxdepth: 2
12-
:caption: Contents:
7+
:caption: Contents
138

149
about
1510
introduction

0 commit comments

Comments
 (0)