#5148 Update fedmsg homepage
Merged 3 years ago by ngompa. Opened 3 years ago by rffontenelle.
rffontenelle/pagure update-fedmsg-homepage  into  master

file modified
+1 -1
@@ -369,7 +369,7 @@ 

  

  In addition, if you are deploying pagure with fedmsg support you had to set

  fedmsg to the

- `active <http://www.fedmsg.com/en/stable/publishing/#publishing-through-a-relay>`_

+ `active <https://fedmsg.readthedocs.io/en/stable/publishing/#publishing-through-a-relay>`_

  mode for the workers to be able to send fedmsg messages. This is now the

  default and forced configuration.

  

file modified
+2 -2
@@ -1316,7 +1316,7 @@ 

  ~~~~~~~~~~~~~~~~~~~~

  

  This configuration key can be used to turn on or off notifications via `fedmsg

- <http://www.fedmsg.com/>`_.

+ <https://fedmsg.readthedocs.io/>`_.

  

  Defaults to: ``False``.

  
@@ -1333,7 +1333,7 @@ 

  ALWAYS_FEDMSG_ON_COMMITS

  ~~~~~~~~~~~~~~~~~~~~~~~~

  

- This configuration key can be used to enforce `fedmsg <http://www.fedmsg.com/>`_

+ This configuration key can be used to enforce `fedmsg <https://fedmsg.readthedocs.io/>`_

  notifications on commits made on all projects in a pagure instance.

  

  Defaults to: ``True``.

file modified
+1 -1
@@ -110,7 +110,7 @@ 

  

  Sends notifications to third party services using POST http requests.

  

- This is the second notifications system in pagure with `fedmsg <http://fedmsg.com/>`_.

+ This is the second notifications system in pagure with `fedmsg <https://fedmsg.readthedocs.io/>`_.

  These notifications are running on their own service to prevent blocking the

  main web application in case the third part service is timing-out or just

  being slow.

file modified
+1 -1
@@ -17,7 +17,7 @@ 

  on this project: new issue, new pull-request, new comments, new commits...

  

  .. note:: The notifications sent via web-hooks have the same payload as the

-     notifications sent via `fedmsg <http://www.fedmsg.com/en/latest/>`_.

+     notifications sent via `fedmsg <https://fedmsg.readthedocs.io/en/latest/>`_.

      Therefore, the list of pagure topics as well as example messages can be

      found in the `fedmsg documentation about pagure

      <https://fedora-fedmsg.readthedocs.io/en/latest/topics.html#id550>`_