Feedback
This commit is contained in:
@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user