Skip to content

Commit fbc04e3

Browse files
committed
update links for understanding search syntax
1 parent 6e3658e commit fbc04e3

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

content/rest/reference/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const queryString = 'q=' + encodeURIComponent('GitHub Octocat in:readme user:def
6060
See "[Searching on GitHub](/articles/searching-on-github/)"
6161
for a complete list of available qualifiers, their format, and an example of
6262
how to use them. For information about how to use operators to match specific
63-
quantities, dates, or to exclude results, see "[Understanding the search syntax](/articles/understanding-the-search-syntax/)."
63+
quantities, dates, or to exclude results, see "[Understanding the search syntax](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax/)."
6464

6565
### Limitations on query length
6666

content/search-github/getting-started-with-searching-on-github/about-searching-on-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ If your site administrator enables {% data variables.product.prodname_unified_se
7474

7575
## Further reading
7676

77-
- "[Understanding the search syntax](/articles/understanding-the-search-syntax)"
77+
- "[Understanding the search syntax](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)"
7878
- "[Searching on GitHub](/articles/searching-on-github)"

content/search-github/searching-on-github/searching-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You can search for code based on what language it's written in. The `language` q
7979

8080
## Search by file size
8181

82-
You can use the `size` qualifier to search for source code based on the size of the file where the code exists. The `size` qualifier uses [greater than, less than, and range qualifiers](/articles/understanding-the-search-syntax) to filter results based on the byte size of the file in which the code is found.
82+
You can use the `size` qualifier to search for source code based on the size of the file where the code exists. The `size` qualifier uses [greater than, less than, and range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax) to filter results based on the byte size of the file in which the code is found.
8383

8484
| Qualifier | Example
8585
| ------------- | -------------

content/search-github/searching-on-github/searching-issues-and-pull-requests.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can search for issues and pull requests globally across all of {% data varia
2020

2121
**Tips:**{% ifversion ghes or ghae %}
2222
- This article contains example searches on the {% data variables.product.prodname_dotcom %}.com website, but you can use the same search filters on {% data variables.product.product_location %}.{% endif %}
23-
- For a list of search syntaxes that you can add to any search qualifier to further improve your results, see "[Understanding the search syntax](/articles/understanding-the-search-syntax)".
23+
- For a list of search syntaxes that you can add to any search qualifier to further improve your results, see "[Understanding the search syntax](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)".
2424
- Use quotations around multi-word search terms. For example, if you want to search for issues with the label "In progress," you'd search for `label:"in progress"`. Search is not case sensitive.
2525
- {% data reusables.search.search_issues_and_pull_requests_shortcut %}
2626

@@ -213,7 +213,7 @@ With the `language` qualifier you can search for issues and pull requests within
213213

214214
## Search by number of comments
215215

216-
You can use the `comments` qualifier along with [greater than, less than, and range qualifiers](/articles/understanding-the-search-syntax) to search by the number of comments.
216+
You can use the `comments` qualifier along with [greater than, less than, and range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax) to search by the number of comments.
217217

218218
| Qualifier | Example
219219
| ------------- | -------------
@@ -222,7 +222,7 @@ You can use the `comments` qualifier along with [greater than, less than, and ra
222222

223223
## Search by number of interactions
224224

225-
You can filter issues and pull requests by the number of interactions with the `interactions` qualifier along with [greater than, less than, and range qualifiers](/articles/understanding-the-search-syntax). The interactions count is the number of reactions and comments on an issue or pull request.
225+
You can filter issues and pull requests by the number of interactions with the `interactions` qualifier along with [greater than, less than, and range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax). The interactions count is the number of reactions and comments on an issue or pull request.
226226

227227
| Qualifier | Example
228228
| ------------- | -------------
@@ -231,7 +231,7 @@ You can filter issues and pull requests by the number of interactions with the `
231231

232232
## Search by number of reactions
233233

234-
You can filter issues and pull requests by the number of reactions using the `reactions` qualifier along with [greater than, less than, and range qualifiers](/articles/understanding-the-search-syntax).
234+
You can filter issues and pull requests by the number of reactions using the `reactions` qualifier along with [greater than, less than, and range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).
235235

236236
| Qualifier | Example
237237
| ------------- | -------------

content/search-github/searching-on-github/searching-topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The `is:featured` search qualifier will narrow search results to the topics with
3232

3333
The `is:curated` search qualifier will narrow search results to topics that community members have added extra information to. For more information, see the [explore repository](https://github.com/github/explore).
3434

35-
You can filter topics based when they were created using the date parameter and `created:` or based on how many repositories are associated with this topic using `repositories:n`. Both of these qualifiers can use the [greater than and less than range qualifiers](/articles/understanding-the-search-syntax).
35+
You can filter topics based when they were created using the date parameter and `created:` or based on how many repositories are associated with this topic using `repositories:n`. Both of these qualifiers can use the [greater than and less than range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).
3636

3737
{% data reusables.time_date.date_format %} {% data reusables.time_date.time_format %}
3838

content/search-github/searching-on-github/searching-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ With the `in` qualifier you can restrict your search to the username (`login`),
4242

4343
## Search by number of repositories a user owns
4444

45-
You can filter users based on the number of repositories they own, using the `repos` qualifier and [greater than, less than, and range qualifiers](/articles/understanding-the-search-syntax).
45+
You can filter users based on the number of repositories they own, using the `repos` qualifier and [greater than, less than, and range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).
4646

4747
| Qualifier | Example
4848
| ------------- | -------------
@@ -81,7 +81,7 @@ You can filter users based on when they joined {% data variables.product.product
8181

8282
## Search by number of followers
8383

84-
You can filter users based on the number of followers that they have, using the `followers` qualifier with [greater than, less than, and range qualifiers](/articles/understanding-the-search-syntax).
84+
You can filter users based on the number of followers that they have, using the `followers` qualifier with [greater than, less than, and range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).
8585

8686
| Qualifier | Example
8787
| ------------- | -------------

0 commit comments

Comments
 (0)