Update repo references to open-pencil/open-pencil

This commit is contained in:
Danila Poyarkov 2026-03-01 16:18:11 +03:00
parent 74d4b6862e
commit c4e6514ea2
6 changed files with 7 additions and 7 deletions

View file

@ -59,5 +59,5 @@ jobs:
args: --target ${{ matrix.target }}
tagName: ${{ github.ref_name }}
releaseName: 'OpenPencil ${{ github.ref_name }}'
releaseBody: 'See [CHANGELOG.md](https://github.com/dannote/open-pencil/blob/${{ github.ref_name }}/CHANGELOG.md) for details.'
releaseBody: 'See [CHANGELOG.md](https://github.com/open-pencil/open-pencil/blob/${{ github.ref_name }}/CHANGELOG.md) for details.'
releaseDraft: true

View file

@ -97,11 +97,11 @@ export default defineConfig({
},
socialLinks: [
{ icon: 'github', link: 'https://github.com/dannote/open-pencil' },
{ icon: 'github', link: 'https://github.com/open-pencil/open-pencil' },
],
editLink: {
pattern: 'https://github.com/dannote/open-pencil/edit/main/packages/docs/:path',
pattern: 'https://github.com/open-pencil/open-pencil/edit/main/packages/docs/:path',
},
footer: {

View file

@ -61,7 +61,7 @@ bun run check
### AI Agent Conventions
Developers and AI agents working on the codebase should read `AGENTS.md` in the repo root ([view on GitHub](https://github.com/dannote/open-pencil/blob/master/AGENTS.md)). Covers rendering, scene graph, components & instances, layout, UI, file format, Tauri conventions, and known issues.
Developers and AI agents working on the codebase should read `AGENTS.md` in the repo root ([view on GitHub](https://github.com/open-pencil/open-pencil/blob/master/AGENTS.md)). Covers rendering, scene graph, components & instances, layout, UI, file format, Tauri conventions, and known issues.
## Making Changes

View file

@ -12,7 +12,7 @@ OpenPencil runs in the browser — no installation required. Open [app.openpenci
## Installation
```sh
git clone https://github.com/dannote/open-pencil.git
git clone https://github.com/open-pencil/open-pencil.git
cd open-pencil
bun install
```

View file

@ -15,7 +15,7 @@ hero:
link: /guide/getting-started
- theme: alt
text: View on GitHub
link: https://github.com/dannote/open-pencil
link: https://github.com/open-pencil/open-pencil
features:
- icon: 📖

View file

@ -61,7 +61,7 @@ function createTransport() {
apiKey: apiKey.value,
headers: {
'X-OpenRouter-Title': 'OpenPencil',
'HTTP-Referer': 'https://github.com/dannote/open-pencil'
'HTTP-Referer': 'https://github.com/open-pencil/open-pencil'
}
})