Skip to content

Commit 677c79c

Browse files
committed
chore: update repo links
1 parent 388eee5 commit 677c79c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/---bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
required: true
1414
attributes:
1515
label: 🛠️ To reproduce
16-
description: A reproduction of the bug via https://stackblitz.com/github/danielroe/stackblitz.zip/tree/main/playground
16+
description: A reproduction of the bug via https://stackblitz.com/github/stackblitz-labs/stackblitz.zip/tree/main/playground
1717
placeholder: https://stackblitz.com/[...]
1818
- type: textarea
1919
validations:

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Download: https://stackblitz.zip/edit/nuxt-starter-k7spa3r4
3131
- ⚗️ Built on [Nitro](https://nitro.build/)
3232
- ▲ Deployed on [Vercel](http://vercel.com)
3333

34-
👉 [see source](https://github.com/danielroe/stackblitz.zip/tree/main/app/)
34+
👉 [see source](https://github.com/stackblitz-labs/stackblitz.zip/tree/main/app/)
3535

3636
## CLI
3737

@@ -199,7 +199,7 @@ Parse a StackBlitz URL and extract the project ID.
199199

200200
```bash
201201
# clone this repository
202-
git clone https://github.com/danielroe/stackblitz.zip
202+
git clone https://github.com/stackblitz-labs/stackblitz.zip
203203

204204
# install dependencies
205205
corepack enable
@@ -224,7 +224,7 @@ Published under [MIT License](./LICENCE).
224224
[npm-version-href]: https://npmjs.com/package/stackblitz-zip
225225
[npm-downloads-src]: https://img.shields.io/npm/dm/stackblitz-zip?style=flat-square
226226
[npm-downloads-href]: https://npm.chart.dev/stackblitz-zip
227-
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/danielroe/stackblitz.zip/ci.yml?branch=main&style=flat-square
228-
[github-actions-href]: https://github.com/danielroe/stackblitz.zip/actions?query=workflow%3Aci
229-
[codecov-src]: https://img.shields.io/codecov/c/gh/danielroe/stackblitz.zip/main?style=flat-square
230-
[codecov-href]: https://codecov.io/gh/danielroe/stackblitz.zip
227+
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stackblitz-labs/stackblitz.zip/ci.yml?branch=main&style=flat-square
228+
[github-actions-href]: https://github.com/stackblitz-labs/stackblitz.zip/actions?query=workflow%3Aci
229+
[codecov-src]: https://img.shields.io/codecov/c/gh/stackblitz-labs/stackblitz.zip/main?style=flat-square
230+
[codecov-href]: https://codecov.io/gh/stackblitz-labs/stackblitz.zip

app/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h3>Programmatic</h3>
131131
</script>
132132

133133
<div class="read-more">
134-
<a href="https://github.com/danielroe/stackblitz.zip#readme" class="read-more-link" target="_blank"
134+
<a href="https://github.com/stackblitz-labs/stackblitz.zip#readme" class="read-more-link" target="_blank"
135135
rel="noopener noreferrer">
136136
<span>read documentation</span>
137137
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
@@ -206,7 +206,7 @@ <h3>Programmatic</h3>
206206
</p>
207207
<ul class="footer-links">
208208
<li>
209-
<a href="https://github.com/danielroe/stackblitz.zip" target="_blank" rel="noopener noreferrer">
209+
<a href="https://github.com/stackblitz-labs/stackblitz.zip" target="_blank" rel="noopener noreferrer">
210210
<svg viewBox="0 0 24 24" fill="currentColor"
211211
style="width: 16px; height: 16px; vertical-align: middle; margin-right: 4px;" aria-hidden="true">
212212
<path

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packageManager": "[email protected]",
66
"description": "Download StackBlitz projects programmatically",
77
"license": "MIT",
8-
"repository": "danielroe/stackblitz.zip",
8+
"repository": "stackblitz-labs/stackblitz.zip",
99
"sideEffects": false,
1010
"exports": {
1111
".": "./dist/index.mjs"

0 commit comments

Comments
 (0)