doc: fix markdown style links in rST

This commit is contained in:
Michael Davidsaver
2026-01-26 19:27:12 -08:00
parent 6dba1d91f6
commit d90e19e350
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -151,7 +151,7 @@ When committing changes please do:
Contributors
------------
Who did the [work](https://github.com/epics-base/pvxs/graphs/contributors) to make PVXS what it is.
Who did the `work <https://github.com/epics-base/pvxs/graphs/contributors>`_ to make PVXS what it is.
.. comment: git log --format=format:%aN|sort -u|while read aa; do echo "* $aa"; done
@@ -170,12 +170,12 @@ Who did the [work](https://github.com/epics-base/pvxs/graphs/contributors) to ma
Those who supported this work.
* [ALS-U](https://als.lbl.gov/als-u/overview/) project at [Berkeley Lab](https://www.lbl.gov/)
* [Diamond Light Source](https://www.diamond.ac.uk/)
* [European Spallation Source](https://europeanspallationsource.se/)
* [Fermilab](https://fnal.gov/)
* [SLAC National Accelerator Laboratory](https://www6.slac.stanford.edu/)
* [SNS](https://neutrons.ornl.gov/sns) at [Oak Ridge National Lab](https://www.ornl.gov/)
* `ALS-U <https://als.lbl.gov/als-u/overview/>`_ project at `Berkeley Lab <https://www.lbl.gov/>`_
* `Diamond Light Source <https://www.diamond.ac.uk/>`_
* `European Spallation Source <https://europeanspallationsource.se/>`_
* `Fermilab <https://fnal.gov/>`_
* `SLAC National Accelerator Laboratory <https://www6.slac.stanford.edu/>`_
* `SNS <https://neutrons.ornl.gov/sns>`_ at `Oak Ridge National Lab <https://www.ornl.gov/>`_
Implementation Notes
====================
+1 -1
View File
@@ -89,7 +89,7 @@ Release Notes
released promptly when that operation is ended.
* server: relax post() after finish(). Return false instead of throwing ``std::logic_error``.
* ioc: ensure db_cancel_event() before ~MonitorControlOp
* Workaround for [db_cancel_event()](https://github.com/epics-base/epics-base/issues/423) bug.
* Workaround for `db_cancel_event() <https://github.com/epics-base/epics-base/issues/423>`_ bug.
* ioc: Fix typo preventing processing of DBR_STRING fields.
* ioc: fix group put always `dbProcess()`.
* ioc: fix block=true to DBF_ENUM.