Skip to content

Commit 2020af6

Browse files
committed
Humble Bundle affiliate program ended
1 parent 2cdab38 commit 2020af6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/contribute/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<li>Report issues in <a href="https://github.com/chimeraos">GitHub</a></li>
4444
<li>Fix reported issues in <a href="https://github.com/chimeraos">GitHub</a></li>
4545
<li>Implement a feature you are interested in</li>
46-
<li><a href="https://www.humblebundle.com/?partner=chimera">Purchase games with our affiliate links</a></li>
4746
<li><a href="https://droix.net?ref=chimeraos">Purchase hardware with our affiliate links</a></li>
4847
<li><a href="https://opencollective.com/chimeraos/donate">Contribute on Open Collective</a></li>
4948
<li><a href="https://www.patreon.com/alkazar">Become a Patron on Patreon</a></li>

docs/games/index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,10 @@
147147
e.store = `https://store.steampowered.com/app/${e.id}`;
148148
}
149149

150-
if (e.store && e.store.startsWith('humble:')) {
151-
e.store = `https://www.humblebundle.com/store/${e.store.slice(7)}?partner=chimera`;
152-
}
150+
// Humble Bundle ended their affiliate program
151+
//if (e.store && e.store.startsWith('humble:')) {
152+
// e.store = `https://www.humblebundle.com/store/${e.store.slice(7)}?partner=chimera`;
153+
//}
153154
});
154155
},
155156

src/contribute.mustache

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Help us make the dream of the ultimate PC console experience come true!
1010
<li>Report issues in <a href="https://github.com/chimeraos">GitHub</a></li>
1111
<li>Fix reported issues in <a href="https://github.com/chimeraos">GitHub</a></li>
1212
<li>Implement a feature you are interested in</li>
13-
<li><a href="https://www.humblebundle.com/?partner=chimera">Purchase games with our affiliate links</a></li>
1413
<li><a href="https://droix.net?ref=chimeraos">Purchase hardware with our affiliate links</a></li>
1514
<li><a href="https://opencollective.com/chimeraos/donate">Contribute on Open Collective</a></li>
1615
<li><a href="https://www.patreon.com/alkazar">Become a Patron on Patreon</a></li>

src/games.mustache

+4-3
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,10 @@ function app() {
114114
e.store = `https://store.steampowered.com/app/${e.id}`;
115115
}
116116
117-
if (e.store && e.store.startsWith('humble:')) {
118-
e.store = `https://www.humblebundle.com/store/${e.store.slice(7)}?partner=chimera`;
119-
}
117+
// Humble Bundle ended their affiliate program
118+
//if (e.store && e.store.startsWith('humble:')) {
119+
// e.store = `https://www.humblebundle.com/store/${e.store.slice(7)}?partner=chimera`;
120+
//}
120121
});
121122
},
122123

0 commit comments

Comments
 (0)