Use Opendev Etherpad site

To make it friendlier to non-openstack projects, use the opendev
instance of etherpad instead of the openstack one.

Change-Id: I30385d0ca0145994d21832769510a3a9b627e40d
This commit is contained in:
Kendall Nelson 2021-03-15 13:45:03 -07:00 committed by Jeremy Stanley
parent 011c7c7ed7
commit c081b3fdc2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ each track.<p>
{{#if (lookup @root.etherpads track) }}
<a href="{{lookup @root.etherpads track}}">{{lookup @root.etherpads track}}</a>
{{else}}
<a href="https://etherpad.openstack.org/p/{{@root.eventid}}-{{track}}">https://etherpad.openstack.org/p/{{@root.eventid}}-{{track}}</a>
<a href="https://etherpad.opendev.org/p/{{@root.eventid}}-{{track}}">https://etherpad.opendev.org/p/{{@root.eventid}}-{{track}}</a>
{{/if}}
</li>
{{/each}}