Skip to content

Commit 6f191c7

Browse files
authored
docs: Fix link in customization.md
1 parent ad2ecdb commit 6f191c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ performed by overriding the `ConfigureAppConfiguration` method in a Functions St
173173
public virtual void ConfigureAppConfiguration(WebHostBuilderContext context, IConfigurationBuilder configuration)
174174
```
175175

176-
See [CustomConfiguration](../examples/Google.Cloud.Functions.Examplles.CustomConfiguration/Function.cs)
176+
See [CustomConfiguration](../examples/Google.Cloud.Functions.Examples.CustomConfiguration/Function.cs)
177177
for an example that installs the [Steeltoe](https://steeltoe.io/)
178178
random value provider to the available configuration sources.
179179

0 commit comments

Comments
 (0)