diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | cgit.c | 2 | ||||
-rw-r--r-- | filters/gentoo-ldap-authentication.lua | 2 | ||||
-rw-r--r-- | ui-shared.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/README b/README index 917d74a..7a6b4a4 100644 --- a/README +++ b/README | |||
@@ -92,8 +92,8 @@ the HTTP headers `Modified` and `Expires`. | |||
92 | Online presence | 92 | Online presence |
93 | --------------- | 93 | --------------- |
94 | 94 | ||
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/> |
96 | 96 | ||
97 | * Patches, bug reports, discussions and support should go to the cgit | 97 | * Patches, bug reports, discussions and support should go to the cgit |
98 | mailing list: <cgit@lists.zx2c4.com>. To sign up, visit | 98 | 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> |
diff --git a/cgit.c b/cgit.c index fc482be..ab3fadb 100644 --- a/cgit.c +++ b/cgit.c | |||
@@ -941,7 +941,7 @@ static void cgit_parse_args(int argc, const char **argv) | |||
941 | 941 | ||
942 | for (i = 1; i < argc; i++) { | 942 | for (i = 1; i < argc; i++) { |
943 | if (!strcmp(argv[i], "--version")) { | 943 | 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); |
945 | #ifdef NO_LUA | 945 | #ifdef NO_LUA |
946 | printf("[-] "); | 946 | printf("[-] "); |
947 | #else | 947 | #else |
diff --git a/filters/gentoo-ldap-authentication.lua b/filters/gentoo-ldap-authentication.lua index fce5632..6d8eb3e 100644 --- a/filters/gentoo-ldap-authentication.lua +++ b/filters/gentoo-ldap-authentication.lua | |||
@@ -4,7 +4,7 @@ | |||
4 | -- luacrypto >= 0.3 | 4 | -- luacrypto >= 0.3 |
5 | -- <http://mkottman.github.io/luacrypto/> | 5 | -- <http://mkottman.github.io/luacrypto/> |
6 | -- lualdap >= 1.2 | 6 | -- lualdap >= 1.2 |
7 | -- <http://git.zx2c4.com/lualdap/about/> | 7 | -- <https://git.zx2c4.com/lualdap/about/> |
8 | -- | 8 | -- |
9 | 9 | ||
10 | 10 | ||
diff --git a/ui-shared.c b/ui-shared.c index 2c88b72..562fa0e 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -776,7 +776,7 @@ void cgit_print_docend(void) | |||
776 | if (ctx.cfg.footer) | 776 | if (ctx.cfg.footer) |
777 | html_include(ctx.cfg.footer); | 777 | html_include(ctx.cfg.footer); |
778 | else { | 778 | 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 ", |
780 | cgit_version); | 780 | cgit_version); |
781 | html_txt(show_date(time(NULL), 0, cgit_date_mode(DATE_ISO8601))); | 781 | html_txt(show_date(time(NULL), 0, cgit_date_mode(DATE_ISO8601))); |
782 | html("</div>\n"); | 782 | html("</div>\n"); |