diff --git a/specification/appendix-a-included-utilities.md b/specification/appendix-a-included-utilities.md index 4c6c0b69..5a3b3550 100644 --- a/specification/appendix-a-included-utilities.md +++ b/specification/appendix-a-included-utilities.md @@ -29,7 +29,7 @@ Given below are features this provider **MUST** support, > E2E tests must utilize [in-memory provider](#in-memory-provider) defined within the SDK and must be self-contained. OpenFeature project maintains an end-to-end(e2e) test suite defined with [Gherkin syntax](https://cucumber.io/docs/gherkin/). -These test definitions reside in the [OpenFeature test-harness](https://github.com/open-feature/test-harness) repository. +These test definitions reside in [Appendix B](./appendix-b-gherkin-suites.md) ```mermaid flowchart LR diff --git a/specification/sections/04-hooks.md b/specification/sections/04-hooks.md index 890a314b..2f7ebe78 100644 --- a/specification/sections/04-hooks.md +++ b/specification/sections/04-hooks.md @@ -111,7 +111,7 @@ void before(HookContext hookContext, HookHints hints); > When `before` hooks have finished executing, any resulting `evaluation context` **MUST** be merged with the existing `evaluation context`. -Evaluation context merge order is defined in [Requirement 3.2.2](./03-evaluation-context.md#requirement-322). +Evaluation context merge order is defined in [Context levels and merging](./03-evaluation-context.md#32-context-levels-and-merging). #### Requirement 4.3.6