From e434571252aaa57092febfb07cabb350459abad4 Mon Sep 17 00:00:00 2001 From: Timo Korhonen Date: Tue, 30 Jul 2024 13:32:19 +0200 Subject: [PATCH 1/2] Update links to epics-base Replace mdavidsaver with epics-base when the repository was moved to the epics-base project. --- documentation/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/index.rst b/documentation/index.rst index 8e660935f..213c694ce 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -9,9 +9,9 @@ PVXS is functionally equivalent to the `pvAccessCPP `_ modules, which it hopes to eventually supplant (Ok, the author hopes). -- VCS: https://github.com/mdavidsaver/pvxs -- Docs: https://mdavidsaver.github.io/pvxs -- `Issues `_ (see :ref:`reportbug`) +- VCS: https://github.com/epics-base/pvxs +- Docs: https://epics-base.github.io/pvxs +- `Issues `_ (see :ref:`reportbug`) - :ref:`contrib` Dependencies @@ -31,7 +31,7 @@ See :ref:`building` for details. Download -------- -Releases are published to https://github.com/mdavidsaver/pvxs/releases. +Releases are published to https://github.com/epics-base/pvxs/releases. See :ref:`relpolicy` for details. .. toctree:: From 12dd021ba54e12e38f04ccc20caccc7cad45452a Mon Sep 17 00:00:00 2001 From: Timo Korhonen Date: Tue, 30 Jul 2024 15:47:08 +0200 Subject: [PATCH 2/2] replaced mdavidsaver with epics-base in all links (except cashark) --- documentation/building.rst | 2 +- documentation/details.rst | 8 ++++---- documentation/example.rst | 2 +- documentation/pvalink-schema-0.json | 2 +- documentation/qsrv2-schema-0.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/documentation/building.rst b/documentation/building.rst index b9c444294..e4df2d5a3 100644 --- a/documentation/building.rst +++ b/documentation/building.rst @@ -5,7 +5,7 @@ Building from Source Begin be fetching all needed source. :: - git clone --recursive https://github.com/mdavidsaver/pvxs.git + git clone --recursive https://github.com/epics-base/pvxs.git git clone --branch 7.0 https://github.com/epics-base/epics-base.git Prepare the PVXS source tree with the location of epics-base: :: diff --git a/documentation/details.rst b/documentation/details.rst index bb635d6a1..510a06738 100644 --- a/documentation/details.rst +++ b/documentation/details.rst @@ -7,12 +7,12 @@ Details Reporting a Bug =============== -Before reporting a bug, please check to see if this issue has already been `reported `_. +Before reporting a bug, please check to see if this issue has already been `reported `_. When composing a new report, please run the included automatic tests "make runtests" and mention the results. It is enough to mention "All tests successful." if this is so. (see `runtests`) -`Bug reports `_ should always include: +`Bug reports `_ should always include: * EPICS Base version or VCS commit * PVXS module version or VCS commit @@ -127,7 +127,7 @@ Elements of the Expert API may be "promoted" to regular/full API status if warra Contributing ============ -The recommended path for including changes is through `Pull Request `_. +The recommended path for including changes is through `Pull Request `_. When changing c++ code please do: @@ -151,7 +151,7 @@ When committing changes please do: Contributors ------------ -Who did the [work](https://github.com/mdavidsaver/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 diff --git a/documentation/example.rst b/documentation/example.rst index 4190c3656..e1db55a87 100644 --- a/documentation/example.rst +++ b/documentation/example.rst @@ -4,7 +4,7 @@ Examples Example are built, but not installed. They can be found under example/O.\* -Latest versions https://github.com/mdavidsaver/pvxs/blob/master/example/ +Latest versions https://github.com/epics-base/pvxs/blob/master/example/ Shortest Client Get ------------------- diff --git a/documentation/pvalink-schema-0.json b/documentation/pvalink-schema-0.json index 0f0410235..80d5a81f2 100644 --- a/documentation/pvalink-schema-0.json +++ b/documentation/pvalink-schema-0.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://mdavidsaver.github.io/pvxs/pvalink-schema-0.json", + "$id": "https://epics-base.github.io/pvxs/pvalink-schema-0.json", "title": "PVA Link schema", "type": ["string", "object"], "properties": { diff --git a/documentation/qsrv2-schema-0.json b/documentation/qsrv2-schema-0.json index de96fd7f1..f8d737f22 100644 --- a/documentation/qsrv2-schema-0.json +++ b/documentation/qsrv2-schema-0.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://mdavidsaver.github.io/pvxs/qsrv2-schema-0.json", + "$id": "https://epics-base.github.io/pvxs/qsrv2-schema-0.json", "title": "QSRV2 group schema", "type": "object", "additionalProperties": {