Skip to content

Commit

Permalink
Fix secrets.json path typo (#3087)
Browse files Browse the repository at this point in the history
Signed-off-by: Isekai-Seikatsu <brian1689878638@gmail.com>

Signed-off-by: Isekai-Seikatsu <brian1689878638@gmail.com>
  • Loading branch information
is3ka1 committed Jan 25, 2023
1 parent 5c2c449 commit 9d7e295
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ In the YAML file:

**`secrets.json` file**

`SECRET_NAME` is defined in the `secrets.json` file, located in [secrets_management/python/sdk/order-processor](https://github.com/dapr/quickstarts/tree/master/secrets_management/javascript/sdk/order-processor/secrets.json):
`SECRET_NAME` is defined in the `secrets.json` file, located in [secrets_management/python/sdk/order-processor](https://github.com/dapr/quickstarts/tree/master/secrets_management/python/sdk/order-processor/secrets.json):

```json
{
Expand Down Expand Up @@ -328,7 +328,7 @@ In the YAML file:

**`secrets.json` file**

`SECRET_NAME` is defined in the `secrets.json` file, located in [secrets_management/csharp/sdk/order-processor](https://github.com/dapr/quickstarts/tree/master/secrets_management/javascript/sdk/order-processor/secrets.json):
`SECRET_NAME` is defined in the `secrets.json` file, located in [secrets_management/csharp/sdk/order-processor](https://github.com/dapr/quickstarts/tree/master/secrets_management/csharp/sdk/order-processor/secrets.json):

```json
{
Expand Down Expand Up @@ -436,7 +436,7 @@ In the YAML file:

**`secrets.json` file**

`SECRET_NAME` is defined in the `secrets.json` file, located in [secrets_management/python/sdk/order-processor](https://github.com/dapr/quickstarts/tree/master/secrets_management/javascript/sdk/order-processor/secrets.json):
`SECRET_NAME` is defined in the `secrets.json` file, located in [secrets_management/java/sdk/order-processor](https://github.com/dapr/quickstarts/tree/master/secrets_management/java/sdk/order-processor/secrets.json):

```json
{
Expand Down Expand Up @@ -543,7 +543,7 @@ In the YAML file:

**`secrets.json` file**

`SECRET_NAME` is defined in the `secrets.json` file, located in [secrets_management/python/sdk/order-processor](https://github.com/dapr/quickstarts/tree/master/secrets_management/javascript/sdk/order-processor/secrets.json):
`SECRET_NAME` is defined in the `secrets.json` file, located in [secrets_management/go/sdk/order-processor](https://github.com/dapr/quickstarts/tree/master/secrets_management/go/sdk/order-processor/secrets.json):

```json
{
Expand Down

0 comments on commit 9d7e295

Please sign in to comment.