aboutsummaryrefslogtreecommitdiffstats
path: root/epan/print.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2020-08-17 10:30:30 -0700
committerGerald Combs <gerald@wireshark.org>2020-08-24 23:31:32 +0000
commit97dcaf97fc19510548aff917b30e956bb5fd3204 (patch)
tree5b279c062af8207aec2298f8006ecdf4bdc219bd /epan/print.c
parentab4ef189ae2009cf9147d967867acff76984d269 (diff)
Convert Gerrit URLs to GitLab.
Convert various code.wireshark.org URLs to their gitlab.com/wireshark/wireshark equivalents. Change-Id: I0150d1bd14208eb451a7de818dce6573363b1d27
Diffstat (limited to 'epan/print.c')
-rw-r--r--epan/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/print.c b/epan/print.c
index 9d24da07a2..e2b7392d1e 100644
--- a/epan/print.c
+++ b/epan/print.c
@@ -267,7 +267,7 @@ write_pdml_preamble(FILE *fh, const gchar *filename)
fprintf(fh, "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n");
fprintf(fh, "<?xml-stylesheet type=\"text/xsl\" href=\"" PDML2HTML_XSL "\"?>\n");
- fprintf(fh, "<!-- You can find " PDML2HTML_XSL " in %s or at https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=" PDML2HTML_XSL ". -->\n", get_datafile_dir());
+ fprintf(fh, "<!-- You can find " PDML2HTML_XSL " in %s or at https://gitlab.com/wireshark/wireshark/-/raw/master/" PDML2HTML_XSL ". -->\n", get_datafile_dir());
fprintf(fh, "<pdml version=\"" PDML_VERSION "\" creator=\"%s/%s\" time=\"%s\" capture_file=\"", PACKAGE, VERSION, ts);
if (filename) {
/* \todo filename should be converted to UTF-8. */