From 58f8e259d12413b5ee9d9d09e90dba8804eb7b42 Mon Sep 17 00:00:00 2001 From: Nicolas Allemand Date: Wed, 4 Dec 2024 17:08:48 +0100 Subject: [PATCH] examples: fixup URLs for project subfolder --- build-scripts/build-web-examples.pl | 6 +++--- examples/template-category.html | 10 +++++++--- examples/template-homepage.html | 8 ++++++-- examples/template.html | 8 ++++---- 4 files changed, 20 insertions(+), 12 deletions(-) diff --git a/build-scripts/build-web-examples.pl b/build-scripts/build-web-examples.pl index 6df912aa8c..38b4186418 100755 --- a/build-scripts/build-web-examples.pl +++ b/build-scripts/build-web-examples.pl @@ -180,7 +180,7 @@ sub handle_example_dir { my $other_examples_html = ""; @@ -225,7 +225,7 @@ sub handle_category_dir { # !!! FIXME: image my $example_image_url = "https://placehold.co/600x400/png"; $examples_list_html .= " - +
$category/$example
@@ -297,7 +297,7 @@ foreach my $category (get_categories()) { # !!! FIXME: image my $example_image_url = "https://placehold.co/600x400/png"; $homepage_list_html .= " -
+
$category/$example
diff --git a/examples/template-category.html b/examples/template-category.html index bc79e8d834..9872e9ad8e 100644 --- a/examples/template-category.html +++ b/examples/template-category.html @@ -5,7 +5,11 @@ @project_name@ Examples: @category_name@ - +