@@ -11,9 +11,9 @@ asyncio for concurrency. PVs are served over Channel Access and PVAccess.
1111
1212============== ==============================================================
1313PyPI ``pip install softioc ``
14- Source code https://github.com/dls-controls /pythonSoftIOC
15- Documentation https://dls-controls .github.io/pythonSoftIOC
16- Changelog https://github.com/dls-controls /pythonSoftIOC/blob/master/CHANGELOG.rst
14+ Source code https://github.com/epics-python /pythonSoftIOC
15+ Documentation https://epics-python .github.io/pythonSoftIOC
16+ Changelog https://github.com/epics-python /pythonSoftIOC/blob/master/CHANGELOG.rst
1717============== ==============================================================
1818
1919A simple example of the use of this library:
@@ -47,16 +47,16 @@ A simple example of the use of this library:
4747 # Finally leave the IOC running with an interactive shell.
4848 softioc.interactive_ioc(globals ())
4949
50- .. |code_ci | image :: https://github.com/dls-controls /pythonSoftIOC/workflows/Code%20CI/badge.svg?branch=master
51- :target: https://github.com/dls-controls /pythonSoftIOC/actions?query=workflow%3A%22Code+CI%22
50+ .. |code_ci | image :: https://github.com/epics-python /pythonSoftIOC/workflows/Code%20CI/badge.svg?branch=master
51+ :target: https://github.com/epics-python /pythonSoftIOC/actions?query=workflow%3A%22Code+CI%22
5252 :alt: Code CI
5353
54- .. |docs_ci | image :: https://github.com/dls-controls /pythonSoftIOC/workflows/Docs%20CI/badge.svg?branch=master
55- :target: https://github.com/dls-controls /pythonSoftIOC/actions?query=workflow%3A%22Docs+CI%22
54+ .. |docs_ci | image :: https://github.com/epics-python /pythonSoftIOC/workflows/Docs%20CI/badge.svg?branch=master
55+ :target: https://github.com/epics-python /pythonSoftIOC/actions?query=workflow%3A%22Docs+CI%22
5656 :alt: Docs CI
5757
58- .. |coverage | image :: https://codecov.io/gh/dls-controls /pythonSoftIOC/branch/master/graph/badge.svg
59- :target: https://codecov.io/gh/dls-controls /pythonSoftIOC
58+ .. |coverage | image :: https://codecov.io/gh/epics-python /pythonSoftIOC/branch/master/graph/badge.svg
59+ :target: https://codecov.io/gh/epics-python /pythonSoftIOC
6060 :alt: Test Coverage
6161
6262.. |pypi_version | image :: https://img.shields.io/pypi/v/softioc.svg
@@ -71,4 +71,4 @@ A simple example of the use of this library:
7171 Anything below this line is used when viewing README.rst and will be replaced
7272 when included in index.rst
7373
74- See https://dls-controls .github.io/pythonSoftIOC for more detailed documentation.
74+ See https://epics-python .github.io/pythonSoftIOC for more detailed documentation.
0 commit comments