Skip to content

Commit 24b1f9e

Browse files
authored
Update x-ms-examples.md (Azure#17819)
* Update x-ms-examples.md * Update x-ms-examples.md * Update x-ms-examples.md
1 parent 85a9b1e commit 24b1f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/x-ms-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ _This will keep the spec cleaner and easy to manage._
5757

5858
## Structure of the extension
5959
- **How the extension would look in the swagger spec?**
60-
- JSON schema for the extension can be found [here](https://github.com/Azure/autorest/blob/master/packages/libs/autorest-schemas/swagger-extensions.json#L1903-L1916).
60+
- JSON schema for the extension can be found [here](https://github.com/Azure/autorest/blob/main/packages/libs/autorest-schemas/swagger-extensions.json#L1844-L1858).
6161
```json5
6262
{
6363
"info": { ... },
@@ -79,7 +79,7 @@ _This will keep the spec cleaner and easy to manage._
7979
}
8080
```
8181
- **Skeleton/Schema of the example provided in an individual example (json) file**
82-
- The JSON schema for the content to be provided in the example file can be found [here](https://github.com/Azure/autorest/blob/master/packages/libs/autorest-schemas/example-schema.json).
82+
- The JSON schema for the content to be provided in the example file can be found [here](https://github.com/Azure/autorest/blob/main/packages/libs/autorest-schemas/example-schema.json).
8383
```json5
8484
"x-ms-examples": {
8585
"example-name": { //Name of the example/scenario. It is free-form text and should succinctly describe the scenario.

0 commit comments

Comments
 (0)