Skip to content

Commit d88ec84

Browse files
committed
Hosted on HTTPS now
1 parent a6572ce commit d88ec84

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ the HTTP headers `Modified` and `Expires`.
9292
Online presence
9393
---------------
9494

95-
* The cgit homepage is hosted by cgit at <http://git.zx2c4.com/cgit/about/>
95+
* The cgit homepage is hosted by cgit at <https://git.zx2c4.com/cgit/about/>
9696

9797
* Patches, bug reports, discussions and support should go to the cgit
9898
mailing list: <cgit@lists.zx2c4.com>. To sign up, visit
99-
<http://lists.zx2c4.com/mailman/listinfo/cgit>
99+
<https://lists.zx2c4.com/mailman/listinfo/cgit>

cgit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ static void cgit_parse_args(int argc, const char **argv)
941941

942942
for (i = 1; i < argc; i++) {
943943
if (!strcmp(argv[i], "--version")) {
944-
printf("CGit %s | http://git.zx2c4.com/cgit/\n\nCompiled in features:\n", CGIT_VERSION);
944+
printf("CGit %s | https://git.zx2c4.com/cgit/\n\nCompiled in features:\n", CGIT_VERSION);
945945
#ifdef NO_LUA
946946
printf("[-] ");
947947
#else

filters/gentoo-ldap-authentication.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- luacrypto >= 0.3
55
-- <http://mkottman.github.io/luacrypto/>
66
-- lualdap >= 1.2
7-
-- <http://git.zx2c4.com/lualdap/about/>
7+
-- <https://git.zx2c4.com/lualdap/about/>
88
--
99

1010

ui-shared.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ void cgit_print_docend(void)
776776
if (ctx.cfg.footer)
777777
html_include(ctx.cfg.footer);
778778
else {
779-
htmlf("<div class='footer'>generated by <a href='http://git.zx2c4.com/cgit/about/'>cgit %s</a> at ",
779+
htmlf("<div class='footer'>generated by <a href='https://git.zx2c4.com/cgit/about/'>cgit %s</a> at ",
780780
cgit_version);
781781
html_txt(show_date(time(NULL), 0, cgit_date_mode(DATE_ISO8601)));
782782
html("</div>\n");

0 commit comments

Comments
 (0)