diff --git a/fetch-content.js b/fetch-content.js index 4d50aa5..052a08d 100644 --- a/fetch-content.js +++ b/fetch-content.js @@ -61,13 +61,13 @@ async function downloadAndSaveFile(url, filePath) { const repositories = [ { - baseUrl: 'https://api.github.com/repos/waku-org/nwaku/contents/docs/benchmarks', + baseUrl: 'https://api.github.com/repos/logos-messaging/logos-messaging-nim/contents/docs/benchmarks', baseSavePath: '/docs/learn/research/benchmarks/', prefixToRemove: "docs/benchmarks/", categoryFileContent: "{ \"label\": \"Benchmarks\", \"collapsed\": false }" }, { - baseUrl: 'https://api.github.com/repos/waku-org/research/contents/docs', + baseUrl: 'https://api.github.com/repos/logos-messaging/research/contents/docs', baseSavePath: '/docs/learn/research/research-and-studies/', prefixToRemove: "docs/", categoryFileContent: "{ \"label\": \"Research and Studies\", \"collapsed\": false }"