Skip to content

Commit f1baeff

Browse files
committed
fix RST hyperlinks
1 parent de7a07d commit f1baeff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ count can be used to easily convert the event data to a multi-column NumPy array
3535
npy_data = numpy.reshape(fcs_data.events, (-1, fcs_data.channel_count))
3636
3737
For higher level interaction with flow cytometry data, including GatingML and
38-
FlowJo 10 support, see the related [FlowKit](https://github.com/whitews/FlowKit)
39-
project.
38+
FlowJo 10 support, see the related FlowKit_ project.
39+
40+
.. _FlowKit: https://github.com/whitews/FlowKit
4041

4142
Changelogs
4243
__________
4344

44-
[Changelogs for versions are available here](https://github.com/whitews/FlowIO/releases)
45+
`Changelogs for versions are available here <https://github.com/whitews/FlowIO/releases>`_
4546

4647
Installation
4748
------------

0 commit comments

Comments
 (0)