File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Here is a Go source file before adding `?ts=4`:
86
86
![ After, tab space example] ( http://i.imgur.com/70FL4H9.png )
87
87
88
88
### Commit History by Author
89
- To view all commits on a repo by author add ` ?author=username ` to the URL.
89
+ To view all commits on a repo by author add ` ?author={user} ` to the URL.
90
90
91
91
```
92
92
https://github.com/rails/rails/commits/master?author=dhh
@@ -254,7 +254,7 @@ This closes the issue and references the closing commit.
254
254
### Cross-Link Issues
255
255
If you want to link to another issue in the same repository, simple type hash ` # ` then the issue number, it will be auto-linked.
256
256
257
- To link to an issue in another repository, ` user_name/repo_name #ISSUE_NUMBER` e.g. ` tiimgreen/toc#12 ` .
257
+ To link to an issue in another repository, ` {user}/{repo} #ISSUE_NUMBER` e.g. ` tiimgreen/toc#12 ` .
258
258
259
259
![ Cross-Link Issues] ( https://camo.githubusercontent.com/447e39ab8d96b553cadc8d31799100190df230a8/68747470733a2f2f6769746875622d696d616765732e73332e616d617a6f6e6177732e636f6d2f626c6f672f323031312f736563726574732f7265666572656e6365732e706e67 )
260
260
@@ -323,7 +323,7 @@ Images and GIFs can be added to comments, READMEs etc.:
323
323
Raw images from the repo can be used by calling them directly.:
324
324
325
325
```
326
- /( repo) /raw/master/path/to/image.gif)
326
+ 
327
327
```
328
328
329
329
![ Peter don't care] ( http://www.sheawong.com/wp-content/uploads/2013/08/keephatin.gif )
You can’t perform that action at this time.
0 commit comments