Skip to content

Commit f81e395

Browse files
authored
Update README.rst
1 parent 530a3b5 commit f81e395

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,14 @@ We envision that both JSON and its binary version will serve as part of
3434
the mainstream data-exchange formats for scientific research in the future.
3535
It will provide the flexibility and generality achieved by other popular
3636
general-purpose file specifications, such as
37-
[http://www.hdfgroup.org/HDF5/whatishdf5.html HDF5], with significantly
37+
`HDF5 <http://www.hdfgroup.org/HDF5/whatishdf5.html>`_, with significantly
3838
reduced complexity and enhanced performance.
3939

4040
JSONLab is a free and open-source implementation of a JSON/UBJSON encoder
4141
and a decoder in the native MATLAB language. It can be used to convert a MATLAB
4242
data structure (array, struct, cell, struct array and cell array) into
4343
JSON/UBJSON formatted strings, or to decode a JSON/UBJSON file into MATLAB
44-
data structure. JSONLab supports both MATLAB and
45-
[http://www.gnu.org/software/octave/ GNU Octave] (a free MATLAB clone).
44+
data structure. JSONLab supports both MATLAB and `GNU Octave <http://www.gnu.org/software/octave/>`_ (a free MATLAB clone).
4645

4746
================
4847
Installation

0 commit comments

Comments
 (0)