gitlab-org--gitlab-foss/doc
Achilleas Pipinellis 68b3c8c297 Merge branch 'fix-markdown-help-references' into 'master'
Fix markdown help references

## What does this MR do?
Replaces all `markdown/markdown` references with `user/markdown` since `markdown/markdown.md` has been replaced with `user/markdown.md`

## Are there points in the code the reviewer needs to double check?
Shouldn't be any 😄 

## Why was this MR needed?
So that users who click on markdown help don't have to click/redirect to another link to get to the markdown help page

## What are the relevant issue numbers?
Closes #21434

## Screenshots (if relevant)
```
$git grep markdown/markdown
app/helpers/search_helper.rb:47:      { category: "Help", label: "Markdown Help",      url: help_page_path("markdown/markdown") },
app/views/admin/appearances/_form.html.haml:16:        Description parsed with #{link_to "GitLab Flavored Markdown", help_page_path('markdown/markdown'), target: '_blank'}.
app/views/help/ui.html.haml:552:  You can check how markdown rendered at #{link_to 'Markdown help page', help_page_path("markdown/markdown")}.
doc/development/doc_styleguide.md:425:[gfm]: http://docs.gitlab.com/ce/markdown/markdown.html#newlines "GitLab flavored markdown documentation"
doc/user/markdown.md:69:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/markdown/markdown.md#newlines
doc/user/markdown.md:89:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/markdown/markdown.md#multiple-underscores-in-words
doc/user/markdown.md:104:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/markdown/markdown.md#url-auto-linking
doc/user/markdown.md:125:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/markdown/markdown.md#multiline-blockquote
doc/user/markdown.md:159:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/markdown/markdown.md#code-and-syntax-highlighting
doc/user/markdown.md:229:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/markdown/markdown.md#inline-diff
doc/user/markdown.md:245:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/markdown/markdown.md#emoji
doc/user/markdown.md:310:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/markdown/markdown.md#task-lists
doc/user/markdown.md:333:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/markdown/markdown.md#videos
doc/user/markdown.md:783:[markdown.md]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/markdown/markdown.md
spec/routing/routing_spec.rb:110:    path = '/help/markdown/markdown.md'
spec/routing/routing_spec.rb:112:                                  path: 'markdown/markdown',
```

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- Tests
  - [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !6024
2016-08-27 18:57:07 +00:00
..
administration Split Koding admin/user docs 2016-08-22 17:09:15 +03:00
api Merge branch 'dz-merge-request-version' 2016-08-25 12:59:21 -05:00
ci doc: fix (batches) being treated as link reference rather than text 2016-08-26 14:45:41 +03:00
container_registry Simplify feature introduction note 2016-08-08 11:44:55 +03:00
customization
development Fix markdown help references 2016-08-26 09:38:21 -05:00
downgrade_ee_to_ce
gitlab-basics
hooks
incoming_email
install Merge branch 'workhorse-0.7.11' into 'master' 2016-08-24 19:28:23 +00:00
integration Fix wrong Koding link 2016-08-25 17:56:03 +02:00
intro
legal remove undefined word Corporation from CCLA 2016-08-16 16:35:54 -07:00
logs
markdown Move markdown doc to the right location 2016-08-03 08:54:17 +03:00
migrate_ci_to_ce
monitoring Tracking of custom events 2016-08-17 10:04:04 +02:00
operations
permissions
profile
project_services
public_access
raketasks Mention that gitlab.rb must be kept, too 2016-08-04 15:41:37 +01:00
security
ssh
system_hooks
update Fix for update 8.10-to-8.11.md doc. 2016-08-22 18:05:13 +00:00
user Merge branch 'fix-markdown-help-references' into 'master' 2016-08-27 18:57:07 +00:00
web_hooks Added documentation for pipeline hooks 2016-08-12 17:52:02 +02:00
workflow Merge branch 'zj-remove-gitorious' into 'master' 2016-08-25 18:02:39 +00:00
README.md Fix wrong Koding link 2016-08-25 17:56:03 +02:00

README.md

Documentation

User documentation

Administrator documentation

Contributor documentation

  • Development All styleguides and explanations how to contribute.
  • Legal Contributor license agreements.