Skip to content

Commit 6b0e21e

Browse files
committed
fixing broken links
1 parent ece7abe commit 6b0e21e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cloud-services/cloud-services-configuration-and-management-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ sections:
289289
</configuration>
290290
```
291291
292-
You can also add this as a setting in IIS. Use the following command with the [common startup tasks](cloud-services-startup-tasks-common.md#configure-iis-startup-with-appcmdexe) article.
292+
You can also add this as a setting in IIS. Use the following command with the [common startup tasks](cloud-services-startup-tasks-common.md#configure-internet-information-services--iis--startup-with-appcmdexe) article.
293293
294294
```cmd
295295
%windir%\system32\inetsrv\appcmd set config /section:httpProtocol /+customHeaders.[name='X-Content-Type-Options',value='nosniff']
@@ -298,7 +298,7 @@ sections:
298298
- question: |
299299
How do I customize IIS for a web role?
300300
answer: |
301-
Use the IIS startup script from the [common startup tasks](cloud-services-startup-tasks-common.md#configure-iis-startup-with-appcmdexe) article.
301+
Use the IIS startup script from the [common startup tasks](cloud-services-startup-tasks-common.md#configure-internet-information-services--iis--startup-with-appcmdexe) article.
302302
303303
- question: |
304304
What is the quota limit for my Cloud Service?

0 commit comments

Comments
 (0)