Update repo references to open-pencil/open-pencil
This commit is contained in:
parent
74d4b6862e
commit
c4e6514ea2
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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: 📖
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue