Skip to content

Commit 202ee3a

Browse files
committed
Remove stale links from original design
1 parent 409ec57 commit 202ee3a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/explanations/original-design.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,11 @@ order such that when the asynPortDriver constructor the ``asynParamSet``
365365

366366
### Change Summary
367367

368-
> - asyn - <https://github.com/dls-controls/asyn/tree/pvi>
368+
> - asyn
369369
> : - Created ``asynParamSet``
370370
> - New overloaded asynPortDriver constructor that takes an ``asynParamSet*``
371371
> and calls createParams()
372-
> - ADCore - <https://github.com/dls-controls/ADCore/tree/pvi>
372+
> - ADCore
373373
> : - ``asynNDArrayDriver`` parameters split into ``asynNDArrayDriverParamSet``
374374
> : Constructor updated to take an ``asynNDArrayDriverParamSet*``.
375375
> Updated to access parameters via ``paramSet->``
@@ -380,17 +380,17 @@ order such that when the asynPortDriver constructor the ``asynParamSet``
380380
> : Updated to access parameters via ``paramSet->``.
381381
> Child classes work with no changes
382382
> - Some trivial updates to the tests
383-
> - ADSimDetector - <https://github.com/dls-controls/ADSimDetector/tree/pvi>
383+
> - ADSimDetector
384384
> : - ``simDetector`` parameters split into ``simDetectorParamSet``
385385
> - ``simDetector`` inherits from ``simDetectorParamSet`` in addition to
386386
> ``ADDriver``
387387
> - Can access parameters as before
388-
> - ADPilatus - <https://github.com/dls-controls/ADPilatus/tree/pvi>
388+
> - ADPilatus
389389
> : - Equivalent to ADSimDetector changes
390-
> - motor - <https://github.com/dls-controls/motor/tree/pvi>
390+
> - motor
391391
> : - ``asynMotorController`` parameters split into ``asynMotorControllerParamSet``
392392
> - Updated to access parameters via ``paramSet->``
393-
> - pmac - <https://github.com/dls-controls/pmac/tree/pvi>
393+
> - pmac
394394
> : - ``pmacController`` parameters split into ``pmacControllerParamSet``
395395
> - ``pmacCSController`` same
396396
> - Each inherit from their own param set (which inherits

0 commit comments

Comments
 (0)