diff --git a/documentation/details.rst b/documentation/details.rst index 510a067..7bbeef9 100644 --- a/documentation/details.rst +++ b/documentation/details.rst @@ -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 `_ 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 `_ project at `Berkeley Lab `_ +* `Diamond Light Source `_ +* `European Spallation Source `_ +* `Fermilab `_ +* `SLAC National Accelerator Laboratory `_ +* `SNS `_ at `Oak Ridge National Lab `_ Implementation Notes ==================== diff --git a/documentation/releasenotes.rst b/documentation/releasenotes.rst index 286cb1b..4064753 100644 --- a/documentation/releasenotes.rst +++ b/documentation/releasenotes.rst @@ -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() `_ bug. * ioc: Fix typo preventing processing of DBR_STRING fields. * ioc: fix group put always `dbProcess()`. * ioc: fix block=true to DBF_ENUM.