diff --git a/assets/images/help/branches/branch-selection-dropdown-global-nav-update.png b/assets/images/help/branches/branch-selection-dropdown-global-nav-update.png index 2a20f5813e..3677490346 100644 Binary files a/assets/images/help/branches/branch-selection-dropdown-global-nav-update.png and b/assets/images/help/branches/branch-selection-dropdown-global-nav-update.png differ diff --git a/assets/images/help/releases/release-link.png b/assets/images/help/releases/release-link.png index eb25efd486..67d3d0ea51 100644 Binary files a/assets/images/help/releases/release-link.png and b/assets/images/help/releases/release-link.png differ diff --git a/assets/images/help/repository/code-button.png b/assets/images/help/repository/code-button.png index 45719e599f..db8cee792b 100644 Binary files a/assets/images/help/repository/code-button.png and b/assets/images/help/repository/code-button.png differ diff --git a/assets/images/help/repository/file-tree-view-jump-to-file.png b/assets/images/help/repository/file-tree-view-jump-to-file.png index 350750f96a..008c432a9a 100644 Binary files a/assets/images/help/repository/file-tree-view-jump-to-file.png and b/assets/images/help/repository/file-tree-view-jump-to-file.png differ diff --git a/assets/images/help/repository/fork-button.png b/assets/images/help/repository/fork-button.png index f4190488b6..1314f93448 100644 Binary files a/assets/images/help/repository/fork-button.png and b/assets/images/help/repository/fork-button.png differ diff --git a/assets/images/help/repository/https-url-clone-cli.png b/assets/images/help/repository/https-url-clone-cli.png index 2a57eb0637..9236d52ae7 100644 Binary files a/assets/images/help/repository/https-url-clone-cli.png and b/assets/images/help/repository/https-url-clone-cli.png differ diff --git a/assets/images/help/repository/repo-actions-watch.png b/assets/images/help/repository/repo-actions-watch.png index 341b93f5f6..18cee6b378 100644 Binary files a/assets/images/help/repository/repo-actions-watch.png and b/assets/images/help/repository/repo-actions-watch.png differ diff --git a/assets/images/help/repository/repository-main-page-go-to-file-no-search-bar.png b/assets/images/help/repository/repository-main-page-go-to-file-no-search-bar.png new file mode 100644 index 0000000000..65cd282cef Binary files /dev/null and b/assets/images/help/repository/repository-main-page-go-to-file-no-search-bar.png differ diff --git a/assets/images/help/repository/repository-main-page-go-to-file.png b/assets/images/help/repository/repository-main-page-go-to-file.png new file mode 100644 index 0000000000..e87ebc0a65 Binary files /dev/null and b/assets/images/help/repository/repository-main-page-go-to-file.png differ diff --git a/assets/images/help/repository/upload-files-button.png b/assets/images/help/repository/upload-files-button.png index 12aaa1f8ce..ada1366b75 100644 Binary files a/assets/images/help/repository/upload-files-button.png and b/assets/images/help/repository/upload-files-button.png differ diff --git a/content/search-github/searching-on-github/finding-files-on-github.md b/content/search-github/searching-on-github/finding-files-on-github.md index 16e13db394..a9dd511383 100644 --- a/content/search-github/searching-on-github/finding-files-on-github.md +++ b/content/search-github/searching-on-github/finding-files-on-github.md @@ -26,10 +26,10 @@ topics: {% ifversion code-search-code-view %} {% data reusables.repositories.navigate-to-repo %} -1. In the file tree view, click the {% octicon "filter" aria-hidden="true" %} **Jump to file** search bar. You can also find the {% octicon "filter" aria-hidden="true" %} **Jump to file** search bar at the top of the integrated file editor. - - ![Screenshot of the file tree view for a repository. A search bar, labeled "Jump to file", is outlined in dark orange.](/assets/images/help/repository/file-tree-view-jump-to-file.png) -1. In the search bar, type the name of the file or directory you'd like to find. +1. In the “Go to file” search bar, type the name of the file or directory you'd like to find. + ![Screenshot of the main view for a repository. A search bar, labeled "Go to file", is outlined in dark orange.](/assets/images/help/repository/repository-main-page-go-to-file.png) +1. Alternatively, if there is no "Go to file" search bar, click **Go to file**, then type the name of the file or directory you'd like to find. + ![Screenshot of the main view for a repository. A "Go to file" button is outlined in dark orange.](/assets/images/help/repository/repository-main-page-go-to-file-no-search-bar.png) 1. In the list of results, click the file or directory you wanted to find. You can view the file path for a directory or file below each search result. {% else %} {% data reusables.repositories.navigate-to-repo %}