Use openslides.com
This commit is contained in:
parent
902855a6e7
commit
03ab36096f
@ -8,7 +8,7 @@
|
||||
<router-outlet></router-outlet>
|
||||
</main>
|
||||
<div class="footer">
|
||||
<a href='https://openslides.org/' target='_bank'>© Copyright by OpenSlides</a>
|
||||
<a href='https://openslides.com' target='_bank'>© Copyright by OpenSlides</a>
|
||||
·
|
||||
<a routerLink='/login/legalnotice' translate>Legal notice</a>
|
||||
·
|
||||
|
@ -122,7 +122,7 @@
|
||||
<a
|
||||
[@navItemAnim]
|
||||
mat-list-item
|
||||
href="https://openslides.org"
|
||||
href="https://openslides.com"
|
||||
target="_blank"
|
||||
(click)="mobileAutoCloseNav()"
|
||||
>
|
||||
|
@ -2,6 +2,6 @@ __author__ = "OpenSlides Team <support@openslides.org>"
|
||||
__description__ = "Presentation and assembly system"
|
||||
__version__ = "3.0-dev"
|
||||
__license__ = "MIT"
|
||||
__url__ = "https://openslides.org"
|
||||
__url__ = "https://openslides.com"
|
||||
|
||||
args = None
|
||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ with open('requirements/big_mode.txt') as requirements_big_mode:
|
||||
setup(
|
||||
name='openslides',
|
||||
author=openslides_author,
|
||||
author_email='support@openslides.org',
|
||||
author_email='support@openslides.com',
|
||||
description=openslides_description,
|
||||
license=openslides_license,
|
||||
long_description=long_description,
|
||||
|
Loading…
Reference in New Issue
Block a user