Skip to content

Commit 1484bb5

Browse files
committed
fix: Replace all gitlab with github
1 parent fd1e871 commit 1484bb5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,5 +274,5 @@ License
274274
[hx_users_link]: https://github.com/manid2/hugo-xterm/blob/main/USERS.md
275275

276276
[md2_bmc_link]: https://www.buymeacoffee.com/manid2
277-
[md2_bmc_qr_img]: https://manid2.gitlab.io/images/md2_bmc_qr.png
277+
[md2_bmc_qr_img]: https://manid2.github.io/images/md2_bmc_qr.png
278278
[md2_gh_link]: https://github.com/manid2

USERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
hugo-xterm users
22
================
33

4-
* https://manid2.gitlab.io/ __manid2__ - Software Engineer
4+
* https://manid2.github.io/ __manid2__ - Software Engineer

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "https://gitlab.com/manid2/hugo-xterm/"
27+
"url": "https://github.com/manid2/hugo-xterm/"
2828
},
2929
"keywords": [
3030
"blog",
@@ -42,7 +42,7 @@
4242
"author": "Mani Kumar",
4343
"license": "GPL-3.0",
4444
"bugs": {
45-
"url": "https://gitlab.com/manid2/hugo-xterm/issues"
45+
"url": "https://github.com/manid2/hugo-xterm/issues"
4646
},
4747
"homepage": "https://manid2.github.io/hugo-xterm/",
4848
"devDependencies": {

theme.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ min_version = 0.110
3333

3434
[author]
3535
name = "Mani Kumar"
36-
homepage = "https://manid2.gitlab.io/"
36+
homepage = "https://manid2.github.io/"
3737
twitter = "https://twitter.com/mani_d2"
3838

3939
# Starter code taken from this theme

0 commit comments

Comments
 (0)