comparison Sphinx/source/developers/repositories.rst @ 984:46e2941b57dd

replace link to google users group by link to discourse
author Alain Mazy <am@osimis.io>
date Thu, 28 Sep 2023 16:19:58 +0200
parents 4ce37a89b212
children 1316bc62b5d5
comparison
equal deleted inserted replaced
983:8c01874ffc38 984:46e2941b57dd
234 234
235 $ hg export -r default > /tmp/contribution.patch 235 $ hg export -r default > /tmp/contribution.patch
236 236
237 Once the patch is ready, you can send the ``/tmp/contribution.patch`` 237 Once the patch is ready, you can send the ``/tmp/contribution.patch``
238 file to the Orthanc community, e.g. by submitting it onto our official 238 file to the Orthanc community, e.g. by submitting it onto our official
239 `discussion group 239 `Orthanc Users discussion forum
240 <https://groups.google.com/forum/#!forum/orthanc-users>`__. The core 240 <https://discourse.orthanc-server.org>`__. The core
241 developers would reintegrate such a patch by typing the following 241 developers would reintegrate such a patch by typing the following
242 command on their side:: 242 command on their side::
243 243
244 $ hg pull 244 $ hg pull
245 $ hg up -c default 245 $ hg up -c default
323 We have done our best to automatically import most of the history 323 We have done our best to automatically import most of the history
324 from the old BitBucket bug tracker. 324 from the old BitBucket bug tracker.
325 325
326 Before posting any issue, make sure to carefully, completely read the 326 Before posting any issue, make sure to carefully, completely read the
327 :ref:`page about how to ask support <support>`. In particular, most 327 :ref:`page about how to ask support <support>`. In particular, most
328 issues should first be discussed on the dedicated `discussion group 328 issues should first be discussed on the dedicated `Orthanc Users discussion forum
329 <https://groups.google.com/forum/#!forum/orthanc-users>`__ before 329 <https://discourse.orthanc-server.org>`__ before
330 introducing a bug report. 330 introducing a bug report.