Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified packages/docs/src/app/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/docs/src/app/favicon.ico
Binary file not shown.
Binary file modified packages/docs/src/app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/docs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default async function RootLayout({children}: {children: React.ReactNode}
navbar={<SiteHeader key="navbar" />}
footer={<SiteFooter key="footer" />}
editLink="Edit this page on GitHub"
docsRepositoryBase="https://github.com/redotvideo/revideo/blob/main/packages/docs"
docsRepositoryBase="https://github.com/midrender/revideo/blob/main/packages/docs"
sidebar={{defaultMenuCollapseLevel: 1}}
pageMap={pageMap}
// The docs are dark-only (forcedTheme below), so hide the theme
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function IndexPage() {
<Link href="https://app.midrender.com">
<Button size="lg">Try Midrender</Button>
</Link>
<Link href="https://github.com/redotvideo/revideo">
<Link href="https://github.com/midrender/revideo">
<Button size="lg" variant="outline">
GitHub
</Button>
Expand Down Expand Up @@ -78,7 +78,7 @@ export default function IndexPage() {
yet been upstreamed to the open-source repository.
</p>
<p>
The <Anchor href="https://github.com/redotvideo/revideo">GitHub repository</Anchor> and{' '}
The <Anchor href="https://github.com/midrender/revideo">GitHub repository</Anchor> and{' '}
<Anchor href="/docs">documentation</Anchor> remain available.
</p>
</Section>
Expand Down
Loading