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
290
290
We are grateful to the following sponsors, who provide the team with a no-cost license for using their tools.
291
291
292
292
<p >
293
- <a href =" https://www.jetbrains.com/community/opensource " >
293
+ <a href =" https://jb.gg/OpenSource " >
294
294
<picture>
295
295
<source media="(prefers-color-scheme: dark)" srcset="docs/home/assets/img/jetbrains-logo-dark.svg">
296
296
<source media="(prefers-color-scheme: light)" srcset="docs/home/assets/img/jetbrains-logo-light.svg">
297
297
<img align="middle" alt="JetBrains logo" style="width:150px" src="docs/home/assets/img/jetbrains-logo-light.svg">
298
298
</picture>
299
299
</a >
300
300
  ;  ;  ;
301
- <a href =" https://www.araxis.com/buy/open-source " >
301
+ <a href =" https://www.araxis.com " >
302
302
<img align="middle" src="docs/home/assets/img/araxis-logo.png" alt="Araxis Logo" style="width:150px">
303
303
</a >
304
304
<p />
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ function initTheme() {
83
83
}
84
84
85
85
// 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' ) ) ;
88
88
89
89
const navigateExternalTo = ( url ) => {
90
90
window . open ( url , "_blank" ) ;
You can’t perform that action at this time.
0 commit comments