Commit 086cbca6 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Link to restart_gitlab.md and some more fixes

[ci skip]
parent 9d756f3d
...@@ -105,13 +105,19 @@ Inside the document: ...@@ -105,13 +105,19 @@ Inside the document:
## References ## References
- There are many cases that a restart/reconfigure of GitLab is required. To - **GitLab Restart:**
There are many cases that a restart/reconfigure of GitLab is required. To
avoid duplication, link to the special document that can be found in avoid duplication, link to the special document that can be found in
`doc/administration/restart_gitlab.md`. Usually the text will read like: [`doc/administration/restart_gitlab.md`][doc-restart]. Usually the text will
read like:
``` ```
Save the file and [reconfigure GitLab](../administration/restart_gitlab.md) for the changes to take effect. Save the file and [reconfigure GitLab](../administration/restart_gitlab.md)
for the changes to take effect.
``` ```
If the document you are editing resides in a place other than the GitLab CE/EE
`doc/` directory, instead of the relative link, use the full path:
`http://doc.gitlab.com/ce/administration/restart_gitlab.html`.
Replace `reconfigure` with `restart` where appropriate. Replace `reconfigure` with `restart` where appropriate.
## API ## API
...@@ -240,3 +246,4 @@ curl -X PUT -H "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" -d "restricted_signup_domai ...@@ -240,3 +246,4 @@ curl -X PUT -H "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" -d "restricted_signup_domai
[cURL]: http://curl.haxx.se/ "cURL website" [cURL]: http://curl.haxx.se/ "cURL website"
[single spaces]: http://www.slate.com/articles/technology/technology/2011/01/space_invaders.html [single spaces]: http://www.slate.com/articles/technology/technology/2011/01/space_invaders.html
[gfm]: http://doc.gitlab.com/ce/markdown/markdown.html#newlines "GitLab flavored markdown documentation" [gfm]: http://doc.gitlab.com/ce/markdown/markdown.html#newlines "GitLab flavored markdown documentation"
[doc-restart]: ../administration/restart_gitlab.md "GitLab restart documentation"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment