From 6b70f8645c81bf7deb1b79d371d5bd020909b7f2 Mon Sep 17 00:00:00 2001 From: Jonathan Vuillemin Date: Mon, 27 Sep 2021 16:23:36 +0200 Subject: [PATCH] feat: builder --- doc/message/submission-review-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/message/submission-review-workflow.md b/doc/message/submission-review-workflow.md index e27a188..98de6e8 100644 --- a/doc/message/submission-review-workflow.md +++ b/doc/message/submission-review-workflow.md @@ -133,7 +133,7 @@ You can find below required steps to handle a LtiSubmissionReviewRequest message As a tool, you'll receive an HTTP request containing the [LtiSubmissionReviewRequest message](https://www.imsglobal.org/spec/lti-sr/v1p0), generated by the platform, received after OIDC flow completion. -You can use the [ToolLaunchValidator](https://github.com/oat-sa/lib-lti1p3-core/blob/master/src/Message/Launch/Validator/ToolLaunchValidator.php) to validate it: +You can use the [ToolLaunchValidator](https://github.com/oat-sa/lib-lti1p3-core/blob/master/src/Message/Launch/Validator/Tool/ToolLaunchValidator.php) to validate it: ```php