From d2cb8f785edb6fbc9ce00c39d485423d45c0c219 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Thu, 22 Aug 2019 08:50:31 +0000 Subject: Update docs to pass new markdownlint Deletes extra spaces and line, makes lists consistent, and fixes links. --- doc/administration/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/administration/plugins.md') diff --git a/doc/administration/plugins.md b/doc/administration/plugins.md index 4cf3c607dae..52f1e7cde28 100644 --- a/doc/administration/plugins.md +++ b/doc/administration/plugins.md @@ -112,4 +112,4 @@ Validating plugins from /plugins directory [system hooks]: ../system_hooks/system_hooks.md [webhooks]: ../user/project/integrations/webhooks.md -[highly available]: ./high_availability/README.md \ No newline at end of file +[highly available]: ./high_availability/README.md -- cgit v1.2.1 From 7e4a6f57a98218828b2f4438d691a4b4cb8f0fce Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Fri, 23 Aug 2019 08:50:24 +0000 Subject: Update capitalization in admin, api, others Update capitalization in /administration, /api, /ci and /customization --- doc/administration/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/administration/plugins.md') diff --git a/doc/administration/plugins.md b/doc/administration/plugins.md index 52f1e7cde28..92a4d56ca63 100644 --- a/doc/administration/plugins.md +++ b/doc/administration/plugins.md @@ -39,7 +39,7 @@ Follow the steps below to set up a custom hook: 1. Inside the `plugins` directory, create a file with a name of your choice, without spaces or special characters. -1. Make the hook file executable and make sure it's owned by the git user. +1. Make the hook file executable and make sure it's owned by the Git user. 1. Write the code to make the plugin function as expected. That can be in any language, and ensure the 'shebang' at the top properly reflects the language type. For example, if the script is in Ruby the shebang will -- cgit v1.2.1