diff --git a/specification/sections/04-hooks.md b/specification/sections/04-hooks.md index 8e8cc93e..9f58d343 100644 --- a/specification/sections/04-hooks.md +++ b/specification/sections/04-hooks.md @@ -204,7 +204,7 @@ val = client.get_boolean_value('my-key', False, evaluation_options={ }) ``` -see: [Flag evaluation options](./01-flag-evaluation.md#) +see: [Flag evaluation options](./01-flag-evaluation.md#evaluation-options) #### Requirement 4.5.1 diff --git a/specification/types.md b/specification/types.md index e6b6b682..a53dacae 100644 --- a/specification/types.md +++ b/specification/types.md @@ -100,7 +100,7 @@ A structure containing the following fields: A structure which supports definition of arbitrary properties, with keys of type `string`, and values of type `boolean`, `string`, or `number`. -This structure is populated by a provider for use by an [Application Author](./glossary.md#application-author) (via the [Evaluation API](./glossary.md#evaluation-api)) or an [Application Integrator](./glossary.md#application-integrator) (via [hooks](./sections/04-hooks.md)). +This structure is populated by a provider for use by an [Application Author](./glossary.md#application-author) via the [Evaluation API](./glossary.md#evaluation-api) or an [Application Integrator](./glossary.md#application-integrator) via [hooks](./sections/04-hooks.md). ### Provider Status