Skip to content

Commit d0dca81

Browse files
campox747gemini-code-assist[bot]g-samroberts
authored andcommitted
docs: fix broken markdown syntax and anchor links in /tools (google-gemini#20902)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com>
1 parent 4dda164 commit d0dca81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tools/file-system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Finds files matching specific glob patterns across the workspace.
6767
`Found 5 file(s) matching "*.ts" within src, sorted by modification time (newest first):\nsrc/file1.ts\nsrc/subdir/file2.ts...`
6868
- **Confirmation:** No.
6969

70-
## 5. `grep_search` (SearchText)
70+
### `grep_search` (SearchText)
7171

7272
`grep_search` searches for a regular expression pattern within the content of
7373
files in a specified directory. Can filter files by a glob pattern. Returns the
@@ -103,7 +103,7 @@ lines containing matches, along with their file paths and line numbers.
103103
```
104104
- **Confirmation:** No.
105105

106-
## 6. `replace` (Edit)
106+
### `replace` (Edit)
107107

108108
`replace` replaces text within a file. By default, the tool expects to find and
109109
replace exactly ONE occurrence of `old_string`. If you want to replace multiple

0 commit comments

Comments
 (0)