Skip to content

Commit

Permalink
fix hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Oct 8, 2024
1 parent 995c591 commit dafb98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/src/Command/ListBrokenXrefsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
if (preg_match(self::BROKEN_REFS_REGEX, $line, $matches)) {
list(, $component, $file, $ref, $brokenText) = $matches;
$link = sprintf(
'=HYPERLINK("https://github.com/googleapis/googleapis/blob/master/%s", "%s")',
'"=HYPERLINK(""https://github.com/googleapis/googleapis/blob/master/%s"", ""%s"")"',
$file,
$file
);
Expand Down

0 comments on commit dafb98e

Please sign in to comment.