From e611979a8dd5a0e9a186c17313c405b9c91a41b7 Mon Sep 17 00:00:00 2001 From: David Miranda Date: Mon, 16 Mar 2020 00:04:46 -0400 Subject: [PATCH] Absolute routes won't work when users have subdomains (#1208) --- server/onboarding/editor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/onboarding/editor.md b/server/onboarding/editor.md index 899fca8e..4e5a1d1a 100644 --- a/server/onboarding/editor.md +++ b/server/onboarding/editor.md @@ -12,6 +12,6 @@ If you’re comfortable writing markdown then all of the usual shortcuts are sup ## Blocks -The editor supports a variety of content blocks including images, tables, lists, quotes, and more. You can also drag and drop images to include them in your document or paste a link to embed content from one of the many supported [integrations](/integrations) +The editor supports a variety of content blocks including images, tables, lists, quotes, and more. You can also drag and drop images to include them in your document or paste a link to embed content from one of the many supported [integrations](https://www.getoutline.com/integrations) -*Tip:* Headings are collapsible, just click the arrow to the left of any heading to temporarily hide the content below. \ No newline at end of file +*Tip:* Headings are collapsible, just click the arrow to the left of any heading to temporarily hide the content below.