Skip to content

Commit eedcf06

Browse files
author
Adam Siekierski
authored
Add links for TS in skierowanie (#62)
* Add links for TS in skierowanie * Fix a typo in skierowanie links
1 parent e742d5f commit eedcf06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/commands/skierowanie.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ const links = [
2222
{ url: 'https://www.smashingmagazine.com/guides/accessibility/', category: 'a11y' },
2323
{ url: 'https://www.scottohara.me/writing/', category: 'a11y' },
2424
{ url: 'https://webaim.org/', category: 'a11y' },
25+
{ url: 'https://typescriptnapowaznie.pl/', category: 'ts' },
26+
{ url: 'https://www.typescriptlang.org/docs/', category: 'ts' },
27+
{ url: 'https://github.com/typescript-cheatsheets', category: 'ts' },
2528
{ url: 'https://developer.mozilla.org/en-US/docs/Learn' },
2629
{ url: 'https://typeofweb.com' },
2730
{ url: 'https://frontlive.pl' },

0 commit comments

Comments
 (0)