This commit is contained in:
Tom Moor
2017-11-15 20:59:57 -08:00
parent 787fac01d8
commit 51a9803c7d
5 changed files with 41 additions and 26 deletions

View File

@ -1,9 +1,17 @@
// @flow
export function githubOrganization(): string {
export function githubUrl(): string {
return 'https://www.github.com/outline';
}
export function blogUrl(): string {
return 'https://medium.com/getoutline';
}
export function developers(): string {
return '/developers';
}
export function signin(): string {
return '/auth/slack';
}