Skip to content

Commit c506e1f

Browse files
authored
Merge pull request #35 from PlasmaControl/update_doc
Change doc links from f0uriest to plasmacontrol
2 parents 66ddf4c + acb6195 commit c506e1f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ It can also be used with a python environment in the following manner:
4242
from keras2c import k2c
4343
k2c(model, function_name, malloc=False, num_tests=10, verbose=True)
4444
45-
For more information, see `Installation <https://f0uriest.github.io/keras2c/installation.html>`_ and `Usage <https://f0uriest.github.io/keras2c/usage.html>`_
45+
For more information, see `Installation <https://plasmacontrol.github.io/keras2c/installation.html>`_ and `Usage <https://plasmacontrol.github.io/keras2c/usage.html>`_
4646

4747

4848
Supported Layers
@@ -73,24 +73,24 @@ ToDo
7373
Contribute
7474
**********
7575

76-
- Documentation: `<https://f0uriest.github.io/keras2c/>`_
77-
- Issue Tracker: `<https://github.com/f0uriest/keras2c/issues>`_
78-
- Source Code: `<https://github.com/f0uriest/keras2c/>`_
76+
- Documentation: `<https://plasmacontrol.github.io/keras2c/>`_
77+
- Issue Tracker: `<https://github.com/plasmacontrol/keras2c/issues>`_
78+
- Source Code: `<https://github.com/plasmacontrol/keras2c/>`_
7979

8080
License
8181
*******
8282

8383
The project is licensed under the LGPLv3 license.
8484

8585

86-
.. |Build-Status| image:: https://travis-ci.org/f0uriest/keras2c.svg?branch=master
87-
:target: https://travis-ci.org/f0uriest/keras2c
86+
.. |Build-Status| image:: https://travis-ci.org/plasmacontrol/keras2c.svg?branch=master
87+
:target: https://travis-ci.org/plasmacontrol/keras2c
8888
:alt: Build Status
89-
.. |Codecov| image:: https://codecov.io/gh/f0uriest/keras2c/branch/master/graph/badge.svg
90-
:target: https://codecov.io/gh/f0uriest/keras2c
89+
.. |Codecov| image:: https://codecov.io/gh/plasmacontrol/keras2c/branch/master/graph/badge.svg
90+
:target: https://codecov.io/gh/plasmacontrol/keras2c
9191
:alt: Code Coverage
92-
.. |License| image:: https://img.shields.io/github/license/f0uriest/keras2c
93-
:target: https://github.com/f0uriest/keras2c/blob/master/LICENSE
92+
.. |License| image:: https://img.shields.io/github/license/plasmacontrol/keras2c
93+
:target: https://github.com/plasmacontrol/keras2c/blob/master/LICENSE
9494
:alt: License: LGPLv3
9595
.. |DOI| image:: https://zenodo.org/badge/193152058.svg
9696
:target: https://zenodo.org/badge/latestdoi/193152058

0 commit comments

Comments
 (0)