Skip to content

Commit

Permalink
docs: fix url for flags.json (#1553)
Browse files Browse the repository at this point in the history
Signed-off-by: katsumata <[email protected]>
  • Loading branch information
winor30 authored Feb 21, 2025
1 parent 1a97ca5 commit cd3c3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/specifications/protos.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ FetchAllFlagsResponse is the server response containing feature flag configurati

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| flag_configuration | [string](#string) | | flagd feature flag configuration. Must be validated to schema - https://raw.githubusercontent.com/open-feature/schemas/main/json/flagd-definitions.json |
| flag_configuration | [string](#string) | | flagd feature flag configuration. Must be validated to schema - https://raw.githubusercontent.com/open-feature/flagd-schemas/main/json/flags.json |



Expand Down Expand Up @@ -393,7 +393,7 @@ SyncFlagsResponse is the server response containing feature flag configurations

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| flag_configuration | [string](#string) | | flagd feature flag configuration. Must be validated to schema - https://raw.githubusercontent.com/open-feature/schemas/main/json/flagd-definitions.json |
| flag_configuration | [string](#string) | | flagd feature flag configuration. Must be validated to schema - https://raw.githubusercontent.com/open-feature/flagd-schemas/main/json/flags.json |



Expand Down

0 comments on commit cd3c3c6

Please sign in to comment.