File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -290,15 +290,15 @@ pwsh Build.ps1
290290We are grateful to the following sponsors, who provide the team with a no-cost license for using their tools.
291291
292292<p >
293- <a href =" https://www.jetbrains.com/community/opensource " >
293+ <a href =" https://jb.gg/OpenSource " >
294294 <picture>
295295 <source media="(prefers-color-scheme: dark)" srcset="docs/home/assets/img/jetbrains-logo-dark.svg">
296296 <source media="(prefers-color-scheme: light)" srcset="docs/home/assets/img/jetbrains-logo-light.svg">
297297 <img align="middle" alt="JetBrains logo" style="width:150px" src="docs/home/assets/img/jetbrains-logo-light.svg">
298298 </picture>
299299 </a >
300300   ;  ;  ;
301- <a href =" https://www.araxis.com/buy/open-source " >
301+ <a href =" https://www.araxis.com " >
302302 <img align="middle" src="docs/home/assets/img/araxis-logo.png" alt="Araxis Logo" style="width:150px">
303303 </a >
304304<p />
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ function initTheme() {
8383 }
8484
8585 // Sponsor panels linking
86- $ ( 'div[sponsor]#jetbrains' ) . on ( 'click' , ( ) => navigateExternalTo ( 'https://www.jetbrains.com/community/opensource ' ) ) ;
87- $ ( 'div[sponsor]#araxis' ) . on ( 'click' , ( ) => navigateExternalTo ( 'https://www.araxis.com/buy/open-source ' ) ) ;
86+ $ ( 'div[sponsor]#jetbrains' ) . on ( 'click' , ( ) => navigateExternalTo ( 'https://jb.gg/OpenSource ' ) ) ;
87+ $ ( 'div[sponsor]#araxis' ) . on ( 'click' , ( ) => navigateExternalTo ( 'https://www.araxis.com' ) ) ;
8888
8989 const navigateExternalTo = ( url ) => {
9090 window . open ( url , "_blank" ) ;
You can’t perform that action at this time.
0 commit comments