Skip to content

Commit 4735b33

Browse files
committed
absolute links
1 parent 3ce0393 commit 4735b33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aspnetcore/fundamentals/servers/httpsys/includes/httpsys8-9.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ HTTP.sys is useful for deployments where:
3131

3232
* There's a need to expose the server directly to the Internet without using IIS.
3333

34-
![HTTP.sys communicates directly with the Internet](httpsys/_static/httpsys-to-internet.png)
34+
![HTTP.sys communicates directly with the Internet](~/fundamentals/servers/httpsys/_static/httpsys-to-internet.png)
3535

3636
* An internal deployment requires a feature not available in Kestrel. For more information, see [Kestrel vs. HTTP.sys](xref:fundamentals/servers/index#kestrel-vs-httpsys)
3737

38-
![HTTP.sys communicates directly with the internal network](httpsys/_static/httpsys-to-internal.png)
38+
![HTTP.sys communicates directly with the internal network](~/fundamentals/servers/httpsys/_static/httpsys-to-internal.png)
3939

4040
HTTP.sys is mature technology that protects against many types of attacks and provides the robustness, security, and scalability of a full-featured web server. IIS itself runs as an HTTP listener on top of HTTP.sys.
4141

@@ -262,7 +262,7 @@ In Visual Studio, the default launch profile is for IIS Express. To run the proj
262262

263263
A development certificate is used in this example. The page loads securely after bypassing the browser's untrusted certificate warning.
264264

265-
![Browser window showing the app's Index page loaded](httpsys/_static/browser.png)
265+
![Browser window showing the app's Index page loaded](~/fundamentals/servers/httpsys/_static/browser.png)
266266

267267
## Proxy server and load balancer scenarios
268268

0 commit comments

Comments
 (0)