Skip to content

Commit

Permalink
http -> https
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Nov 2, 2021
1 parent 5063508 commit ee5f3eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/lib/core/crash.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ crash_report_stderr(struct crash_info *cinfo)

fprintf(stderr, "Current time: %u\n", (unsigned)time(0));
fprintf(stderr, "Please file a bug at "
"http://github.com/tarantool/tarantool/issues\n");
"https://github.com/tarantool/tarantool/issues\n");

#ifdef ENABLE_BACKTRACE
fprintf(stderr, "Attempting backtrace... Note: since the server has "
Expand Down
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ print_help(const char *program)
puts(" --\t\t\t\tstop handling options");
puts(" -\t\t\t\texecute stdin and stop handling options");
puts("");
puts("Please visit project home page at http://tarantool.org");
puts("Please visit project home page at https://tarantool.org");
puts("to see online documentation, submit bugs or contribute a patch.");
}

Expand Down
4 changes: 2 additions & 2 deletions test/box-py/args.result
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ When no script name is provided, the server responds to:
-- stop handling options
- execute stdin and stop handling options

Please visit project home page at http://tarantool.org
Please visit project home page at https://tarantool.org
to see online documentation, submit bugs or contribute a patch.

tarantool -h
Expand All @@ -31,7 +31,7 @@ When no script name is provided, the server responds to:
-- stop handling options
- execute stdin and stop handling options

Please visit project home page at http://tarantool.org
Please visit project home page at https://tarantool.org
to see online documentation, submit bugs or contribute a patch.

tarantool -Z
Expand Down

0 comments on commit ee5f3eb

Please sign in to comment.