Skip to content

Commit b377967

Browse files
committed
Fix a number of broken links
As reported by @gustavosr8 in PR #173, fix a number of broken links still pointing to the old pythonIoc repository.
1 parent c110d2f commit b377967

File tree

4 files changed

+36
-18
lines changed

4 files changed

+36
-18
lines changed

CHANGELOG.rst

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -219,19 +219,33 @@ Added:
219219

220220
Last release as an EPICS module rather than a Python package
221221

222-
223-
.. _Unreleased: https://github.com/DiamondLightSource/pythonIoc/compare/4.5.0...HEAD
224-
.. _4.5.0: https://github.com/DiamondLightSource/pythonIoc/compare/4.4.0...4.5.0
225-
.. _4.4.0: https://github.com/DiamondLightSource/pythonIoc/compare/4.3.0...4.4.0
226-
.. _4.3.0: https://github.com/DiamondLightSource/pythonIoc/compare/4.2.0...4.3.0
227-
.. _4.2.0: https://github.com/DiamondLightSource/pythonIoc/compare/4.1.0...4.2.0
228-
.. _4.1.0: https://github.com/DiamondLightSource/pythonIoc/compare/4.0.2...4.1.0
229-
.. _4.0.2: https://github.com/DiamondLightSource/pythonIoc/compare/4.0.1...4.0.2
230-
.. _4.0.1: https://github.com/DiamondLightSource/pythonIoc/compare/3.2.1...4.0.1
231-
.. _3.2.1: https://github.com/DiamondLightSource/pythonIoc/compare/3.2...3.2.1
232-
.. _3.2: https://github.com/DiamondLightSource/pythonIoc/compare/3.1...3.2
233-
.. _3.1: https://github.com/DiamondLightSource/pythonIoc/compare/3.0...3.1
234-
.. _3.0: https://github.com/DiamondLightSource/pythonIoc/compare/3.0b2...3.0
235-
.. _3.0b2: https://github.com/DiamondLightSource/pythonIoc/compare/3.0b1...3.0b2
236-
.. _3.0b1: https://github.com/DiamondLightSource/pythonIoc/compare/2-16...3.0b1
237-
.. _2-16: https://github.com/DiamondLightSource/pythonIoc/releases/tag/2-16
222+
.. _Unreleased:
223+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/4.5.0...HEAD
224+
.. _4.5.0:
225+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/4.4.0...4.5.0
226+
.. _4.4.0:
227+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/4.3.0...4.4.0
228+
.. _4.3.0:
229+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/4.2.0...4.3.0
230+
.. _4.2.0:
231+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/4.1.0...4.2.0
232+
.. _4.1.0:
233+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/4.0.2...4.1.0
234+
.. _4.0.2:
235+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/4.0.1...4.0.2
236+
.. _4.0.1:
237+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/3.2.1...4.0.1
238+
.. _3.2.1:
239+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/3.2...3.2.1
240+
.. _3.2:
241+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/3.1...3.2
242+
.. _3.1:
243+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/3.0...3.1
244+
.. _3.0:
245+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/3.0b2...3.0
246+
.. _3.0b2:
247+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/3.0b1...3.0b2
248+
.. _3.0b1:
249+
https://github.com/DiamondLightSource/pythonSoftIOC/compare/2-16...3.0b1
250+
.. _2-16:
251+
https://github.com/DiamondLightSource/pythonSoftIOC/releases/tag/2-16

CONTRIBUTING.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ involves big changes, please file a ticket before making a pull request! We
88
want to make sure you don't spend your time coding something that might not fit
99
the scope of the project.
1010

11-
.. _dls_controls repository: https://github.com/DiamondLightSource/pythonIoc/issues
11+
.. _dls_controls repository:
12+
https://github.com/DiamondLightSource/pythonSoftIOC/issues
1213

1314
Running the tests
1415
-----------------

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ Table Of Contents
7878

7979
reference/api
8080
reference/contributing
81-
Changelog <https://github.com/DiamondLightSource/pythonSoftIOC/blob/master/CHANGELOG.rst>
81+
reference/changelog
8282
Index <genindex.html#http://>

docs/reference/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. _changelog:
2+
3+
.. include:: ../../CHANGELOG.rst

0 commit comments

Comments
 (0)