Skip to content

Commit 6489cfa

Browse files
Fix broken link for batch changes docs (#507)
Signed-off-by: KeisukeYamashita <[email protected]>
1 parent 6cbaba6 commit 6489cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- **Search & get results in your terminal**
88
- **Search & get JSON** for programmatic consumption
99
- Make **GraphQL API requests** with auth easily & get JSON back fast
10-
- Execute **[batch changes](https://docs.sourcegraph.com/user/batch-changes)**
10+
- Execute **[batch changes](https://docs.sourcegraph.com/batch_changes)**
1111
- **Manage & administrate** repositories, users, and more
1212
- **Easily convert src-CLI commands to equivalent curl commands**, just add --get-curl!
1313

@@ -104,7 +104,7 @@ Is your Sourcegraph instance behind a custom auth proxy? See [auth proxy configu
104104
- `src login` - authenticate to a Sourcegraph instance with your user credentials
105105
- `src search` - perform searches and get results in your terminal or as JSON
106106
- `src api` - run Sourcegraph GraphQL API requests
107-
- `src batch` - execute and manage [batch changes](https://docs.sourcegraph.com/user/batch-changes)
107+
- `src batch` - execute and manage [batch changes](https://docs.sourcegraph.com/batch_changes)
108108
- `src repos` - manage repositories
109109
- `src users` - manage users
110110
- `src orgs` - manages organization

0 commit comments

Comments
 (0)