Update links to github
This commit is contained in:
parent
5a1fb829f0
commit
60d17f800c
1 changed files with 3 additions and 3 deletions
|
@ -213,9 +213,9 @@ BLOG = {
|
||||||
"description": "My take on tech-related subjects (but not only).",
|
"description": "My take on tech-related subjects (but not only).",
|
||||||
"base_url": env("BLOG_BASE_URL"),
|
"base_url": env("BLOG_BASE_URL"),
|
||||||
"repo": {
|
"repo": {
|
||||||
"commit_url": "https://git.augendre.info/gaugendre/blog/commit/{commit_sha}",
|
"commit_url": "https://github.com/Crocmagnon/blog/commit/{commit_sha}",
|
||||||
"homepage": "https://git.augendre.info/gaugendre/blog",
|
"homepage": "https://github.com/Crocmagnon/blog",
|
||||||
"log": "https://git.augendre.info/gaugendre/blog/commits/branch/master",
|
"log": "https://github.com/Crocmagnon/blog/commits/master",
|
||||||
},
|
},
|
||||||
"status_url": env("SERVICES_STATUS_URL"),
|
"status_url": env("SERVICES_STATUS_URL"),
|
||||||
"licenses": {
|
"licenses": {
|
||||||
|
|
Reference in a new issue