1
0
mirror of synced 2025-12-22 19:34:15 -05:00

update links for searching code

This commit is contained in:
Jules Parker
2021-09-16 10:52:01 +02:00
parent 0561372d99
commit fea85ea057
5 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
---
title: Finding files on GitHub
intro: 'You can search for a file in a repository using the file finder. To search for a file in multiple repositories on {% data variables.product.product_name %}, use the [`filename` code search qualifier](/articles/searching-code#search-by-filename).'
intro: 'You can search for a file in a repository using the file finder. To search for a file in multiple repositories on {% data variables.product.product_name %}, use the [`filename` code search qualifier](/search-github/searching-on-github/searching-code#search-by-filename).'
redirect_from:
- /articles/finding-files-on-github
- /github/searching-for-information-on-github/finding-files-on-github
@@ -16,7 +16,7 @@ topics:
**Tips:**
- File finder results exclude some directories like `build`, `log`, `tmp`, and `vendor`. To search for files within these directories, use the [`filename` code search qualifier](/articles/searching-code#search-by-filename).
- File finder results exclude some directories like `build`, `log`, `tmp`, and `vendor`. To search for files within these directories, use the [`filename` code search qualifier](/search-github/searching-on-github/searching-code#search-by-filename).
- You can also open the file finder by pressing `t` on your keyboard. For more information, see "[Keyboard shortcuts](/articles/keyboard-shortcuts)."
{% endtip %}