File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 8
8
** microlink** © [ Microlink] ( https://microlink.io ) , released under the [ MIT] ( https://github.com/microlinkhq/sdk/blob/master/LICENSE.md ) License.<br >
9
9
Authored and maintained by [ Kiko Beats] ( https://kikobeats.com ) with help from [ contributors] ( https://github.com/microlinkhq/sdk/contributors ) .
10
10
11
- > [ microlink.io] ( https://microlink.io ) · GitHub [ microlinkhq] ( https://github.com/microlinkhq ) · Twitter [ @microlinkhq ] ( https://twitter .com/microlinkhq )
11
+ > [ microlink.io] ( https://microlink.io ) · GitHub [ microlinkhq] ( https://github.com/microlinkhq ) · X [ @microlinkhq ] ( https://x .com/microlinkhq )
Original file line number Diff line number Diff line change
1
+ - date : Jul 2024
2
+ notes :
3
+ - ' [Microlink](/): Released [website](https://github.com/microlinkhq/www/pull/1679) refactor.'
4
+ - ' [Microlink API](/docs/api/getting-started/overview): Improved favicon.ico detection.'
5
+
1
6
- date : May 2024
2
7
notes :
3
8
- ' [Metascraper v5.45.7](https://github.com/microlinkhq/metascraper/pull/704): Improved x.com support.'
13
18
14
19
- date : January 2024
15
20
notes :
21
+ - ' [Microlink](/): Released [logo.microlink.io](https://logo.microlink.io).'
16
22
- ' [Microlink OSS](/oss): Released [top-user-agents](https://github.com/microlinkhq/top-user-agents).'
17
23
- ' [Microlink OSS](/oss): Released [@microlink/ua](https://github.com/microlinkhq/ua).'
18
24
Original file line number Diff line number Diff line change @@ -334,9 +334,9 @@ const Footer = ({ isDark, ...props }) => {
334
334
title : '@microlinkhq on GitHub'
335
335
} ,
336
336
{
337
- href : 'https://twitter .com/microlinkhq' ,
338
- children : 'Twitter ' ,
339
- title : '@microlinkhq on Twitter '
337
+ href : 'https://x .com/microlinkhq' ,
338
+ children : 'X ' ,
339
+ title : '@microlinkhq on x.com '
340
340
} ,
341
341
{
342
342
You can’t perform that action at this time.
0 commit comments