From 0d271833704bedcd0e22c9d36d7d259a84715c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guychard?= Date: Fri, 11 Jan 2019 16:41:27 +0100 Subject: [PATCH] fix #1808: point to the right docs section in prefilled JSON coments --- web/src/site-admin/externalServices.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/site-admin/externalServices.ts b/web/src/site-admin/externalServices.ts index 1b4f3f8109e0..6034c5c66c61 100644 --- a/web/src/site-admin/externalServices.ts +++ b/web/src/site-admin/externalServices.ts @@ -99,7 +99,7 @@ export const ALL_EXTERNAL_SERVICES: ExternalServiceMetadata[] = [ defaultConfig: `{ // Use Ctrl+Space for completion, and hover over JSON properties for documentation. // Configuration options are documented here: - // https://docs.sourcegraph.com/admin/site_config/all#phabricatorconnection-object + // https://docs.sourcegraph.com/admin/site_config/all#otherexternalserviceconnection-object // Supported URL schemes are: http, https, git and ssh "url": "https://my-other-githost.example.com",