Skip to content

Commit b23da00

Browse files
Add Trotto (#646)
Co-authored-by: Marcel Cruz <12413903+marcelscruz@users.noreply.github.com>
1 parent bde6abc commit b23da00

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

resources/t.ts

+11-1
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,17 @@ export const resources: Resource[] = [
453453
'content writer',
454454
],
455455
},
456+
{
457+
name: 'Trotto',
458+
description: 'Go links: an internal URL shortener that anyone can easily read, share, and remember (go/code, go/review)',
459+
categories: ['Tooling'],
460+
url: 'https://www.trot.to',
461+
keywords: [
462+
'url shortener',
463+
'link',
464+
'link shortener',
465+
],
466+
},
456467
{
457468
name: 'Truelist',
458469
description:
@@ -461,7 +472,6 @@ export const resources: Resource[] = [
461472
url: 'https://truelist.io/',
462473
keywords: ['developer tool', 'email validation', 'sales prospecting', 'email deliverability'],
463474
},
464-
465475
{
466476
name: 'Tweet Detective',
467477
categories: ['Social Media', 'AI'],

0 commit comments

Comments
 (0)