fix: Point changelog link to public site

Related to #1195
This commit is contained in:
Tom Moor
2020-02-28 19:07:25 -08:00
committed by GitHub
parent f0afa67012
commit 572127b830

View File

@ -62,7 +62,7 @@ export function developers(): string {
}
export function changelog(): string {
return `${process.env.URL}/changelog`;
return `https://www.getoutline.com/changelog`;
}
export function signin(service: string = 'slack'): string {