Skip to content

Commit d62e288

Browse files
Fix incorrect example link on Searching Commits (#2319)
Co-authored-by: hubwriter <[email protected]>
1 parent 126c9d6 commit d62e288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github/searching-for-information-on-github/searching-commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Use the `author-date` and `committer-date` qualifiers to match commits authored
5151
| Qualifier | Example
5252
| ------------- | -------------
5353
| <code>author-date:<em>YYYY-MM-DD</em></code> | [**author-date:&lt;2016-01-01**](https://github.com/search?q=author-date%3A<2016-01-01&type=Commits) matches commits authored before 2016-01-01.
54-
| <code>committer-date:<em>YYYY-MM-DD</em></code> | [**committer-date:&gt;2016-01-01**](https://github.com/search?q=committer-date%3A<2016-01-01&type=Commits) matches commits committed after 2016-01-01.
54+
| <code>committer-date:<em>YYYY-MM-DD</em></code> | [**committer-date:&gt;2016-01-01**](https://github.com/search?q=committer-date%3A>2016-01-01&type=Commits) matches commits committed after 2016-01-01.
5555

5656
### Filter merge commits
5757

0 commit comments

Comments
 (0)