Skip to content

Commit 2f763c1

Browse files
fix schema references
1 parent dcc1602 commit 2f763c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Sourcebot supports indexing and searching through public and private repositorie
7575
```sh
7676
touch my_config.json
7777
echo '{
78-
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/refs/tags/latest/schemas/v2/index.json",
78+
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/v2/index.json",
7979
"repos": [
8080
{
8181
"type": "github",
@@ -131,7 +131,7 @@ In order to index private repositories, you'll need to generate a GitHub Persona
131131
Next, update your configuration with the `token` field:
132132
```json
133133
{
134-
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/refs/tags/latest/schemas/v2/index.json",
134+
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/v2/index.json",
135135
"repos": [
136136
{
137137
"type": "github",
@@ -145,7 +145,7 @@ Next, update your configuration with the `token` field:
145145
You can also pass tokens as environment variables:
146146
```json
147147
{
148-
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/refs/tags/latest/schemas/v2/index.json",
148+
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/v2/index.json",
149149
"repos": [
150150
{
151151
"type": "github",
@@ -177,7 +177,7 @@ Generate a GitLab Personal Access Token (PAT) [here](https://gitlab.com/-/user_s
177177
Next, update your configuration with the `token` field:
178178
```json
179179
{
180-
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/refs/tags/latest/schemas/v2/index.json",
180+
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/v2/index.json",
181181
"repos": [
182182
{
183183
"type": "gitlab",
@@ -191,7 +191,7 @@ Next, update your configuration with the `token` field:
191191
You can also pass tokens as environment variables:
192192
```json
193193
{
194-
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/refs/tags/latest/schemas/v2/index.json",
194+
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/v2/index.json",
195195
"repos": [
196196
{
197197
"type": "gitlab",

0 commit comments

Comments
 (0)