From d05b08cd52cfda627f1d865bdfe6040a2c9521b5 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 24 Nov 2023 03:35:13 +0000 Subject: doc: switch links to https These sites offer https versions of their content. Using the https versions provides some protection for users. Signed-off-by: Josh Soref Signed-off-by: Junio C Hamano --- graph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graph.h') diff --git a/graph.h b/graph.h index e88632a014..3fd1dcb2e9 100644 --- a/graph.h +++ b/graph.h @@ -130,7 +130,7 @@ void graph_setup_line_prefix(struct diff_options *diffopt); * This functions must be called BEFORE graph_init() is called. * * NOTE: This function isn't used in Git outside graph.c but it is used - * by CGit (http://git.zx2c4.com/cgit/) to use HTML for colors. + * by CGit (https://git.zx2c4.com/cgit/) to use HTML for colors. */ void graph_set_column_colors(const char **colors, unsigned short colors_max); @@ -196,7 +196,7 @@ int graph_is_commit_finished(struct git_graph const *graph); * graph_update() is called. * * NOTE: This function isn't used in Git outside graph.c but it is used - * by CGit (http://git.zx2c4.com/cgit/) to wrap HTML around graph lines. + * by CGit (https://git.zx2c4.com/cgit/) to wrap HTML around graph lines. */ int graph_next_line(struct git_graph *graph, struct strbuf *sb); -- cgit v1.2.3