Skip to content

Commit

Permalink
Merge pull request #66 from UN-OCHA/develop
Browse files Browse the repository at this point in the history
Fix link
  • Loading branch information
attiks authored Apr 4, 2024
2 parents 3aa0d19 + 63914d3 commit 22d2727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ function ocha_ai_summarize_notify_user(NodeInterface $node) {
t('Dear'),
t('Your document has been processed.'),
t('You can see the result on @link', [
'@link' => $node->toUrl('absolute')->setAbsolute()->toString(),
'@link' => $node->toUrl()->setAbsolute()->toString(),
]),
]);

Expand Down

0 comments on commit 22d2727

Please sign in to comment.