This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
outline/server/utils/routeHelpers.js
Tom Moor 51a9803c7d Feedback
2017-11-15 20:59:57 -08:00

18 lines
302 B
JavaScript

// @flow
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';
}