Skip to content

Commit 26efe4a

Browse files
committed
feat: fix links in readme
1 parent 7d8766e commit 26efe4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ cgen: An Abstract Syntax Tree for C, in Python
1414
cgen offers a simple abstract syntax tree for C and related languages
1515
(C++/CUDA/OpenCL) to allow structured code generation from Python.
1616
To represent mathematical expressions, cgen can be used with `pymbolic
17-
<https://github.com/inducer/pymbolic>`_.
17+
<https://github.com/inducer/pymbolic>`__.
1818

1919
Places on the web related to cgen:
2020

21-
* `Python package index <http://pypi.python.org/pypi/cgen>`_ (download releases)
22-
* `Documentation <http://documen.tician.de/cgen>`_ (read how things work)
23-
* `Github <http://github.com/inducer/cgen>`_ (get latest source code, file bugs)
21+
* `Python package index <https://pypi.org/project/cgen>`__ (download releases)
22+
* `Documentation <https://documen.tician.de/cgen>`__ (read how things work)
23+
* `Github <https://github.com/inducer/cgen>`__ (get latest source code, file bugs)
2424

2525
cgen is licensed under the liberal `MIT license
26-
<http://en.wikipedia.org/wiki/MIT_License>`_ and free for commercial, academic,
26+
<https://en.wikipedia.org/wiki/MIT_License>`__ and free for commercial, academic,
2727
and private use. All of cgen's dependencies can be automatically installed from
2828
the package index after using::
2929

0 commit comments

Comments
 (0)