diff --git a/scripts/lib/sphinx/renameUrls.ts b/scripts/lib/sphinx/renameUrls.ts index e9d1f14eaeb..a86b03132da 100644 --- a/scripts/lib/sphinx/renameUrls.ts +++ b/scripts/lib/sphinx/renameUrls.ts @@ -20,6 +20,7 @@ export function renameUrls(results: SphinxToMdResultWithUrl[]): void { // We can't fix their setup until qiskit.org is removed, so // instead we fix it here. .replace(/\/ibm_provider$/g, "/index") - .replace(/\/runtime_service$/g, "/index"); + .replace(/\/runtime_service$/g, "/index") + .replace(/\/terra$/g, "/index"); } }