Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6ddd9cd2
Commit
6ddd9cd2
authored
Jun 27, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
ae3f5ddb
a08b42c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
doc/user/markdown.md
doc/user/markdown.md
+0
-2
No files found.
doc/user/markdown.md
View file @
6ddd9cd2
...
...
@@ -1062,7 +1062,6 @@ There are two ways to create links, inline-style and reference-style:
```
md
-
This is an
[
inline-style link
](
https://www.google.com
)
-
This is a
[
link to a repository file in the same directory
](
index.md
)
-
This is an
[
absolute reference within the repository
](
/doc/user/index.md
)
-
This is a
[
relative link to a readme one directory higher
](
../README.md
)
-
This is a
[
link that also has title text
](
https://www.google.com
"This link takes you to Google!"
)
...
...
@@ -1086,7 +1085,6 @@ Some text to show that the reference links can follow later.
-
This is an
[
inline-style link
](
https://www.google.com
)
-
This is a
[
link to a repository file in the same directory
](
index.md
)
-
This is an
[
absolute reference within the repository
](
/doc/user/index.md
)
-
This is a
[
relative link to a readme one directory higher
](
../README.md
)
-
This is a
[
link that also has title text
](
https://www.google.com
"This link takes you to Google!"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment