From ae2d4d2de03f2ff25a79266128ef75d5e301e298 Mon Sep 17 00:00:00 2001 From: Eric K Idema Date: Thu, 12 May 2016 10:48:34 -0400 Subject: Fix escaped angle bracket's in integration documentation. There are several escaped angle brackets in our integration docs. While these render fine within GitLab, they are broken rendered on doc.gitlab.com because pandoc does not escape them correctly. --- doc/integration/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/integration/github.md') diff --git a/doc/integration/github.md b/doc/integration/github.md index e7497e475c9..8e865cc6564 100644 --- a/doc/integration/github.md +++ b/doc/integration/github.md @@ -16,7 +16,7 @@ GitHub will generate an application ID and secret key for you to use. 1. Select "Register new application". 1. Provide the required details. - - Application name: This can be anything. Consider something like "\'s GitLab" or "\'s GitLab" or something else descriptive. + - Application name: This can be anything. Consider something like `'s GitLab` or `'s GitLab` or something else descriptive. - Homepage URL: The URL to your GitLab installation. 'https://gitlab.company.com' - Application description: Fill this in if you wish. - Default authorization callback URL is '${YOUR_DOMAIN}/import/github/callback' -- cgit v1.2.1