@@ -6,7 +6,7 @@ About Alex
6
6
7
7
Alex can always be obtained from its `home
8
8
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 ``.
10
10
11
11
.. _relnotes-30 :
12
12
@@ -158,10 +158,11 @@ Implementation changes
158
158
Reporting bugs in Alex
159
159
----------------------
160
160
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
165
166
list.
166
167
167
168
License
@@ -196,3 +197,11 @@ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
196
197
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
197
198
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
198
199
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.
0 commit comments