You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2021/07/08 13:01:02 UTC

[drill] branch gh-pages updated: Fix permalink bug by appending tailing '/' to top-level html and md.

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

dzamo pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 68d6b2d  Fix permalink bug by appending tailing '/' to top-level html and md.
68d6b2d is described below

commit 68d6b2d7ba3c4c6daa3d24175cf43d5301d50245
Author: James Turton <ja...@somecomputer.xyz>
AuthorDate: Thu Jul 8 15:00:34 2021 +0200

    Fix permalink bug by appending tailing '/' to top-level html and md.
---
 apacheASF.html         | 2 +-
 architecture.html      | 2 +-
 blog.html              | 2 +-
 community-resources.md | 2 +-
 docs.html              | 2 +-
 download.html          | 2 +-
 faq.md                 | 2 +-
 mailinglists.md        | 2 +-
 overview.html          | 2 +-
 poweredBy.html         | 2 +-
 search.html            | 2 +-
 team.md                | 2 +-
 why.html               | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/apacheASF.html b/apacheASF.html
index c0ab77f..3341c25 100644
--- a/apacheASF.html
+++ b/apacheASF.html
@@ -1,7 +1,7 @@
 ---
 layout: page
 title: "Apache Software Foundation"
-permalink: /apacheASF
+permalink: /apacheASF/
 ---
 <p>
     Drill is an Apache Software Foundation project that has benefited from a large community of developers and
diff --git a/architecture.html b/architecture.html
index 6e49db2..c058d4b 100644
--- a/architecture.html
+++ b/architecture.html
@@ -2,7 +2,7 @@
 layout: page
 title: Architecture
 description: Apache Drill is a low latency distributed query engine for large-scale datasets, including structured and semi-structured/nested data. Inspired by Google's Dremel, Drill is designed to scale to several thousands of nodes and query petabytes of data at interactive speeds that BI/Analytics environments require.
-permalink: /architecture
+permalink: /architecture/
 ---
   <h2>High-Level Architecture<h2>
 
diff --git a/blog.html b/blog.html
index bc7cd41..e4883be 100644
--- a/blog.html
+++ b/blog.html
@@ -1,7 +1,7 @@
 ---
 layout: page
 title: Blog
-permalink: /blog
+permalink: /blog/
 ---
 {% for post in site.categories.blog %}<!-- previously: site.posts -->
 <p><a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a><br/>
diff --git a/community-resources.md b/community-resources.md
index fd56281..f6c618d 100644
--- a/community-resources.md
+++ b/community-resources.md
@@ -1,7 +1,7 @@
 ---
 layout: page
 title: "Community Resources"
-permalink: /community-resources
+permalink: /community-resources/
 ---
 
 ## User Resources
diff --git a/docs.html b/docs.html
index 8742e6f..728b2a6 100644
--- a/docs.html
+++ b/docs.html
@@ -3,7 +3,7 @@ layout: docpage
 title: Documentation
 noChildren: true
 relative_path: 'docs.html'
-permalink: /docs
+permalink: /docs/
 ---
 
 
diff --git a/download.html b/download.html
index 7a49531..7516b83 100644
--- a/download.html
+++ b/download.html
@@ -1,7 +1,7 @@
 ---
 layout: page
 title: Download
-permalink: /download
+permalink: /download/
 ---
 <link href="{{ site.baseurl }}/css/download.css" rel="stylesheet" type="text/css">
 <p>Drill {{ site.data.version.display_version }} was released on {{ site.data.version.release_date }}.</p>
diff --git a/faq.md b/faq.md
index 0ca08fc..ff5f5b6 100644
--- a/faq.md
+++ b/faq.md
@@ -1,7 +1,7 @@
 ---
 layout: page
 title: "Frequently Asked Questions"
-permalink: /faq
+permalink: /faq/
 ---
 ## Overview
 
diff --git a/mailinglists.md b/mailinglists.md
index b4d0e52..83dff8f 100644
--- a/mailinglists.md
+++ b/mailinglists.md
@@ -1,7 +1,7 @@
 ---
 layout: page
 title: "Mailing Lists"
-permalink: /mailinglists
+permalink: /mailinglists/
 ---
 All communication related to the Apache Drill project happens on the mailing lists:
 
diff --git a/overview.html b/overview.html
index 3001843..37d2249 100644
--- a/overview.html
+++ b/overview.html
@@ -1,7 +1,7 @@
 ---
 layout: page
 title: Overview
-permalink: /overview
+permalink: /overview/
 ---
   <h2>Complete Drill Documentation</h2>
   <p><a href="http://drill.apache.org/docs/" target="_blank">Click here</a></p>
diff --git a/poweredBy.html b/poweredBy.html
index 3e26329..b4da1b4 100644
--- a/poweredBy.html
+++ b/poweredBy.html
@@ -1,7 +1,7 @@
 ---
 layout: page
 title: "Powered By Drill"
-permalink: /poweredBy
+permalink: /poweredBy/
 ---
 <link href="{{ site.baseurl }}/css/poweredBy.css" rel="stylesheet" type="text/css">
 <div class="int_text">
diff --git a/search.html b/search.html
index fe11080..8d243c8 100644
--- a/search.html
+++ b/search.html
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Search
-permalink: /search
+permalink: /search/
 ---
 <link href="{{ site.baseurl }}/css/search.css" rel="stylesheet" type="text/css">
 
diff --git a/team.md b/team.md
index 4c50093..e8d21a5 100644
--- a/team.md
+++ b/team.md
@@ -1,7 +1,7 @@
 ---
 layout: page
 title: "Team"
-permalink: /team
+permalink: /team/
 ---
 The Apache Drill developer community is growing rapidly and currently includes dozens of contributors employed by many organizations, such as MapR, Intuit, Hortonworks, Elastic, LinkedIn, Pentaho, Cisco and the University of Wisconsin-Madison.
 
diff --git a/why.html b/why.html
index 846bf35..0a55432 100644
--- a/why.html
+++ b/why.html
@@ -2,7 +2,7 @@
 layout: page
 title: Why Drill
 description: Top 10 Reasons to Use Drill
-permalink: /why
+permalink: /why/
 ---
 <h2>1. Get started in minutes</h2>
 <p>It only takes a couple minutes to start working with Drill. Untar it on your Mac or Windows laptop and run a query on a local file. No need to set up any infrastructure. No need to define schemas. Just point at the data and drill!</p>