gitlab-org--gitlab-foss/app/views
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
..
abuse_report_mailer
abuse_reports
admin Fix markdown help references 2016-08-26 09:38:21 -05:00
award_emoji
ci/lints
dashboard Merge branch 'issue_18135' into 'master' 2016-08-19 23:06:30 +00:00
devise Remove provider path, replace with dynamic path. 2016-08-03 11:50:38 -06:00
discussions Fix bug where notes weren’t shown in discussion when the code had changed after creation 2016-08-19 12:38:40 -05:00
doorkeeper
email_rejection_mailer
emojis
errors
events
explore Fix groups sort dropdown alignment 2016-08-25 10:16:07 -05:00
groups change from members using size to start using total_count in the group 2016-08-24 09:03:25 +01:00
help Fix markdown help references 2016-08-26 09:38:21 -05:00
import Remove gitorious 2016-08-25 10:10:10 +01:00
invites
issues
kaminari/gitlab
koding Remove documentation rendering from /koding for now 2016-08-22 17:36:04 +03:00
layouts Support integration with Koding (online IDE) 2016-08-19 12:10:58 -07:00
notify Improve performance of MR show page 2016-08-18 19:08:59 -05:00
profiles Merge branch '2fa-check-git-http' into 'master' 2016-08-18 23:18:58 +00:00
projects Curved lines at top of pipeline graph 2016-08-26 09:02:17 -05:00
repository_check_mailer
search Fix search results for notes without commits 2016-08-01 11:53:12 -03:00
shared Add horizontal scrolling to all sub-navs on mobile viewports 2016-08-25 18:01:37 -05:00
sherlock
snippets
u2f Address review comments from @smcgivern. 2016-08-18 22:12:02 +05:30
users