diff options
| author | Eric K Idema <eki@vying.org> | 2016-05-12 10:48:34 -0400 |
|---|---|---|
| committer | Eric K Idema <eki@vying.org> | 2016-05-12 10:48:34 -0400 |
| commit | ae2d4d2de03f2ff25a79266128ef75d5e301e298 (patch) | |
| tree | 8d7699f2af216d93a682134f2d75661d14b2e3ae /doc/integration/twitter.md | |
| parent | a9cc14e08b1508156e62c9cf715fb67ebbfd54e4 (diff) | |
| download | gitlab-ce-ae2d4d2de03f2ff25a79266128ef75d5e301e298.tar.gz | |
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.
Diffstat (limited to 'doc/integration/twitter.md')
| -rw-r--r-- | doc/integration/twitter.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/twitter.md b/doc/integration/twitter.md index 4769f26b259..abbea09f22f 100644 --- a/doc/integration/twitter.md +++ b/doc/integration/twitter.md @@ -7,7 +7,7 @@ To enable the Twitter OmniAuth provider you must register your application with 1. Select "Create new app" 1. Fill in the application details. - - Name: This can be anything. Consider something like "\<Organization\>'s GitLab" or "\<Your Name\>'s GitLab" or + - Name: This can be anything. Consider something like `<Organization>'s GitLab` or `<Your Name>'s GitLab` or something else descriptive. - Description: Create a description. - Website: The URL to your GitLab installation. 'https://gitlab.example.com' |
