summaryrefslogtreecommitdiff
path: root/doc/administration/troubleshooting/debug.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-24 13:10:06 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-07-24 13:10:06 +0000
commit74a34e8b7bd3019b63eeae58abc7185c122bc528 (patch)
tree217da97f9143b588fcd71c8cef37c30e7eb9a1c9 /doc/administration/troubleshooting/debug.md
parent0ef53789ea0f63598adf1377bd87c1944fd2ecd0 (diff)
downloadgitlab-ce-74a34e8b7bd3019b63eeae58abc7185c122bc528.tar.gz
Clean up headers in markdown
Some markdown headers needed tweaking to adhere to standards, including blank lines above and below, only one space after hash, first header should be h1, and only one h1 per doc
Diffstat (limited to 'doc/administration/troubleshooting/debug.md')
-rw-r--r--doc/administration/troubleshooting/debug.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/troubleshooting/debug.md b/doc/administration/troubleshooting/debug.md
index 098d946a9fa..604dff5983d 100644
--- a/doc/administration/troubleshooting/debug.md
+++ b/doc/administration/troubleshooting/debug.md
@@ -209,7 +209,7 @@ ps auwx | grep unicorn | awk '{ print " -p " $2}' | xargs strace -tt -T -f -s 10
The output in `/tmp/unicorn.txt` may help diagnose the root cause.
-# More information
+## More information
- [Debugging Stuck Ruby Processes](https://blog.newrelic.com/2013/04/29/debugging-stuck-ruby-processes-what-to-do-before-you-kill-9/)
- [Cheatsheet of using gdb and ruby processes](gdb-stuck-ruby.txt)