Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 208a5e3

Browse files
Update docs/guides/csharp/serverless-rest-api-example.mdx
1 parent 5ac1375 commit 208a5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/csharp/serverless-rest-api-example.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Here we're creating an API named public and key value store named `profiles`, th
103103
Resources in Nitric like `api` and `key-value store` represent high-level
104104
cloud resources. When your app is deployed Nitric automatically converts these
105105
requests into appropriate resources for the specific
106-
[provider](/docs/providers). Nitric also takes care of adding the IAM roles,
106+
[provider](/providers). Nitric also takes care of adding the IAM roles,
107107
policies, etc. that grant the requested access. For example the `key-value`
108108
store resource uses DynamoDB in AWS or FireStore on Google Cloud.
109109
</Note>

0 commit comments

Comments
 (0)