Skip to content

Commit 4ef98fb

Browse files
docs: Update schema URL in configuration documentation (#86)
1 parent 3e0afd7 commit 4ef98fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ go run github.com/doordash-oss/oapi-codegen-dd/v3/cmd/oapi-codegen --config cfg.
1313
!!! tip
1414
Use the JSON schema for IDE autocomplete and validation:
1515
```yaml
16-
# yaml-language-server: $schema=https://raw.githubusercontent.com/doordash/oapi-codegen/HEAD/configuration-schema.json
16+
# yaml-language-server: $schema=https://raw.githubusercontent.com/doordash-oss/oapi-codegen-dd/HEAD/configuration-schema.json
1717
```
1818

1919
## Configuration Options
@@ -628,7 +628,7 @@ user-context:
628628
Here's a comprehensive configuration example:
629629
630630
```yaml
631-
# yaml-language-server: $schema=https://raw.githubusercontent.com/doordash/oapi-codegen/HEAD/configuration-schema.json
631+
# yaml-language-server: $schema=https://raw.githubusercontent.com/doordash-oss/oapi-codegen-dd/HEAD/configuration-schema.json
632632

633633
package: myapi
634634
copyright-header: "Copyright 2024 My Company. Code generated by oapi-codegen. DO NOT EDIT."

0 commit comments

Comments
 (0)