Skip to content

Commit c31bf27

Browse files
Update articles/static-web-apps/build-configuration.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 9ab8a2f commit c31bf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/build-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ If you want to skip building the API, you can bypass the automatic build and dep
226226

227227
Steps to skip building the API:
228228

229-
- In `staticwebapp.config.json`, set the `apiRuntime` to the correct language and version. Click [here](https://docs.microsoft.com/en-us/azure/static-web-apps/configuration#selecting-the-api-language-runtime-version) for the list of supported language and versions.
229+
- In the *staticwebapp.config.json* file, set `apiRuntime` to the correct language and version. Refer to [Configure Azure Static Web Apps](configuration.md#selecting-the-api-language-runtime-version) for the list of supported languages and versions.
230230
```json
231231
{
232232
"platform": {

0 commit comments

Comments
 (0)