chore: Remove Spectrum references (#1366)

* fix: knowledgebase -> knowledge base

* chore: Remove links and mentions to Spectrum community
This commit is contained in:
Tom Moor
2020-07-18 17:19:13 -07:00
committed by GitHub
parent af09713c8c
commit bc128359ab
6 changed files with 5 additions and 25 deletions

View File

@ -34,22 +34,10 @@ export function githubIssuesUrl(): string {
return "https://www.github.com/outline/outline/issues";
}
export function slackAppStoreUrl(): string {
return "https://goabstract.slack.com/apps/A0W3UMKBQ-outline";
}
export function blogUrl(): string {
return "https://medium.com/getoutline";
}
export function twitterUrl(): string {
return "https://twitter.com/outlinewiki";
}
export function spectrumUrl(): string {
return "https://spectrum.chat/outline";
}
export function mailToUrl(): string {
return "mailto:hello@getoutline.com";
}