From 7a5de808e98cc63e21e0e54f1a2234598679186b Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 24 Feb 2023 16:25:31 +0100 Subject: [PATCH] report: correct the path to tmpl files in comments this path gets redirected to a canonical - even if nonpermanent - one at `{repo}/src/branch/{main-branch}/{path-to-file}`, that is `{repo}/src/branch/development/{path-to-file}` in concrete terms. the previous paths were resulting in 404s. --- report/allpics.tmpl | 2 +- report/alltables.tmpl | 2 +- report/comparisonOfMeans.tmpl | 2 +- report/pics.tmpl | 2 +- report/report.tmpl | 2 +- report/table.tmpl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/report/allpics.tmpl b/report/allpics.tmpl index 2d36a59..4003004 100644 --- a/report/allpics.tmpl +++ b/report/allpics.tmpl @@ -2,7 +2,7 @@ % % This file was generated by robots at % {{ .Timestamp }} -% source: git.dotya.ml/wanderer/math-optim/report/allpics.tmpl +% source: git.dotya.ml/wanderer/math-optim/src/report/allpics.tmpl % This file is a part of the math-optim project. % project homepage: https://git.dotya.ml/wanderer/math-optim/ diff --git a/report/alltables.tmpl b/report/alltables.tmpl index 6b9ae20..3108a27 100644 --- a/report/alltables.tmpl +++ b/report/alltables.tmpl @@ -2,7 +2,7 @@ % % This file was generated by robots at % {{ .Timestamp }} -% source: git.dotya.ml/wanderer/math-optim/report/alltables.tmpl +% source: git.dotya.ml/wanderer/math-optim/src/report/alltables.tmpl % This file is a part of the math-optim project. % project homepage: https://git.dotya.ml/wanderer/math-optim/ diff --git a/report/comparisonOfMeans.tmpl b/report/comparisonOfMeans.tmpl index 5d8ab24..d659bee 100644 --- a/report/comparisonOfMeans.tmpl +++ b/report/comparisonOfMeans.tmpl @@ -2,7 +2,7 @@ % % This file was generated by robots at % {{ .Timestamp }} -% source: git.dotya.ml/wanderer/math-optim/report/comparisonOfMeans.tmpl +% source: git.dotya.ml/wanderer/math-optim/src/report/comparisonOfMeans.tmpl % This file is a part of the math-optim project. % project homepage: https://git.dotya.ml/wanderer/math-optim/ diff --git a/report/pics.tmpl b/report/pics.tmpl index 3ee0a2b..c1b8136 100644 --- a/report/pics.tmpl +++ b/report/pics.tmpl @@ -2,7 +2,7 @@ % % This file was generated by robots at % {{ .Timestamp }} -% source: git.dotya.ml/wanderer/math-optim/report/pics.tmpl +% source: git.dotya.ml/wanderer/math-optim/src/report/pics.tmpl % This file is a part of the math-optim project. % project homepage: https://git.dotya.ml/wanderer/math-optim/ diff --git a/report/report.tmpl b/report/report.tmpl index 142c5fc..ae2776d 100644 --- a/report/report.tmpl +++ b/report/report.tmpl @@ -1,7 +1,7 @@ % Code generated by math-optim; DO NOT EDIT. % This file was generated by robots at % {{ .Timestamp }} -% source: git.dotya.ml/wanderer/math-optim/report/report.tmpl +% source: git.dotya.ml/wanderer/math-optim/src/report/report.tmpl % This file is a part of the math-optim project. % project homepage: https://git.dotya.ml/wanderer/math-optim/ diff --git a/report/table.tmpl b/report/table.tmpl index aaf27c5..e806427 100644 --- a/report/table.tmpl +++ b/report/table.tmpl @@ -2,7 +2,7 @@ % % This file was generated by robots at % {{ .Timestamp }} -% source: git.dotya.ml/wanderer/math-optim/report/table.tmpl +% source: git.dotya.ml/wanderer/math-optim/src/report/table.tmpl % This file is a part of the math-optim project. % project homepage: https://git.dotya.ml/wanderer/math-optim/