Skip to content

Commit e10a078

Browse files
committed
Update sponsor links
1 parent d69f2bb commit e10a078

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,15 +290,15 @@ pwsh Build.ps1
290290
We 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
&nbsp;&nbsp;&nbsp;
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/>

docs/home/assets/home.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)