Skip to content

Commit

Permalink
Update TemplateHelper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fey authored Apr 9, 2024
1 parent fd0ed51 commit cacafdc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/Helpers/TemplateHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ public static function getTitleContent(string $header): string
public static function getBookLink(string $locale): string
{
return match ($locale) {
'ru' => 'https://mirror.yandex.ru/mirrors/ftp.linux.kiev.ua/docs/developer/general/sicp-ru/sicp-ru-screen.pdf',
'en' => 'https://web.mit.edu/6.001/6.037/sicp.pdf',
default => '',
'ru' => 'https://drive.google.com/file/d/1xc9r6txuTZMZ5lPy9YQuD1Dwv9spg7Nt/view?usp=sharing',
default => 'https://drive.google.com/file/d/1t3rlltwuU85ow7g0ZI6Kx7eY5n-Umh8p/view?usp=sharing',
};
}
}

0 comments on commit cacafdc

Please sign in to comment.