Skip to content

Commit

Permalink
Fixes line
Browse files Browse the repository at this point in the history
  • Loading branch information
rachfop committed Sep 18, 2023
1 parent 0238245 commit 6568c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/reference/ide-linter-autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When you open a YAML file that matches the pattern you specified, VSCode will pr

Consult your IDE or IDE's extension for specific details on how to do this.

Generally, you need to add the following line to your IDE's settings:
Generally, you need to add the following lines to your IDE's settings:

```json
"json.schemas": [
Expand All @@ -29,7 +29,7 @@ Generally, you need to add the following line to your IDE's settings:
"score.yaml",
"score.yml"
],
"url": "https://raw.githubusercontent.com/score-spec/schema/score-v1b1.json"
"url": "https://raw.githubusercontent.com/score-spec/schema/main/score-v1b1.json"
}
]
```
Expand Down

0 comments on commit 6568c1a

Please sign in to comment.