Repository: orc
Updated Branches:
  refs/heads/master fe7e280a6 -> b5455cd0d


Fixing more broken links from the Jekyll upgrade.

Signed-off-by: Owen O'Malley <omal...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/b5455cd0
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/b5455cd0
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/b5455cd0

Branch: refs/heads/master
Commit: b5455cd0dd171147ee76497847e1b170233d7879
Parents: fe7e280
Author: Owen O'Malley <omal...@apache.org>
Authored: Thu May 17 15:31:24 2018 -0700
Committer: Owen O'Malley <omal...@apache.org>
Committed: Thu May 17 15:31:24 2018 -0700

----------------------------------------------------------------------
 site/_includes/known_issues.md | 2 +-
 site/develop/index.md          | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/b5455cd0/site/_includes/known_issues.md
----------------------------------------------------------------------
diff --git a/site/_includes/known_issues.md b/site/_includes/known_issues.md
index 77f3238..f1720fc 100644
--- a/site/_includes/known_issues.md
+++ b/site/_includes/known_issues.md
@@ -8,7 +8,7 @@ Known issues:
 
 {% for issue in site.data.releases[releaseName]["known-issues"] %}
   {% if issue[0] | slice: 0, 4 == "CVE-" %}
-- [{{issue[0]}}]({{site.url}}/security/{{issue[0]}}) {{issue[1]}}
+- [{{issue[0]}}](/security/{{issue[0]}}) {{issue[1]}}
   {% else %}
 - [{{issue[0]}}]({{site.jira}}/{{issue[0]}}) {{issue[1]}}
   {% endif %}

http://git-wip-us.apache.org/repos/asf/orc/blob/b5455cd0/site/develop/index.md
----------------------------------------------------------------------
diff --git a/site/develop/index.md b/site/develop/index.md
index c4af2f3..be0a80d 100644
--- a/site/develop/index.md
+++ b/site/develop/index.md
@@ -12,7 +12,7 @@ to promote compatibility between implementations.
 ## Development community
 
 We have committers from many different companies. The full
-list of [ORC committers](committers.html) is available.
+list of [ORC committers](committers) is available.
 
 ## Mailing Lists
 
@@ -70,7 +70,7 @@ Releases are tagged as "rel/release-X.Y.Z". Apache's git 
repository
 guarantees that tags in the "rel/*" namespace are never deleted or
 changed.
 
-Please check our [coding guidelines](coding.html).
+Please check our [coding guidelines](coding).
 
 ## Website shortcuts
 
@@ -178,7 +178,7 @@ to d...@orc.apache.org asking for someone to sign it.
 
 The release process for ORC is driven by a Release Manager. They should
 discuss their intention to start the process on the dev list and then
-follow the steps of [how to release ORC](make-release.html).
+follow the steps of [how to release ORC](make-release).
 
 ## Dist Directory
 
@@ -194,5 +194,5 @@ archive](https://archive.apache.org/dist/orc/).
 
 ## Bylaws
 
-ORC has a set of [bylaws](bylaws.html) that describe the rules for the 
different
+ORC has a set of [bylaws](bylaws) that describe the rules for the different
 votes within our project.

Reply via email to