|
1 | 1 | ///////////////////////////////////////////////////////////////////////////////
|
2 | 2 |
|
3 |
| - Copyright (c) 2022, 2024 Oracle and/or its affiliates. |
| 3 | + Copyright (c) 2022, 2025 Oracle and/or its affiliates. |
4 | 4 |
|
5 | 5 | Licensed under the Apache License, Version 2.0 (the "License");
|
6 | 6 | you may not use this file except in compliance with the License.
|
@@ -139,7 +139,7 @@ The link:{helidon-github-examples-url}/quickstarts/helidon-quickstart-se[Helidon
|
139 | 139 | lets you change the greeting by sending a `PUT` request to the `/greet/greeting` resource.
|
140 | 140 |
|
141 | 141 | This example, based on the QuickStart greeting app, uses the low-level `CrossOriginConfig` API and
|
142 |
| -the `CorsSupport` API to influence the xref:{rootdir}/se/webserver.adoc#routing[routing], |
| 142 | +the `CorsSupport` API to influence the xref:{rootdir}/se/webserver/webserver.adoc#routing[routing], |
143 | 143 | thereby determining how that resource is shared. (If desired, you can use <<Configuration, configuration>> instead
|
144 | 144 | of the low-level API.)
|
145 | 145 |
|
@@ -251,7 +251,7 @@ For a complete example, see {helidon-github-examples-url}/cors[Helidon SE CORS E
|
251 | 251 |
|
252 | 252 | include::{rootdir}/includes/cors.adoc[tag=cors-and-requested-uri-intro]
|
253 | 253 | You can configure how the Helidon server handles these headers as described in the documentation for
|
254 |
| -xref:{rootdir}/se/webserver.adoc#_requested_uri_discovery[requested URI discovery]. |
| 254 | +xref:{rootdir}/se/webserver/webserver.adoc#_requested_uri_discovery[requested URI discovery]. |
255 | 255 |
|
256 | 256 | include::{rootdir}/includes/cors.adoc[tag=cors-and-requested-uri-wrapup]
|
257 | 257 |
|
|
0 commit comments