You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by bc...@apache.org on 2022/12/16 20:58:29 UTC

[incubator-baremaps-site] branch main updated: Correct the demonstration link

This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git


The following commit(s) were added to refs/heads/main by this push:
     new e8ef472  Correct the demonstration link
e8ef472 is described below

commit e8ef4720bfc2da9908a8a53506001e3a4fe26a7a
Author: Bertil Chapuis <bc...@gmail.com>
AuthorDate: Fri Dec 16 21:58:22 2022 +0100

    Correct the demonstration link
---
 _data/menu.yaml | 2 +-
 index.html      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_data/menu.yaml b/_data/menu.yaml
index 58f3411..246fa4b 100644
--- a/_data/menu.yaml
+++ b/_data/menu.yaml
@@ -39,4 +39,4 @@ items:
       - page: Stylesheet
         url: /developer-manual/stylesheet/
   - page: <i class="fas fa-map"></i> Demo
-    url: /assets/demo.html
\ No newline at end of file
+    url: https://demo.baremaps.com/
\ No newline at end of file
diff --git a/index.html b/index.html
index 500dffa..27d4230 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@ title: Apache Baremaps
          data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large"
          aria-label="Download apache/incubator-baremaps on GitHub">Download</a>
     </p>
-    <a href="/assets/demo.html"><img src="/assets/screenshot.jpg" alt="screenshot"></a>
+    <a href="https://demo.baremaps.com/"><img src="/assets/screenshot.jpg" alt="screenshot"></a>
     <p><a class="edit" href="{{site.github.repository_url}}/edit/main/{{page.path}}"><i class="fas fa-edit"></i> Edit this page</a></p>
   </section>