diff --git a/scripts/dev.js b/scripts/dev.js index 846d42c..3033165 100644 --- a/scripts/dev.js +++ b/scripts/dev.js @@ -28,7 +28,7 @@ app.prepare().then(async () => { const ngrokUrl = listener.url(); const { default: open, apps } = await import('open'); - const url = `https://dashboard.copilot.app/dev-mode?url=${encodeURIComponent( + const url = `https://dashboard.assembly.com/dev-mode?url=${encodeURIComponent( ngrokUrl, )}`; diff --git a/src/bridge/README.md b/src/bridge/README.md index ebfb873..abb9784 100644 --- a/src/bridge/README.md +++ b/src/bridge/README.md @@ -1,3 +1,3 @@ # App Bridge -The Copilot App Bridge is a two-way communication protocol between your Copilot workspace and custom app. In this folder you will find helpers that make working with the App Bridge simpler. +The Assembly App Bridge is a two-way communication protocol between your Assembly workspace and custom app. In this folder you will find helpers that make working with the App Bridge simpler. diff --git a/src/utils/session.ts b/src/utils/session.ts index ec710ec..5588940 100644 --- a/src/utils/session.ts +++ b/src/utils/session.ts @@ -11,7 +11,7 @@ export async function getSession(searchParams: SearchParams) { // error boundary page instead of a vercel error. const apiKey = need( process.env.ASSEMBLY_API_KEY, - 'ASSEMBLY_API_KEY is required, guide available at: https://docs.copilot.app/docs/custom-apps-setting-up-your-first-app#step-2-register-your-app-and-get-an-api-key', + 'ASSEMBLY_API_KEY is required, guide available at: https://docs.assembly.com/docs/custom-apps-setting-up-your-first-app#step-2-register-your-app-and-get-an-api-key', ); const assembly = assemblyApi({