We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b31adf commit b340cf9Copy full SHA for b340cf9
scripts/download.js
@@ -37,7 +37,7 @@ async function cacheResources() {
37
const cache = {};
38
39
for (const name of resources) {
40
- let url = `https://swapi.dev/api/${name}/`;
+ let url = `https://swapi.tech/api/${name}/`;
41
42
while (url != null) {
43
console.error(url);
0 commit comments