Skip to content

Commit

Permalink
Update samplereadme.md (#11800)
Browse files Browse the repository at this point in the history
fix language readme path
  • Loading branch information
JackTn authored Nov 24, 2020
1 parent 75bbf8d commit 655d447
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions documentation/samplefiles/samplereadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@ swagger-to-sdk:

## Go

See configuration in [readme.go.md](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/samplefiles/readme.go.md)
See configuration in [readme.go.md](./readme.go.md)

## Python

See configuration in [readme.python.md](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/samplefiles/readme.python.md)
See configuration in [readme.python.md](./readme.python.md)

## TypeScript

See configuration in [readme.typescript.md](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/samplefiles/readme.typescript.md)
See configuration in [readme.typescript.md](./readme.typescript.md)

## CSharp

See configuration in [readme.csharp.md](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/samplefiles/readme.chsarp.md)
See configuration in [readme.csharp.md](./readme.csharp.md)

## AzureResourceSchema

See configuration in [readme.azureresourceschema.md](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/samplefiles/readme.azureresourceschema.md)
See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)

0 comments on commit 655d447

Please sign in to comment.