Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 852c0cf

Browse files
committed
chore: fix links
1 parent 2dc85e2 commit 852c0cf

File tree

6 files changed

+19
-20
lines changed

6 files changed

+19
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![ngx-github-buttons](https://raw.githubusercontent.com/typectrl/ngx-github-buttons/master/src/assets/share.png)
1+
![ngx-github-buttons](https://raw.githubusercontent.com/scttcper/ngx-github-buttons/master/src/assets/share.png)
22

33
# ngx-github-buttons [![npm](https://img.shields.io/npm/v/@ctrl/ngx-github-buttons.svg)](https://www.npmjs.com/package/@ctrl/ngx-github-buttons)
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ctrl/ngx-github-buttons",
33
"version": "0.0.0-placeholder",
4-
"repository": "typectrl/ngx-github-buttons",
4+
"repository": "scttcper/ngx-github-buttons",
55
"homepage": "https://ngx-github-buttons.vercel.app",
66
"license": "MIT",
77
"scripts": {

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container pt-5 pb-5">
33
<h1>Angular GitHub Buttons</h1>
44
<p class="lead pb-1">GitHub buttons without the iframe, for Angular.</p>
5-
<gh-button size="large" [count]="true" user="typectrl" repo="ngx-github-buttons"></gh-button>
5+
<gh-button size="large" [count]="true" user="scttcper" repo="ngx-github-buttons"></gh-button>
66
</div>
77
</div>
88

src/app/demo/demo.component.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2 class="mb-4">Pick a style</h2>
2424
/>
2525
ntkme
2626
<br />
27-
<ntkme-github-button size="large" user="typectrl" repo="ngx-github-buttons">
27+
<ntkme-github-button size="large" user="scttcper" repo="ngx-github-buttons">
2828
</ntkme-github-button>
2929
</label>
3030
</div>
@@ -41,7 +41,7 @@ <h2 class="mb-4">Pick a style</h2>
4141
/>
4242
mdo
4343
<br />
44-
<mdo-github-button size="large" user="typectrl" repo="ngx-github-buttons">
44+
<mdo-github-button size="large" user="scttcper" repo="ngx-github-buttons">
4545
</mdo-github-button>
4646
</label>
4747
</div>
@@ -58,7 +58,7 @@ <h2 class="mb-4">Pick a style</h2>
5858
/>
5959
gh
6060
<br />
61-
<gh-button size="large" user="typectrl" repo="ngx-github-buttons"></gh-button>
61+
<gh-button size="large" user="scttcper" repo="ngx-github-buttons"></gh-button>
6262
</label>
6363
</div>
6464
</div>
@@ -81,12 +81,12 @@ <h2 class="mb-4">Choose a button</h2>
8181
Follow
8282
<br />
8383
<span aria-hidden="true">
84-
<mdo-github-button *ngIf="style === 'mdo'" type="follow" user="typectrl" size="large">
84+
<mdo-github-button *ngIf="style === 'mdo'" type="follow" user="scttcper" size="large">
8585
</mdo-github-button>
8686
<ntkme-github-button
8787
*ngIf="style === 'ntkme'"
8888
type="follow"
89-
user="typectrl"
89+
user="scttcper"
9090
size="large"
9191
>
9292
</ntkme-github-button>
@@ -110,15 +110,15 @@ <h2 class="mb-4">Choose a button</h2>
110110
<mdo-github-button
111111
*ngIf="style === 'mdo'"
112112
type="watch"
113-
user="typectrl"
113+
user="scttcper"
114114
repo="ngx-github-buttons"
115115
size="large"
116116
>
117117
</mdo-github-button>
118118
<ntkme-github-button
119119
*ngIf="style === 'ntkme'"
120120
type="watch"
121-
user="typectrl"
121+
user="scttcper"
122122
repo="ngx-github-buttons"
123123
size="large"
124124
>
@@ -143,15 +143,15 @@ <h2 class="mb-4">Choose a button</h2>
143143
<mdo-github-button
144144
*ngIf="style === 'mdo'"
145145
type="star"
146-
user="typectrl"
146+
user="scttcper"
147147
repo="ngx-github-buttons"
148148
size="large"
149149
>
150150
</mdo-github-button>
151151
<ntkme-github-button
152152
*ngIf="style === 'ntkme'"
153153
type="star"
154-
user="typectrl"
154+
user="scttcper"
155155
repo="ngx-github-buttons"
156156
size="large"
157157
>
@@ -176,15 +176,15 @@ <h2 class="mb-4">Choose a button</h2>
176176
<mdo-github-button
177177
*ngIf="style === 'mdo'"
178178
type="fork"
179-
user="typectrl"
179+
user="scttcper"
180180
repo="ngx-github-buttons"
181181
size="large"
182182
>
183183
</mdo-github-button>
184184
<ntkme-github-button
185185
*ngIf="style === 'ntkme'"
186186
type="fork"
187-
user="typectrl"
187+
user="scttcper"
188188
repo="ngx-github-buttons"
189189
size="large"
190190
>
@@ -209,7 +209,7 @@ <h2 class="mb-4">Choose a button</h2>
209209
<ntkme-github-button
210210
*ngIf="style === 'ntkme'"
211211
type="issue"
212-
user="typectrl"
212+
user="scttcper"
213213
repo="ngx-github-buttons"
214214
size="large"
215215
>
@@ -234,7 +234,7 @@ <h2 class="mb-4">Choose a button</h2>
234234
<ntkme-github-button
235235
*ngIf="style === 'ntkme'"
236236
type="download"
237-
user="typectrl"
237+
user="scttcper"
238238
repo="ngx-github-buttons"
239239
size="large"
240240
>

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
2525
<meta name="og:title" content="Angular GitHub Buttons">
2626
<meta name="og:image" content="assets/share.png">
27-
<meta name="og:url" content="https://typectrl.github.io/ngx-github-buttons/">
27+
<meta name="og:url" content="https://scttcper.github.io/ngx-github-buttons/">
2828
<meta name="og:site_name" content="Angular GitHub Buttons">
2929
<meta name="og:type" content="website">
3030

src/lib/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
"@angular/common": ">=16.0.0-0"
88
},
99
"author": "Scott Cooper <[email protected]> (https://github.com/scttcper)",
10-
"repository": "typectrl/ngx-github-buttons",
11-
"homepage": "https://ngx-github-buttons.typectrl.vercel.app",
10+
"repository": "scttcper/ngx-github-buttons",
11+
"homepage": "https://ngx-github-buttons.scttcper.vercel.app",
1212
"license": "MIT",
13-
"bugs": "https://github.com/TypeCtrl/ngx-github-buttons/issues",
1413
"keywords": ["ngx", "github", "buttons", "star", "like", "follow"],
1514
"publishConfig": {
1615
"access": "public",

0 commit comments

Comments
 (0)