Skip to content

Commit 1b78dab

Browse files
authored
Merge pull request #19 from dmarrazzo/fix/doc
Controllers subdir
2 parents 841ab8f + 9ff0397 commit 1b78dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/modules/ROOT/pages/gateway-dotnet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ You might be wondering how the Gateway service knows how to contact the *Catalog
263263
These values can be injected as environment variables at runtime for example if running the component locally in the IDE,
264264
but by default we have hardcoded the name of the OpenShift *Services* and then use OpenShift local DNS to resolve these names as
265265
the application starts. You can see the code that consumes those variables below. This is from *ProductsController.cs class* in the
266-
**/projects/workshop/labs/gateway-dotnet/** directory.
266+
**/projects/workshop/labs/gateway-dotnet/Controllers** directory.
267267

268268
[source,java]
269269
----

0 commit comments

Comments
 (0)