diff --git a/README.rst b/README.rst index 478df81..c3364b0 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ collective.messagesviewlet Add-on displaying manager defined messages in a viewlet -.. image:: https://raw.githubusercontent.com/IMIO/collective.messagesviewlet/master/docs/messageviewletinaction.png +.. image:: https://raw.githubusercontent.com/collective/collective.messagesviewlet/master/docs/messageviewletinaction.png :alt: The three message types. :width: 1300 :height: 495 @@ -43,7 +43,7 @@ The collective.behavior.talcondition is enabled, providing 2 attributes. * tal condition : optional tal expression evaluated on viewlet context * bypassing roles : optional roles bypassing the tal condition -.. image:: https://raw.githubusercontent.com/IMIO/collective.messagesviewlet/master/docs/messageviewletinconfiguration.png +.. image:: https://raw.githubusercontent.com/collective/collective.messagesviewlet/master/docs/messageviewletinconfiguration.png :alt: The management interface. :width: 1252 :height: 1362 diff --git a/buildout.cfg b/buildout.cfg index 703886e..d72228e 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -19,8 +19,8 @@ auto-checkout += [remotes] -imio = https://github.com/IMIO -imio_push = git@github.com:IMIO +coll = https://github.com/collective +coll_push = git@github.com:collective [sources]